void-packages/srcpkgs/faac/template

23 lines
643 B
Plaintext

# Template file for 'faac'
pkgname=faac
version=1.28
revision=4
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-mp4v2"
makedepends="automake libmp4v2-devel"
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"
pre_configure()
{
./bootstrap
}