33 lines
975 B
Text
33 lines
975 B
Text
# Template file for 'faad2'
|
|
pkgname=faad2
|
|
version=2.7
|
|
revision=5
|
|
build_style=gnu-configure
|
|
configure_args="CFLAGS=-fPIC"
|
|
make_install_args="manmdir=/usr/share/man/man1"
|
|
short_desc="AAC decoding library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.audiocoding.com/"
|
|
license="Freeware, GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
|
checksum=14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5
|
|
long_desc="
|
|
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
|
|
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type
|
|
AAC files."
|
|
|
|
post_install() {
|
|
install -D -m644 common/mp4ff/mp4ff_int_types.h \
|
|
${DESTDIR}/usr/include/mp4ff_int_types.h
|
|
mv ${DESTDIR}/usr/share/man/man1/faad.man \
|
|
${DESTDIR}/usr/share/man/man1/faad.1
|
|
}
|
|
|
|
faad2-devel_package() {
|
|
depends="faad2>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|