wavpack: update to 5.6.0.

This commit is contained in:
triallax 2023-05-20 15:16:32 +01:00 committed by classabbyamp
parent d4264231af
commit 1ec3e9a084

View File

@ -1,20 +1,21 @@
# Template file for 'wavpack'
pkgname=wavpack
version=5.4.0
version=5.6.0
revision=1
build_style=gnu-configure
configure_args="--enable-static"
short_desc="Hybrid lossless audio compression"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.wavpack.com/"
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
checksum=0716a6dcf9a72d61005e1b09bbbd61aaf49837cb4e4a351992a6daed16cac034
homepage="https://www.wavpack.com/"
changelog="https://raw.githubusercontent.com/dbry/WavPack/master/NEWS"
distfiles="https://www.wavpack.com/wavpack-${version}.tar.bz2"
checksum=8cbfa15927d29bcf953db35c0cfca7424344ff43ebe4083daf161577fb839cc1
case "$XBPS_TARGET_MACHINE" in
armv5*) configure_args+=" --disable-asm";;
esac
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
armv5*) configure_args+=" --disable-asm";;
esac
}
post_install() {
vlicense COPYING LICENSE
}
@ -25,6 +26,7 @@ libwavpack_package() {
vmove "usr/lib/*.so.*"
}
}
wavpack-devel_package() {
depends="libwavpack>=${version}_${revision}"
short_desc+=" - development files"