diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-02 11:36:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-02 11:36:35 +0000 |
commit | 11278a962c639551deeb30799e25f20252ae09ec (patch) | |
tree | 068a16f2a840d34035061b09a2a511c07a09dc0b /multimedia/gst-plugins0.10-ogg | |
parent | 6a0b0d43b692fd213c9c8fb4f58cfaeafe28d937 (diff) | |
download | pkgsrc-11278a962c639551deeb30799e25f20252ae09ec.tar.gz |
add gst-plugins0.10-ogg-0.10.8, the ogg plugin for gstreamer0.10
Diffstat (limited to 'multimedia/gst-plugins0.10-ogg')
-rw-r--r-- | multimedia/gst-plugins0.10-ogg/DESCR | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ogg/Makefile | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ogg/PLIST | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-ogg/DESCR b/multimedia/gst-plugins0.10-ogg/DESCR new file mode 100644 index 00000000000..7bbf6413cb5 --- /dev/null +++ b/multimedia/gst-plugins0.10-ogg/DESCR @@ -0,0 +1,12 @@ +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 ogg plugin for GStreamer, which lets it handle +OGG media containers. You'll probably want to install gst-plugins0.8-vorbis +and gst-plugins0.8-theora too, which provide its respective audio and video +codecs. diff --git a/multimedia/gst-plugins0.10-ogg/Makefile b/multimedia/gst-plugins0.10-ogg/Makefile new file mode 100644 index 00000000000..6e11fbca5f1 --- /dev/null +++ b/multimedia/gst-plugins0.10-ogg/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:36:35 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= ogg +GST_PLUGINS0.10_DIRS= ext/ogg +GST_PLUGINS0.10_FLAGS= ogg + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../multimedia/libogg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-ogg/PLIST b/multimedia/gst-plugins0.10-ogg/PLIST new file mode 100644 index 00000000000..a248c524783 --- /dev/null +++ b/multimedia/gst-plugins0.10-ogg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:36:35 drochner Exp $ +lib/gstreamer-0.10/libgstogg.la |