libdts: taken over

This commit is contained in:
Danny Rawlins 2006-12-20 18:47:13 +11:00
parent 6578001a7d
commit c1bee29206
3 changed files with 37 additions and 0 deletions

15
libdts/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dtsdec
-rwxr-xr-x root/root usr/bin/extract_dts
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/dts.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdts.a
-rw-r--r-- root/root usr/lib/libdts_pic.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libdts.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dtsdec.1.gz
-rw-r--r-- root/root usr/man/man1/extract_dts.1.gz

1
libdts/.md5sum Normal file
View File

@ -0,0 +1 @@
a1c0dac95d7031498c2d19d7a3107469 libdca-0.0.2.tar.gz

21
libdts/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: A free DTS Coherent Acoustics decoder. (early development stage)
# URL: http://developers.videolan.org/libdca.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
name=libdts
version=0.0.2
release=1
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make && make DESTDIR=$PKG install
}