summaryrefslogtreecommitdiffstats
path: root/extra/libdvdnav/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-09 23:22:02 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-09 23:22:02 +0100
commit2d2e8d8c5da8317c7a32a506b70bae21b05a0f11 (patch)
tree4743dc2b76991dc595c4730924842ac35e15308b /extra/libdvdnav/Pkgfile
parent23ad97eacaab2569e16f81e6ade2e4e2712c333b (diff)
downloadnutyx-extra-2d2e8d8c5da8317c7a32a506b70bae21b05a0f11.tar.gz
nutyx-extra-2d2e8d8c5da8317c7a32a506b70bae21b05a0f11.tar.bz2
nutyx-extra-2d2e8d8c5da8317c7a32a506b70bae21b05a0f11.tar.xz
nutyx-extra-2d2e8d8c5da8317c7a32a506b70bae21b05a0f11.zip
libdvdnav, maj 4.1.3-1
Diffstat (limited to 'extra/libdvdnav/Pkgfile')
-rw-r--r--extra/libdvdnav/Pkgfile15
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/libdvdnav/Pkgfile b/extra/libdvdnav/Pkgfile
index 946ea8612..62b441fe0 100644
--- a/extra/libdvdnav/Pkgfile
+++ b/extra/libdvdnav/Pkgfile
@@ -1,24 +1,21 @@
-# Description: Librairie permettant la navigation des DVDs
+#bdvdread, libdvdcss Description: Librairie permettant la navigation des DVDs
# URL: http://www.mplayerhq.hu/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libdvdread, libdvdcss
-# Run on:
+# Run on: libdvdread, libdvdcss
name=libdvdnav
-version=4.1.2
-release=3
-source=(http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/$name-$version.tar.gz)
+version=4.1.3
+release=1
+source=(http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/$name-$version.tar.bz2)
build() {
unset MAKEFLAGS
cd $name-$version
- ./configure2 --prefix=/usr
+ ./autogen.sh --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib/libdvdread*
- cd $PKG/usr/include/dvdread/
- rm ifo_print.h ifo_types.h nav_read.h \
- dvd_reader.h ifo_read.h nav_print.h nav_types.h
}