diff options
author | jmmv <jmmv> | 2006-01-18 12:44:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-18 12:44:00 +0000 |
commit | 1829f479dedeef0f1e57e1ca4f0842f9ea0d3b16 (patch) | |
tree | 2778145e81c274bac6cb238b5ac96ed84209f993 /sysutils/Makefile | |
parent | 1ce3ebb67beb7eb710c6ed8442f93c9c071aba3a (diff) | |
download | pkgsrc-1829f479dedeef0f1e57e1ca4f0842f9ea0d3b16.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 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2059d03057a..2d892837250 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.329 2006/01/12 13:53:21 rillig Exp $ +# $NetBSD: Makefile,v 1.330 2006/01/18 12:44:00 jmmv Exp $ # COMMENT= System utilities @@ -96,7 +96,7 @@ SUBDIR+= gnometoaster SUBDIR+= gpart SUBDIR+= grub SUBDIR+= grun -SUBDIR+= gst-plugins-gnomevfs +SUBDIR+= gst-plugins0.8-gnomevfs SUBDIR+= gtk-send-pr SUBDIR+= gworkspace SUBDIR+= hfsutils |