1
0
forked from ports/contrib

liba52: taken over

This commit is contained in:
Danny Rawlins 2006-12-20 18:30:56 +11:00
parent d5158a8bb9
commit 6578001a7d
3 changed files with 44 additions and 0 deletions

19
liba52/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/a52dec
-rwxr-xr-x root/root usr/bin/extract_a52
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/a52dec/
-rw-r--r-- root/root usr/include/a52dec/a52.h
-rw-r--r-- root/root usr/include/a52dec/attributes.h
-rw-r--r-- root/root usr/include/a52dec/audio_out.h
-rw-r--r-- root/root usr/include/a52dec/mm_accel.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/liba52.la
lrwxrwxrwx root/root usr/lib/liba52.so -> liba52.so.0.0.0
lrwxrwxrwx root/root usr/lib/liba52.so.0 -> liba52.so.0.0.0
-rwxr-xr-x root/root usr/lib/liba52.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/a52dec.1.gz
-rw-r--r-- root/root usr/man/man1/extract_a52.1.gz

1
liba52/.md5sum Normal file
View File

@ -0,0 +1 @@
caa9f5bc44232dc8aeea773fea56be80 a52dec-0.7.4.tar.gz

24
liba52/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: Library for decoding ATSC A/52 streams.
# URL: http://liba52.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on:
name=liba52
version=0.7.4
release=1
source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz)
build() {
cd a52dec-$version
./configure \
--prefix=/usr \
--disable-solaris-audio \
--disable-win \
--enable-shared \
--disable-static
make && make install prefix=$PKG/usr
}