libdvdcss: 20110603 -> 1.2.13, fixes FS#943

This commit is contained in:
Danny Rawlins 2013-08-04 12:31:19 +10:00
parent 54fe0f13cf
commit d157884312
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
962d998e883ae9bedf55578591094770 libdvdcss-20110603-r240.tar.xz
53cfc52a60a156763c425572e5179273 libdvdcss-1.2.13.tar.bz2

View File

@ -1,18 +1,15 @@
# Description: a library which provides functions for reading DVD video disks.
# Description: A library which provides functions for reading DVD video disks.
# URL: http://www.videolan.org/developers/libdvdcss.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at crux dot nu
name=libdvdcss
version=20110603
release=2
source=(http://crux.ster.so/distfiles/$name/$name-$version-r240.tar.xz)
version=1.2.13
release=1
source=(http://download.videolan.org/pub/$name/$version/$name-$version.tar.bz2)
build() {
cd $name
sed -i -e 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
autoreconf -i
cd $name-$version
./configure \
--prefix=/usr \
@ -20,4 +17,7 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
}