diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:21:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:21:18 +0000 |
commit | 5728afe97edbef5782db7573e142af61734f4e9e (patch) | |
tree | da69ce36a8dde4c46f90ee0b44b514edc294343c /multimedia/gst-plugins1-dvdread | |
parent | 9ebcf3b5105cd1cbf51a441252766fbb07423104 (diff) | |
download | pkgsrc-5728afe97edbef5782db7573e142af61734f4e9e.tar.gz |
Import gst-plugins1-dvdread-1.0.3 as multimedia/gst-plugins1-dvdread.
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 dvdread plugin for GStreamer, which allows reading
of DVD disks. You'll probably want to install the dvdnav plugin (from the
gst-plugins0.10-dvdnav package), too.
Diffstat (limited to 'multimedia/gst-plugins1-dvdread')
-rw-r--r-- | multimedia/gst-plugins1-dvdread/DESCR | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins1-dvdread/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-dvdread/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-dvdread/DESCR b/multimedia/gst-plugins1-dvdread/DESCR new file mode 100644 index 00000000000..3cc158873c5 --- /dev/null +++ b/multimedia/gst-plugins1-dvdread/DESCR @@ -0,0 +1,11 @@ +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 dvdread plugin for GStreamer, which allows reading +of DVD disks. You'll probably want to install the dvdnav plugin (from the +gst-plugins0.10-dvdnav package), too. diff --git a/multimedia/gst-plugins1-dvdread/Makefile b/multimedia/gst-plugins1-dvdread/Makefile new file mode 100644 index 00000000000..8841f74954e --- /dev/null +++ b/multimedia/gst-plugins1-dvdread/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:21:18 ryoon Exp $ +# + +GST_PLUGINS1_NAME= dvdread +GST_PLUGINS1_DIRS= ext/dvdread + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +.include "../../multimedia/libdvdread/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-dvdread/PLIST b/multimedia/gst-plugins1-dvdread/PLIST new file mode 100644 index 00000000000..158e2c5d4a2 --- /dev/null +++ b/multimedia/gst-plugins1-dvdread/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:21:18 ryoon Exp $ +lib/gstreamer-1.0/libgstdvdread.la |