faac faad2: import from CLC

This commit is contained in:
Nick Steeves 2005-12-14 09:34:28 +00:00
parent 85ad2092c2
commit c2fe128869
6 changed files with 66 additions and 0 deletions

12
faac/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/faac
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/faac.h
-rw-r--r-- root/root usr/include/faaccfg.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfaac.a
-rwxr-xr-x root/root usr/lib/libfaac.la
lrwxrwxrwx root/root usr/lib/libfaac.so -> libfaac.so.0.0.0
lrwxrwxrwx root/root usr/lib/libfaac.so.0 -> libfaac.so.0.0.0
-rwxr-xr-x root/root usr/lib/libfaac.so.0.0.0

1
faac/.md5sum Normal file
View File

@ -0,0 +1 @@
e72dc74db17b42b06155613489077ad7 faac-1.24.tar.gz

18
faac/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: "Freeware Advanced Audio Coder" -- An MPEG-2 and MPEG-4 AAC audio encoder
# URL: http://sourceforge.net/projects/faac/
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: faad2
name=faac
version=1.24
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build () {
cd $name
sh ./bootstrap
./configure --prefix=/usr
make CFLAGS="$CFLAGS"
make prefix=$PKG/usr install
}

15
faad2/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/faad.h
-rw-r--r-- root/root usr/include/mp4ff.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfaad.a
-rwxr-xr-x root/root usr/lib/libfaad.la
lrwxrwxrwx root/root usr/lib/libfaad.so -> libfaad.so.0.0.0
lrwxrwxrwx root/root usr/lib/libfaad.so.0 -> libfaad.so.0.0.0
-rwxr-xr-x root/root usr/lib/libfaad.so.0.0.0
-rw-r--r-- root/root usr/lib/libmp4ff.a
-rwxr-xr-x root/root usr/lib/libmp4ff.la
lrwxrwxrwx root/root usr/lib/libmp4ff.so -> libmp4ff.so.0.0.0
lrwxrwxrwx root/root usr/lib/libmp4ff.so.0 -> libmp4ff.so.0.0.0
-rwxr-xr-x root/root usr/lib/libmp4ff.so.0.0.0

1
faad2/.md5sum Normal file
View File

@ -0,0 +1 @@
1a6f79365f2934a4888b210ef47a3a07 faad2-2.0.tar.gz

19
faad2/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: ISO AAC audio decoder
# URL: http://www.audiocoding.com
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libsndfile, id3lib
name=faad2
version=2.0
release=1
source=(http://dl.sourceforge.net/sourceforge/faac/${name}-${version}.tar.gz)
build() {
cd $name
touch INSTALL
chmod +x bootstrap && ./bootstrap
./configure --prefix=/usr
cd libfaad && make DESTDIR=$PKG install && cd ..
cd common && make DESTDIR=$PKG install && cd ..
}