liba52: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:21:56 +00:00
parent 38e8033935
commit 40a950a72f
3 changed files with 0 additions and 34 deletions

View File

@ -1,17 +0,0 @@
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/
-rw-r--r-- root/root usr/lib/liba52.a
-rwxr-xr-x root/root usr/lib/liba52.la
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

View File

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

View File

@ -1,16 +0,0 @@
# Description: a free ATSC A/52 stream decoder
# URL: http://liba52.sourceforge.net
# Maintainer:
# Packager: Matt Housh, jaeger at morpheus dot net
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
make
make prefix=$PKG/usr install
}