summaryrefslogtreecommitdiffstats
path: root/lsdvd
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /lsdvd
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'lsdvd')
-rw-r--r--lsdvd/.footprint.i6867
-rw-r--r--lsdvd/.footprint.x86_647
-rw-r--r--lsdvd/.md5sum.i6862
-rw-r--r--lsdvd/.md5sum.x86_642
-rw-r--r--lsdvd/Pkgfile22
-rw-r--r--lsdvd/stdint_usage.patch22
6 files changed, 62 insertions, 0 deletions
diff --git a/lsdvd/.footprint.i686 b/lsdvd/.footprint.i686
new file mode 100644
index 000000000..d0684f77b
--- /dev/null
+++ b/lsdvd/.footprint.i686
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lsdvd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lsdvd.1.gz
diff --git a/lsdvd/.footprint.x86_64 b/lsdvd/.footprint.x86_64
new file mode 100644
index 000000000..d0684f77b
--- /dev/null
+++ b/lsdvd/.footprint.x86_64
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lsdvd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lsdvd.1.gz
diff --git a/lsdvd/.md5sum.i686 b/lsdvd/.md5sum.i686
new file mode 100644
index 000000000..c4228360a
--- /dev/null
+++ b/lsdvd/.md5sum.i686
@@ -0,0 +1,2 @@
+340e1abe5c5e5abf7ff8031e78f49ee7 lsdvd-0.16.tar.gz
+ae9c6ebb4609b2d74bf8305b33febef4 stdint_usage.patch
diff --git a/lsdvd/.md5sum.x86_64 b/lsdvd/.md5sum.x86_64
new file mode 100644
index 000000000..c4228360a
--- /dev/null
+++ b/lsdvd/.md5sum.x86_64
@@ -0,0 +1,2 @@
+340e1abe5c5e5abf7ff8031e78f49ee7 lsdvd-0.16.tar.gz
+ae9c6ebb4609b2d74bf8305b33febef4 stdint_usage.patch
diff --git a/lsdvd/Pkgfile b/lsdvd/Pkgfile
new file mode 100644
index 000000000..57f8b1da2
--- /dev/null
+++ b/lsdvd/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Permet de lire le contenu d'un DVD en ligne de commande
+# URL: http://untrepid.com/acidrip/lsdvd.html
+# Packager: thierryn1 at hispeed dot ch
+# Maintainer: NuTyX core team
+# Depends on: libdvdcss, libdvdread
+# Run on: libdvdcss,libdvdread
+
+name=lsdvd
+version=0.16
+release=1
+source=(http://downloads.sourceforge.net/lsdvd/$name-$version.tar.gz \
+ stdint_usage.patch)
+build()
+{
+ cd $name-$version
+ patch -Np0 -i ../stdint_usage.patch
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+ make prefix=$PKG/usr mandir=$PKG/usr/share/man install
+}
+
diff --git a/lsdvd/stdint_usage.patch b/lsdvd/stdint_usage.patch
new file mode 100644
index 000000000..848f7e3d3
--- /dev/null
+++ b/lsdvd/stdint_usage.patch
@@ -0,0 +1,22 @@
+--- lsdvd.c~ 2008-12-27 15:48:59.000000000 +0000
++++ lsdvd.c 2008-12-27 15:49:54.000000000 +0000
+@@ -13,6 +13,7 @@
+ * 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros,
+ * output info structures in form of a Perl module, by Henk Vergonet.
+ */
++#include <stdint.h>
+ #include <dvdread/ifo_read.h>
+ #include <string.h>
+ #include <sys/stat.h>
+--- configure~ 2008-12-27 16:03:39.000000000 +0000
++++ configure 2008-12-27 16:04:25.000000000 +0000
+@@ -2887,8 +2887,8 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-#include <dvdread/ifo_read.h>
+ #include <stdint.h>
++#include <dvdread/ifo_read.h>
+ int
+ main ()
+ {