diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:42:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:42:41 +0000 |
commit | 9607739ee00670571ef88163651433616811dcfd (patch) | |
tree | e5197f3fda6b7df3ef4c7ff88f4afdaf2d9d7550 /audio/gst-plugins-vorbis | |
parent | f3dcc0cbf0dacb407b76de45303dd35473e00644 (diff) | |
download | pkgsrc-9607739ee00670571ef88163651433616811dcfd.tar.gz |
Initial import of gst-plugins-vorbis, version 0.8.0:
This package provides the vorbis plugin for GStreamer.
Diffstat (limited to 'audio/gst-plugins-vorbis')
-rw-r--r-- | audio/gst-plugins-vorbis/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins-vorbis/PLIST | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/audio/gst-plugins-vorbis/Makefile b/audio/gst-plugins-vorbis/Makefile new file mode 100644 index 00000000000..6208f3df0b9 --- /dev/null +++ b/audio/gst-plugins-vorbis/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 09:42:41 jmmv Exp $ +# + +GST_PLUGINS_NAME= vorbis +GST_PLUGINS_DIR= ext/vorbis + +.include "../../multimedia/gst-plugins/Makefile.common" + +DEPENDS+= gst-plugins-ogg>=0.8.0:../../audio/gst-plugins-ogg + +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins-vorbis/PLIST b/audio/gst-plugins-vorbis/PLIST new file mode 100644 index 00000000000..884f5d64582 --- /dev/null +++ b/audio/gst-plugins-vorbis/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 09:42:41 jmmv Exp $ +lib/gstreamer-0.8/libgstvorbis.a +lib/gstreamer-0.8/libgstvorbis.la +lib/gstreamer-0.8/libgstvorbis.so +@comment in gst-plugins: @dirrm lib/gstreamer-0.8 |