wavpack: update to 4.75.0.

This commit is contained in:
Juan RP 2015-05-27 07:11:27 +02:00
parent 6ef6b637e4
commit 649b54a100
1 changed files with 6 additions and 8 deletions

View File

@ -1,20 +1,19 @@
# Template file for 'wavpack'
pkgname=wavpack
version=4.70.0
revision=3
version=4.75.0
revision=1
build_style=gnu-configure
short_desc="An audio codec (lossy and lossless)"
homepage="http://www.wavpack.com/"
license="BSD"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
checksum=2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
configure_args="--enable-mmx"
fi
checksum=c63e5c2106749dc6b2fb4302f2260f4803a93dd6cadf337764920dc836e3af2e
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
i686|*x86_64*) configure_args+=" --enable-mmx";;
esac
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
}
@ -24,7 +23,6 @@ libwavpack_package() {
vmove "usr/lib/*.so.*"
}
}
wavpack-devel_package() {
depends="libwavpack>=${version}_${revision}"
short_desc+=" - development files"