contrib/libdca/Pkgfile

21 lines
454 B
Plaintext
Raw Normal View History

2006-12-20 18:47:13 +11:00
# Description: A free DTS Coherent Acoustics decoder. (early development stage)
2008-03-01 13:45:58 +11:00
# URL: http://www.videolan.org/developers/libdca.html
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-12-20 18:47:13 +11:00
2007-04-01 15:49:55 +10:00
name=libdca
2019-05-12 23:11:42 +10:00
version=0.0.6
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
2006-12-20 18:47:13 +11:00
build() {
2019-05-12 23:11:42 +10:00
cd $name-$version
2006-12-20 18:47:13 +11:00
sed -i configure -e 's/-mtune=pentiumpro//'
2019-05-12 23:11:42 +10:00
./configure --prefix=/usr
2006-12-20 18:47:13 +11:00
2007-04-01 15:49:55 +10:00
make
make DESTDIR=$PKG install
2006-12-20 18:47:13 +11:00
}