void-packages/srcpkgs/faac/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

25 lines
724 B
Text

# Template file for 'faac'
pkgname=faac
version=1.28
revision=2
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-mp4v2"
short_desc="AAC audio encoder"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df
long_desc="
FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN
and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It
also supports multichannel and gapless encoding."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libmp4v2
Add_dependency build automake
Add_dependency build libmp4v2-devel
pre_configure()
{
./bootstrap
}