mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
wavpack: update to 4.75.0.
This commit is contained in:
parent
6ef6b637e4
commit
649b54a100
1 changed files with 6 additions and 8 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'wavpack'
|
# Template file for 'wavpack'
|
||||||
pkgname=wavpack
|
pkgname=wavpack
|
||||||
version=4.70.0
|
version=4.75.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="An audio codec (lossy and lossless)"
|
short_desc="An audio codec (lossy and lossless)"
|
||||||
homepage="http://www.wavpack.com/"
|
homepage="http://www.wavpack.com/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4
|
checksum=c63e5c2106749dc6b2fb4302f2260f4803a93dd6cadf337764920dc836e3af2e
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
|
||||||
configure_args="--enable-mmx"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
||||||
|
esac
|
||||||
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +23,6 @@ libwavpack_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wavpack-devel_package() {
|
wavpack-devel_package() {
|
||||||
depends="libwavpack>=${version}_${revision}"
|
depends="libwavpack>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue