faad2: update to 2.8.6. (#8223)
This commit is contained in:
parent
bdf775a5a5
commit
eed517ab4f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'faad2'
|
||||
pkgname=faad2
|
||||
version=2.8.1
|
||||
version=2.8.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -8,15 +8,8 @@ short_desc="AAC decoding library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.audiocoding.com/"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
||||
checksum=f4042496f6b0a60f5ded6acd11093230044ef8a2fd965360c1bbd5b58780933d
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) export CFLAGS+=" -D__GNU_LIBRARY__";;
|
||||
esac
|
||||
./bootstrap
|
||||
}
|
||||
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.gz"
|
||||
checksum=654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21
|
||||
|
||||
faad2-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue