diff options
author | ryoon <ryoon> | 2012-11-29 08:37:00 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-11-29 08:37:00 +0000 |
commit | 54718fbf3885b584e2b7678633ac56d3e45ba96f (patch) | |
tree | 6cdff7c7cca5096a4d27463998659031d8db2f7b | |
parent | d1a045f68d9c58701c7f55d7dce15f750c20e2f9 (diff) | |
download | pkgsrc-54718fbf3885b584e2b7678633ac56d3e45ba96f.tar.gz |
Import gst-plugins1-vorbis-1.0.3 as audio/gst-plugins1-vorbis.
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 vorbis plugin for GStreamer, the OGG's free audio
codec.
-rw-r--r-- | audio/gst-plugins1-vorbis/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-vorbis/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins1-vorbis/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/audio/gst-plugins1-vorbis/DESCR b/audio/gst-plugins1-vorbis/DESCR new file mode 100644 index 00000000000..74a2d4bbc03 --- /dev/null +++ b/audio/gst-plugins1-vorbis/DESCR @@ -0,0 +1,10 @@ +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 vorbis plugin for GStreamer, the OGG's free audio +codec. diff --git a/audio/gst-plugins1-vorbis/Makefile b/audio/gst-plugins1-vorbis/Makefile new file mode 100644 index 00000000000..385cb1483ff --- /dev/null +++ b/audio/gst-plugins1-vorbis/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:37:01 ryoon Exp $ +# + +GST_PLUGINS1_NAME= vorbis +GST_PLUGINS1_DIRS= ext/vorbis +GST_PLUGINS1_FLAGS= vorbis + +.include "../../multimedia/gst-plugins1-base/Makefile.common" + +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-vorbis/PLIST b/audio/gst-plugins1-vorbis/PLIST new file mode 100644 index 00000000000..7cf9433e787 --- /dev/null +++ b/audio/gst-plugins1-vorbis/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:37:01 ryoon Exp $ +lib/gstreamer-1.0/libgstvorbis.la |