mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hobbits: update to 0.54.1.
This commit is contained in:
parent
745d164393
commit
3bdfd3f7aa
1 changed files with 5 additions and 8 deletions
|
@ -1,11 +1,8 @@
|
||||||
# Template file for 'hobbits'
|
# Template file for 'hobbits'
|
||||||
pkgname=hobbits
|
pkgname=hobbits
|
||||||
version=0.54.0
|
version=0.54.1
|
||||||
revision=2
|
revision=1
|
||||||
_pffft_commit=7914df2127c206ae501a6cb2950ee65a94662215
|
_pffft_commit=7914df2127c206ae501a6cb2950ee65a94662215
|
||||||
_pffft_dir="jpommier-pffft-${_pffft_commit:0:12}"
|
|
||||||
create_wrksrc=yes
|
|
||||||
build_wrksrc="hobbits-${version}"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_VERSION=${version} $(vopt_bool simd PFFFT_ENABLE_SIMD)"
|
configure_args="-DBUILD_VERSION=${version} $(vopt_bool simd PFFFT_ENABLE_SIMD)"
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake python3"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake python3"
|
||||||
|
@ -17,8 +14,9 @@ homepage="https://mahlet-inc.github.io"
|
||||||
changelog="https://raw.githubusercontent.com/Mahlet-Inc/hobbits/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Mahlet-Inc/hobbits/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Mahlet-Inc/hobbits/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/Mahlet-Inc/hobbits/archive/refs/tags/v${version}.tar.gz
|
||||||
https://bitbucket.org/jpommier/pffft/get/${_pffft_commit}.tar.gz"
|
https://bitbucket.org/jpommier/pffft/get/${_pffft_commit}.tar.gz"
|
||||||
checksum="4104cea0af5cdf0f8e735dc883e60ce29874f0ffef72de7dcd07c2d7b535513e
|
checksum="ed3d8aeeb58ca3b4b34bbd446cc2c5f72ba22988ab793557d0fec5f82296407a
|
||||||
7bd1450386ccf4f5f82f7124a3f154b73c193dc67a8d043385660655c64adddf"
|
7bd1450386ccf4f5f82f7124a3f154b73c193dc67a8d043385660655c64adddf"
|
||||||
|
skip_extraction="${_pffft_commit}.tar.gz"
|
||||||
|
|
||||||
build_options="simd"
|
build_options="simd"
|
||||||
desc_option_simd="Enable SIMD support (SSE, Altivec, or NEON)"
|
desc_option_simd="Enable SIMD support (SSE, Altivec, or NEON)"
|
||||||
|
@ -34,8 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -rf ${build_wrksrc}/external/pffft
|
vsrcextract -C external/pffft "${_pffft_commit}.tar.gz"
|
||||||
mv ${_pffft_dir} ${build_wrksrc}/external/pffft
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue