libdvdnav: 20110603 -> 4.2.0. Fixes FS#945

This commit is contained in:
Danny Rawlins 2013-08-05 01:54:06 +10:00
parent 3ee95d72a9
commit d324d72775
2 changed files with 8 additions and 7 deletions

View File

@ -1 +1 @@
d017714fcfc2613c7df240e7b34d75fd libdvdnav-20110603-r1226.tar.xz
53be8903f9802e101929a3451203bbf6 libdvdnav-4.2.0.tar.bz2

View File

@ -1,23 +1,24 @@
# Description: DVD Navigation library.
# URL: http://dvd.sourceforge.net/
# URL: http://dvdnav.mplayerhq.hu/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libdvdread
name=libdvdnav
version=20110603
version=4.2.0
release=1
source=(http://crux.ster.so/distfiles/$name/$name-$version-r1226.tar.xz)
source=(http://dvdnav.mplayerhq.hu/releases/$name-$version.tar.bz2)
build() {
cd $name
autoreconf -i
rm -r missing
cd $name-$version
autoreconf -f -i
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
}