summaryrefslogtreecommitdiffstats
path: root/extra/dvdauthor
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-05 13:57:37 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-05 13:57:37 +0200
commit8b62955c9cd762d610bdafd27ba30321a6797bf3 (patch)
tree61844e0401f3b786341722c0ab7fdcd4a281863f /extra/dvdauthor
parent98cc654563159c126271720e9506cfe7782734c4 (diff)
downloadnutyx-pakxe-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.gz
nutyx-pakxe-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.bz2
nutyx-pakxe-8b62955c9cd762d610bdafd27ba30321a6797bf3.tar.xz
nutyx-pakxe-8b62955c9cd762d610bdafd27ba30321a6797bf3.zip
Ajout de dvdauthor#0.6.14-2
Diffstat (limited to 'extra/dvdauthor')
-rw-r--r--extra/dvdauthor/.footprint20
-rw-r--r--extra/dvdauthor/.md5sum1
-rw-r--r--extra/dvdauthor/Pkgfile22
3 files changed, 43 insertions, 0 deletions
diff --git a/extra/dvdauthor/.footprint b/extra/dvdauthor/.footprint
new file mode 100644
index 000000000..4c306009e
--- /dev/null
+++ b/extra/dvdauthor/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dvdauthor
+-rwxr-xr-x root/root usr/bin/dvddirdel
+-rwxr-xr-x root/root usr/bin/dvdunauthor
+-rwxr-xr-x root/root usr/bin/mpeg2desc
+-rwxr-xr-x root/root usr/bin/spumux
+-rwxr-xr-x root/root usr/bin/spuunmux
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dvdauthor/
+-rw-r--r-- root/root usr/share/dvdauthor/dvdauthor.xsd
+-rw-r--r-- root/root usr/share/dvdauthor/spumux.xsd
+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/dvdauthor.1.gz
+-rw-r--r-- root/root usr/share/man/man1/dvddirdel.1.gz
+-rw-r--r-- root/root usr/share/man/man1/dvdunauthor.1.gz
+-rw-r--r-- root/root usr/share/man/man1/mpeg2desc.1.gz
+-rw-r--r-- root/root usr/share/man/man1/spumux.1.gz
+-rw-r--r-- root/root usr/share/man/man1/spuunmux.1.gz
diff --git a/extra/dvdauthor/.md5sum b/extra/dvdauthor/.md5sum
new file mode 100644
index 000000000..a945ac85b
--- /dev/null
+++ b/extra/dvdauthor/.md5sum
@@ -0,0 +1 @@
+bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz
diff --git a/extra/dvdauthor/Pkgfile b/extra/dvdauthor/Pkgfile
new file mode 100644
index 000000000..2a3b80da5
--- /dev/null
+++ b/extra/dvdauthor/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Outils d'édition (authoring) pour DVD
+# URL: http://dvdauthor.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libxml2, libdvdread, fribidi, imagemagick
+
+name=dvdauthor
+version=0.6.14
+release=2
+source=( http://switch.dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz)
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}