void-packages/srcpkgs/faac/template

24 lines
671 B
Plaintext

# Template file for 'faac'
pkgname=faac
version=1.28
revision=3
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 build automake
Add_dependency build libmp4v2-devel
pre_configure()
{
./bootstrap
}