diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-05 10:50:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-05 10:50:59 +0000 |
commit | 4a7c529d9357bffb56cea9fb3bd22f5b847d676c (patch) | |
tree | a24dd04ed6cff5e614fd3e83099b990ba969e347 /multimedia/gst-plugins0.10-dvdread | |
parent | 62a646bdfc4c0e7de3ec988144c77d19c3281f51 (diff) | |
download | pkgsrc-4a7c529d9357bffb56cea9fb3bd22f5b847d676c.tar.gz |
build the "dvdread" module of gst-plugins0.10-ugly
Diffstat (limited to 'multimedia/gst-plugins0.10-dvdread')
-rw-r--r-- | multimedia/gst-plugins0.10-dvdread/DESCR | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-dvdread/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-dvdread/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-dvdread/DESCR b/multimedia/gst-plugins0.10-dvdread/DESCR new file mode 100644 index 00000000000..3cc158873c5 --- /dev/null +++ b/multimedia/gst-plugins0.10-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-plugins0.10-dvdread/Makefile b/multimedia/gst-plugins0.10-dvdread/Makefile new file mode 100644 index 00000000000..cf8a9511ef6 --- /dev/null +++ b/multimedia/gst-plugins0.10-dvdread/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/05 10:50:59 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= dvdread +GST_PLUGINS0.10_DIRS= ext/dvdread + +.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" + +.include "../../multimedia/libdvdread/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-dvdread/PLIST b/multimedia/gst-plugins0.10-dvdread/PLIST new file mode 100644 index 00000000000..52d7d264556 --- /dev/null +++ b/multimedia/gst-plugins0.10-dvdread/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/05 10:50:59 drochner Exp $ +lib/gstreamer-0.10/libgstdvdread.la |