hobbits: update to 0.54.1.

This commit is contained in:
classabbyamp 2024-05-11 19:57:24 -04:00
parent 745d164393
commit 3bdfd3f7aa
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 8 deletions

View File

@ -1,11 +1,8 @@
# Template file for 'hobbits'
pkgname=hobbits
version=0.54.0
revision=2
version=0.54.1
revision=1
_pffft_commit=7914df2127c206ae501a6cb2950ee65a94662215
_pffft_dir="jpommier-pffft-${_pffft_commit:0:12}"
create_wrksrc=yes
build_wrksrc="hobbits-${version}"
build_style=cmake
configure_args="-DBUILD_VERSION=${version} $(vopt_bool simd PFFFT_ENABLE_SIMD)"
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"
distfiles="https://github.com/Mahlet-Inc/hobbits/archive/refs/tags/v${version}.tar.gz
https://bitbucket.org/jpommier/pffft/get/${_pffft_commit}.tar.gz"
checksum="4104cea0af5cdf0f8e735dc883e60ce29874f0ffef72de7dcd07c2d7b535513e
checksum="ed3d8aeeb58ca3b4b34bbd446cc2c5f72ba22988ab793557d0fec5f82296407a
7bd1450386ccf4f5f82f7124a3f154b73c193dc67a8d043385660655c64adddf"
skip_extraction="${_pffft_commit}.tar.gz"
build_options="simd"
desc_option_simd="Enable SIMD support (SSE, Altivec, or NEON)"
@ -34,8 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
post_extract() {
rm -rf ${build_wrksrc}/external/pffft
mv ${_pffft_dir} ${build_wrksrc}/external/pffft
vsrcextract -C external/pffft "${_pffft_commit}.tar.gz"
}
post_install() {