1
0
forked from ports/contrib
contrib-tek/faad2/Pkgfile

20 lines
600 B
Plaintext
Raw Normal View History

# Description: An HE, LC, MAIN and LTP profile MPEG2 and MPEG-4 AAC decoder
# URL: http://www.audiocoding.com/
2013-11-19 12:49:38 +11:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libsndfile id3lib libmp4v2
name=faad2
2009-09-24 22:05:24 -05:00
version=2.7
release=1
source=(http://download.sourceforge.net/faac/$name-$version.tar.bz2)
build() {
2009-09-24 22:05:24 -05:00
cd $name-$version
./configure --prefix=/usr \
--enable-mp4v2
(cd libfaad && make DESTDIR=$PKG install)
(cd common && make DESTDIR=$PKG install)
install -m 0644 common/mp4ff/mp4ff_int_types.h $PKG/usr/include
}