faac: update to 1.29.4.

This commit is contained in:
Leah Neukirchen 2017-08-15 14:52:57 +02:00
parent 66a2417cc8
commit d0796b45d0

View file

@ -1,6 +1,6 @@
# Template file for 'faac'
pkgname=faac
version=1.29.3
version=1.29.4
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -10,11 +10,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.audiocoding.com/"
license="LGPL-2"
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
checksum=cef2897843baf366983ad29f471cd1c4dcc95762b86d283a925514bcc5cf5a3f
checksum=0481d0500bc9ac7c851d0942f2c1a61c81144e1d43ebe402db39aa153d3a7416
pre_configure() {
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
./bootstrap
}