summaryrefslogtreecommitdiffstats
path: root/extra/libdvdread
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:29:14 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:29:14 +0200
commitb82b520ec25eb655a91f4389daa027c097984709 (patch)
tree4f0e042c78f54c8c35a7f4b6b9c2f5fd601b3611 /extra/libdvdread
parentdce91e55181b20601d4518b3747f824cc937f5bf (diff)
downloadnutyx-pakxe-b82b520ec25eb655a91f4389daa027c097984709.tar.gz
nutyx-pakxe-b82b520ec25eb655a91f4389daa027c097984709.tar.bz2
nutyx-pakxe-b82b520ec25eb655a91f4389daa027c097984709.tar.xz
nutyx-pakxe-b82b520ec25eb655a91f4389daa027c097984709.zip
Ajout de libdvdread#0.9.7-4
Diffstat (limited to 'extra/libdvdread')
-rw-r--r--extra/libdvdread/.footprint17
-rw-r--r--extra/libdvdread/.md5sum1
-rw-r--r--extra/libdvdread/Pkgfile17
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/libdvdread/.footprint b/extra/libdvdread/.footprint
new file mode 100644
index 000000000..008f4fb12
--- /dev/null
+++ b/extra/libdvdread/.footprint
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dvdread/
+-rw-r--r-- root/root usr/include/dvdread/cmd_print.h
+-rw-r--r-- root/root usr/include/dvdread/dvd_reader.h
+-rw-r--r-- root/root usr/include/dvdread/ifo_print.h
+-rw-r--r-- root/root usr/include/dvdread/ifo_read.h
+-rw-r--r-- root/root usr/include/dvdread/ifo_types.h
+-rw-r--r-- root/root usr/include/dvdread/nav_print.h
+-rw-r--r-- root/root usr/include/dvdread/nav_read.h
+-rw-r--r-- root/root usr/include/dvdread/nav_types.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libdvdread.a
+-rwxr-xr-x root/root usr/lib/libdvdread.la
+lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.1
+lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.1
+-rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.1
diff --git a/extra/libdvdread/.md5sum b/extra/libdvdread/.md5sum
new file mode 100644
index 000000000..36e6b4700
--- /dev/null
+++ b/extra/libdvdread/.md5sum
@@ -0,0 +1 @@
+078788c9241ae16763529e1235502337 libdvdread-0.9.7.tar.gz
diff --git a/extra/libdvdread/Pkgfile b/extra/libdvdread/Pkgfile
new file mode 100644
index 000000000..119ab24a2
--- /dev/null
+++ b/extra/libdvdread/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Librairie pour la lecture des DVD,
+# URL: http://www.dtek.chalmers.se/groups/dvd/downloads.shtml
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libdvdcss
+
+name=libdvdread
+version=0.9.7
+release=4
+source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}