faac: update to 1.29.2
New MP4 output module written from scratch.
This commit is contained in:
parent
d112a7793c
commit
26bd37e78e
1 changed files with 6 additions and 10 deletions
|
@ -1,29 +1,25 @@
|
||||||
# Template file for 'faac'
|
# Template file for 'faac'
|
||||||
pkgname=faac
|
pkgname=faac
|
||||||
version=1.29
|
version=1.29.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mp4v2 --disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libmp4v2-devel"
|
|
||||||
short_desc="AAC audio encoder library"
|
short_desc="AAC audio encoder 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, BSD"
|
license="LGPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
|
||||||
checksum=8cc7b03ceb2722223a6457e95d4c994731d80214a03ba33d1af76ba53f4b3197
|
checksum=c7c46b2b98e99e1597233039f7dd3923f2f9aa91d7d84bcac10d73614a369c63
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
|
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
vlicense libfaac/kiss_fft/COPYING
|
|
||||||
}
|
|
||||||
|
|
||||||
faac-devel_package() {
|
faac-devel_package() {
|
||||||
depends="${makedepends} faac>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue