summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-12-10 20:26:38 +0000
committerveego <veego@pkgsrc.org>2001-12-10 20:26:38 +0000
commitb7f442b12f88d7ba3a08199ca182f5cdd4d1ba33 (patch)
tree952f814ea08b75956e09d5cd67ee25c2fa3c347b /misc
parentd02d7a26b587b9f45f94c122b67291d7c5b859e8 (diff)
downloadpkgsrc-b7f442b12f88d7ba3a08199ca182f5cdd4d1ba33.tar.gz
libdvdread 0.9.2
================ libdvdread provides a simple foundation for reading DVD-Video images. It offers DVD applications: 1. A simple abstraction for reading the files on a DVD image (dvd_reader.h). 2. A simple library for parsing the information (IFO) files (ifo_read.h/ifo_types.h). 3. A simple library for parsing the navigation (NAV) packets (nav_read.h/nav_types.h). This allows application designers to access some of the more advanced features of the DVD format. libdvdread currently uses libdl to dynamically probe for libdvdcss at runtime. If libdvdcss is found, then it will be used to decrypt the encrypted sections of a DVD.
Diffstat (limited to 'misc')
-rw-r--r--misc/libdvdread/DESCR2
-rw-r--r--misc/libdvdread/Makefile15
-rw-r--r--misc/libdvdread/PLIST14
-rw-r--r--misc/libdvdread/distinfo4
4 files changed, 35 insertions, 0 deletions
diff --git a/misc/libdvdread/DESCR b/misc/libdvdread/DESCR
new file mode 100644
index 00000000000..3476ba18a0b
--- /dev/null
+++ b/misc/libdvdread/DESCR
@@ -0,0 +1,2 @@
+libdvdread is a library that provides an interface to make life
+for programs that access DVDs a little easier.
diff --git a/misc/libdvdread/Makefile b/misc/libdvdread/Makefile
new file mode 100644
index 00000000000..8ccad05620b
--- /dev/null
+++ b/misc/libdvdread/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 20:26:38 veego Exp $
+
+DISTNAME= libdvdread-0.9.2
+CATEGORIES= misc
+MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/index.html
+COMMENT= DVD access library, primarily used in Ogle
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/libdvdread/PLIST b/misc/libdvdread/PLIST
new file mode 100644
index 00000000000..08e919766db
--- /dev/null
+++ b/misc/libdvdread/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/10 20:26:38 veego Exp $
+include/dvdread/dvd_reader.h
+include/dvdread/ifo_print.h
+include/dvdread/ifo_read.h
+include/dvdread/ifo_types.h
+include/dvdread/nav_print.h
+include/dvdread/nav_read.h
+include/dvdread/nav_types.h
+lib/libdvdread.a
+lib/libdvdread.la
+lib/libdvdread.so
+lib/libdvdread.so.2
+lib/libdvdread.so.2.1
+@dirrm include/dvdread
diff --git a/misc/libdvdread/distinfo b/misc/libdvdread/distinfo
new file mode 100644
index 00000000000..c0afe40d737
--- /dev/null
+++ b/misc/libdvdread/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/12/10 20:26:38 veego Exp $
+
+SHA1 (libdvdread-0.9.2.tar.gz) = 68fbd4a583b82b052f8a766c918f7814e805ae28
+Size (libdvdread-0.9.2.tar.gz) = 195657 bytes