From b644265b3556999aa989574560a06f9a0da921c4 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:14:22 +0000 Subject: Import gst-plugins1-resindvd-1.0.3 as multimedia/gst-plugins1-resindvd. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the resindvd plugin for GStreamer, which allows playback of DVD disks. --- multimedia/gst-plugins1-resindvd/DESCR | 10 ++++++++++ multimedia/gst-plugins1-resindvd/Makefile | 11 +++++++++++ multimedia/gst-plugins1-resindvd/PLIST | 2 ++ 3 files changed, 23 insertions(+) create mode 100644 multimedia/gst-plugins1-resindvd/DESCR create mode 100644 multimedia/gst-plugins1-resindvd/Makefile create mode 100644 multimedia/gst-plugins1-resindvd/PLIST (limited to 'multimedia') diff --git a/multimedia/gst-plugins1-resindvd/DESCR b/multimedia/gst-plugins1-resindvd/DESCR new file mode 100644 index 00000000000..77f2653af92 --- /dev/null +++ b/multimedia/gst-plugins1-resindvd/DESCR @@ -0,0 +1,10 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple mp3 playback to complex +audio (mixing) and video (non-linear editing) processing. + +Applications can take advantage of advances in codec and filter technology +transparently. Developers can add new codecs and filters by writing a +simple plugin with a clean, generic interface. + +This package provides the resindvd plugin for GStreamer, which allows playback +of DVD disks. diff --git a/multimedia/gst-plugins1-resindvd/Makefile b/multimedia/gst-plugins1-resindvd/Makefile new file mode 100644 index 00000000000..82d81025f6e --- /dev/null +++ b/multimedia/gst-plugins1-resindvd/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:14:22 ryoon Exp $ +# + +GST_PLUGINS1_NAME= resindvd +GST_PLUGINS1_FLAGS= dvdnav +GST_PLUGINS1_DIRS= ext/resindvd + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../multimedia/libdvdnav/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-resindvd/PLIST b/multimedia/gst-plugins1-resindvd/PLIST new file mode 100644 index 00000000000..0b2db1ff133 --- /dev/null +++ b/multimedia/gst-plugins1-resindvd/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:14:22 ryoon Exp $ +lib/gstreamer-1.0/libgstresindvd.la -- cgit v1.2.3