diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-18 12:44:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-18 12:44:00 +0000 |
commit | 5cbcfbb9dadb96a3a261e94f73d8c266acf43245 (patch) | |
tree | 2778145e81c274bac6cb238b5ac96ed84209f993 /audio/gst-plugins0.8-vorbis/Makefile | |
parent | ceff89b43cee0486ae4bf76f1705f9fc47e04af8 (diff) | |
download | pkgsrc-5cbcfbb9dadb96a3a261e94f73d8c266acf43245.tar.gz |
Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).
While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
package they belong to.
Diffstat (limited to 'audio/gst-plugins0.8-vorbis/Makefile')
-rw-r--r-- | audio/gst-plugins0.8-vorbis/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gst-plugins0.8-vorbis/Makefile b/audio/gst-plugins0.8-vorbis/Makefile new file mode 100644 index 00000000000..3d24e05804c --- /dev/null +++ b/audio/gst-plugins0.8-vorbis/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:01 jmmv Exp $ +# + +GST_PLUGINS0.8_NAME= vorbis +GST_PLUGINS0.8_DIR= ext/vorbis + +.include "../../multimedia/gst-plugins0.8/Makefile.common" + +DEPENDS+= gst-plugins0.8-ogg>=0.8.0:../../multimedia/gst-plugins0.8-ogg + +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |