faad2: update to 2.8.6. (#8223)

This commit is contained in:
maxice8 2017-10-17 09:06:54 -02:00 committed by Alessio Sergi
parent bdf775a5a5
commit eed517ab4f
1 changed files with 3 additions and 10 deletions

View File

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