diff options
-rw-r--r-- | misc/libdvdplay/DESCR | 8 | ||||
-rw-r--r-- | misc/libdvdplay/Makefile | 17 | ||||
-rw-r--r-- | misc/libdvdplay/PLIST | 11 | ||||
-rw-r--r-- | misc/libdvdplay/buildlink2.mk | 19 | ||||
-rw-r--r-- | misc/libdvdplay/distinfo | 4 |
5 files changed, 59 insertions, 0 deletions
diff --git a/misc/libdvdplay/DESCR b/misc/libdvdplay/DESCR new file mode 100644 index 00000000000..027f0018c0c --- /dev/null +++ b/misc/libdvdplay/DESCR @@ -0,0 +1,8 @@ +libdvdplay is an attempt to make a library from ogle dvd navigation code so +that a simple API provides access to both DVD Video data and DVD information to +a reader application. + +libdvdplay is a layer over libdvdread. As a consequence it provides read, seek +for DVD media. But it also provides the client application with a set of access +functions needed to create an interface for the DVD reader (audio, subtitles, +titles ...). diff --git a/misc/libdvdplay/Makefile b/misc/libdvdplay/Makefile new file mode 100644 index 00000000000..c3eb961f7c3 --- /dev/null +++ b/misc/libdvdplay/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/05 03:34:27 wulf Exp $ + +DISTNAME= libdvdplay-1.0.1 +CATEGORIES= misc +MASTER_SITES= http://www.videolan.org/pub/libdvdplay/1.0.1/ + +MAINTAINER= wulf@netbsd.org +HOMEPAGE= http://developers.videolan.org/libdvdplay/ +COMMENT= simple API library designed for DVD navigation + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_BUILDLINK2= yes + +.include "../../misc/libdvdread/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/libdvdplay/PLIST b/misc/libdvdplay/PLIST new file mode 100644 index 00000000000..41d50b73ea8 --- /dev/null +++ b/misc/libdvdplay/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/05 03:34:27 wulf Exp $ +include/dvdplay/dvdplay.h +include/dvdplay/info.h +include/dvdplay/nav.h +include/dvdplay/state.h +lib/libdvdplay.la +lib/libdvdplay.so.0.1 +lib/libdvdplay.so.0 +lib/libdvdplay.so +lib/libdvdplay.a +@dirrm include/dvdplay diff --git a/misc/libdvdplay/buildlink2.mk b/misc/libdvdplay/buildlink2.mk new file mode 100644 index 00000000000..5870ebfbca5 --- /dev/null +++ b/misc/libdvdplay/buildlink2.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/08/05 03:34:27 wulf Exp $ + +.if !defined(LIBDVDPLAY_BUILDLINK2_MK) +LIBDVDPLAY_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= libdvdplay +BUILDLINK_DEPENDS.libdvdplay?= libdvdplay>=1.0.1 +BUILDLINK_PKGSRCDIR.libdvdplay?= ../../misc/libdvdplay + +EVAL_PREFIX+= BUILDLINK_PREFIX.libdvdplay=libdvdplay +BUILDLINK_PREFIX.libdvdplay= ${LOCALBASE} +BUILDLINK_FILES.libdvdplay= include/dvdplay/* +BUILDLINK_FILES.libdvdplay+= lib/libdvdplay.* + +BUILDLINK_TARGETS+= libdvdplay-buildlink + +libdvdplay-buildlink: _BUILDLINK_USE + +.endif # LIBDVDPLAY_BUILDLINK2_MK diff --git a/misc/libdvdplay/distinfo b/misc/libdvdplay/distinfo new file mode 100644 index 00000000000..6314f119ebb --- /dev/null +++ b/misc/libdvdplay/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/05 03:34:27 wulf Exp $ + +SHA1 (libdvdplay-1.0.1.tar.gz) = a4bf7a8173fbecc9de34c51e302771929252fc98 +Size (libdvdplay-1.0.1.tar.gz) = 227746 bytes |