wavpack: update to 4.75.2.
This commit is contained in:
parent
e33d009417
commit
f92d91645f
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'wavpack'
|
# Template file for 'wavpack'
|
||||||
pkgname=wavpack
|
pkgname=wavpack
|
||||||
version=4.75.0
|
version=4.75.2
|
||||||
revision=1
|
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="3-clause-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=c63e5c2106749dc6b2fb4302f2260f4803a93dd6cadf337764920dc836e3af2e
|
checksum=7d31b34166c33c3109b45c6e4579b472fd05e3ee8ec6d728352961c5cdd1d6b0
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -16,6 +16,9 @@ pre_configure() {
|
||||||
esac
|
esac
|
||||||
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
libwavpack_package() {
|
libwavpack_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
|
|
Loading…
Reference in a new issue