2006-12-20 18:47:13 +11:00
|
|
|
# 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:
|
|
|
|
|
2007-04-01 15:49:55 +10:00
|
|
|
name=libdca
|
2006-12-20 18:47:13 +11:00
|
|
|
version=0.0.2
|
|
|
|
release=1
|
|
|
|
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2007-04-01 15:49:55 +10:00
|
|
|
cd libdts-$version
|
2006-12-20 18:47:13 +11:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--disable-nls
|
|
|
|
|
2007-04-01 15:49:55 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-12-20 18:47:13 +11:00
|
|
|
}
|
|
|
|
|