From 11278a962c639551deeb30799e25f20252ae09ec Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 2 Jul 2006 11:36:35 +0000 Subject: add gst-plugins0.10-ogg-0.10.8, the ogg plugin for gstreamer0.10 --- multimedia/gst-plugins0.10-ogg/DESCR | 12 ++++++++++++ multimedia/gst-plugins0.10-ogg/Makefile | 11 +++++++++++ multimedia/gst-plugins0.10-ogg/PLIST | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 multimedia/gst-plugins0.10-ogg/DESCR create mode 100644 multimedia/gst-plugins0.10-ogg/Makefile create mode 100644 multimedia/gst-plugins0.10-ogg/PLIST (limited to 'multimedia/gst-plugins0.10-ogg') 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 -- cgit v1.2.3