2009-12-31 00:57:33 +01:00
|
|
|
# Template file for 'faad2'
|
|
|
|
pkgname=faad2
|
|
|
|
version=2.7
|
2013-03-18 20:23:48 +01:00
|
|
|
revision=4
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-10-29 07:12:05 +02:00
|
|
|
configure_args="CFLAGS=-fPIC"
|
2009-12-31 00:57:33 +01:00
|
|
|
make_install_args="manmdir=/usr/share/man/man1"
|
|
|
|
short_desc="AAC decoding library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-18 20:23:48 +01:00
|
|
|
homepage="http://www.audiocoding.com/"
|
|
|
|
license="Freeware, GPL-2"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
2009-12-31 00:57:33 +01:00
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2013-03-18 20:23:48 +01:00
|
|
|
post_install() {
|
2009-12-31 00:57:33 +01:00
|
|
|
install -D -m644 common/mp4ff/mp4ff_int_types.h \
|
2013-03-18 20:23:48 +01:00
|
|
|
${DESTDIR}/usr/include/mp4ff_int_types.h
|
2009-12-31 00:57:33 +01:00
|
|
|
mv ${DESTDIR}/usr/share/man/man1/faad.man \
|
|
|
|
${DESTDIR}/usr/share/man/man1/faad.1
|
|
|
|
}
|