diff options
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 |