diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-02 11:35:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-02 11:35:20 +0000 |
commit | 577ccf4904800c39d728579993d5eb224730e0ab (patch) | |
tree | cdbfe547d36e6f88cee099e95170175c96e281ae /audio/gst-plugins0.10-vorbis | |
parent | aa6daaa59278069a31ca00ab4762c28ade3d578c (diff) | |
download | pkgsrc-577ccf4904800c39d728579993d5eb224730e0ab.tar.gz |
add gst-plugins0.10-vorbis-0.10.8, the vorbis plugin for gstreamer0.10
Diffstat (limited to 'audio/gst-plugins0.10-vorbis')
-rw-r--r-- | audio/gst-plugins0.10-vorbis/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-vorbis/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins0.10-vorbis/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-vorbis/DESCR b/audio/gst-plugins0.10-vorbis/DESCR new file mode 100644 index 00000000000..74a2d4bbc03 --- /dev/null +++ b/audio/gst-plugins0.10-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-plugins0.10-vorbis/Makefile b/audio/gst-plugins0.10-vorbis/Makefile new file mode 100644 index 00000000000..9df3a8b9345 --- /dev/null +++ b/audio/gst-plugins0.10-vorbis/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:35:20 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= vorbis +GST_PLUGINS0.10_DIRS= ext/vorbis +GST_PLUGINS0.10_FLAGS= vorbis + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-vorbis/PLIST b/audio/gst-plugins0.10-vorbis/PLIST new file mode 100644 index 00000000000..012f08e5bbd --- /dev/null +++ b/audio/gst-plugins0.10-vorbis/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:35:20 drochner Exp $ +lib/gstreamer-0.10/libgstvorbis.la |