wavpack: update to 4.75.2.
This commit is contained in:
parent
e33d009417
commit
f92d91645f
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'wavpack'
|
||||
pkgname=wavpack
|
||||
version=4.75.0
|
||||
version=4.75.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="An audio codec (lossy and lossless)"
|
||||
homepage="http://www.wavpack.com/"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
|
||||
checksum=c63e5c2106749dc6b2fb4302f2260f4803a93dd6cadf337764920dc836e3af2e
|
||||
checksum=7d31b34166c33c3109b45c6e4579b472fd05e3ee8ec6d728352961c5cdd1d6b0
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -16,6 +16,9 @@ pre_configure() {
|
|||
esac
|
||||
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
libwavpack_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
|
Loading…
Reference in New Issue
Block a user