diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
commit | dca6ea985b41392725664f0c3a76e23f1bf69682 (patch) | |
tree | 188051bf01a1897aa4df8238130681c8726240d8 /libdvdnav | |
parent | 586de4fed3f2365589c3a460ab8c7d8f2a1645c7 (diff) | |
download | contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.gz contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.xz |
initial adding of ports from romsters repo
Diffstat (limited to 'libdvdnav')
-rw-r--r-- | libdvdnav/.footprint | 23 | ||||
-rw-r--r-- | libdvdnav/.md5sum | 1 | ||||
-rw-r--r-- | libdvdnav/Pkgfile | 18 | ||||
-rw-r--r-- | libdvdnav/Pkgfile~ | 19 |
4 files changed, 61 insertions, 0 deletions
diff --git a/libdvdnav/.footprint b/libdvdnav/.footprint new file mode 100644 index 000000000..dc435ab05 --- /dev/null +++ b/libdvdnav/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dvdnav-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/dvdnav/ +-rw-r--r-- root/root usr/include/dvdnav/dvd_reader.h +-rw-r--r-- root/root usr/include/dvdnav/dvd_types.h +-rw-r--r-- root/root usr/include/dvdnav/dvdnav.h +-rw-r--r-- root/root usr/include/dvdnav/dvdnav_events.h +-rw-r--r-- root/root usr/include/dvdnav/ifo_print.h +-rw-r--r-- root/root usr/include/dvdnav/ifo_read.h +-rw-r--r-- root/root usr/include/dvdnav/ifo_types.h +-rw-r--r-- root/root usr/include/dvdnav/nav_print.h +-rw-r--r-- root/root usr/include/dvdnav/nav_read.h +-rw-r--r-- root/root usr/include/dvdnav/nav_types.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libdvdnav.la +lrwxrwxrwx root/root usr/lib/libdvdnav.so -> libdvdnav.so.4.1.0 +lrwxrwxrwx root/root usr/lib/libdvdnav.so.4 -> libdvdnav.so.4.1.0 +-rwxr-xr-x root/root usr/lib/libdvdnav.so.4.1.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/dvdnav.m4 diff --git a/libdvdnav/.md5sum b/libdvdnav/.md5sum new file mode 100644 index 000000000..05e18beab --- /dev/null +++ b/libdvdnav/.md5sum @@ -0,0 +1 @@ +e1b1d45c8fdaf6a2dce3078bd3d7047d libdvdnav-20050211.tar.bz2 diff --git a/libdvdnav/Pkgfile b/libdvdnav/Pkgfile new file mode 100644 index 000000000..86d0a6a00 --- /dev/null +++ b/libdvdnav/Pkgfile @@ -0,0 +1,18 @@ +# Description: DVD Navigation library needed by the xine-dvdnav plugin. +# URL: http://dvd.sourceforge.net/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Matt Housh, jaeger at morpheus dot net +# Depends on: libdvdcss, libdvdread + +name=libdvdnav +version=20050211 +release=1 +source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/$name-$version.tar.bz2) + +build() { + cd $name-$version + rm -r missing + ./configure --prefix=/usr + make && make DESTDIR=$PKG install +} + diff --git a/libdvdnav/Pkgfile~ b/libdvdnav/Pkgfile~ new file mode 100644 index 000000000..bb159fa81 --- /dev/null +++ b/libdvdnav/Pkgfile~ @@ -0,0 +1,19 @@ +# Description: DVD Navigation library needed by the xine-dvdnav plugin. +# URL: http://dvd.sourceforge.net/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Matt Housh <jaeger@morpheus.net> +# Depends on: libdvdcss, libdvdread + +name=libdvdnav +version=20050211 +release=1 +source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/$name-$version.tar.bz2) + +build() { + cd $name-$version + rm -r missing + ./configure --prefix=/usr + make && make DESTDIR=$PKG install + chown -R root:root $PKG +} + |