summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
commit242def50680f318f43cc95c2712cf7d34b63d0a9 (patch)
tree2778145e81c274bac6cb238b5ac96ed84209f993 /graphics
parent1e6d860699c0e5cbdf4351a6627f0aecfa84d4ad (diff)
downloadpkgsrc-242def50680f318f43cc95c2712cf7d34b63d0a9.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 'graphics')
-rw-r--r--graphics/Makefile6
-rw-r--r--graphics/gst-plugins-opengl/Makefile13
-rw-r--r--graphics/gst-plugins-opengl/PLIST3
-rw-r--r--graphics/gst-plugins-png/Makefile14
-rw-r--r--graphics/gst-plugins-png/PLIST3
-rw-r--r--graphics/gst-plugins0.8-opengl/DESCR (renamed from graphics/gst-plugins-opengl/DESCR)0
-rw-r--r--graphics/gst-plugins0.8-opengl/Makefile12
-rw-r--r--graphics/gst-plugins0.8-opengl/PLIST3
-rw-r--r--graphics/gst-plugins0.8-png/DESCR (renamed from graphics/gst-plugins-png/DESCR)0
-rw-r--r--graphics/gst-plugins0.8-png/Makefile13
-rw-r--r--graphics/gst-plugins0.8-png/PLIST3
11 files changed, 34 insertions, 36 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bc596f5e951..334c4fb0434 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.409 2006/01/08 03:58:46 minskim Exp $
+# $NetBSD: Makefile,v 1.410 2006/01/18 12:44:00 jmmv Exp $
#
COMMENT= Graphics tools and libraries
@@ -125,8 +125,8 @@ SUBDIR+= gqview-gtk1
SUBDIR+= grap
SUBDIR+= graphviz
SUBDIR+= gri
-SUBDIR+= gst-plugins-opengl
-SUBDIR+= gst-plugins-png
+SUBDIR+= gst-plugins0.8-opengl
+SUBDIR+= gst-plugins0.8-png
SUBDIR+= gthumb
SUBDIR+= gtkam
SUBDIR+= gtkglext
diff --git a/graphics/gst-plugins-opengl/Makefile b/graphics/gst-plugins-opengl/Makefile
deleted file mode 100644
index d666e627ae5..00000000000
--- a/graphics/gst-plugins-opengl/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/12/31 12:32:37 wiz Exp $
-#
-
-GST_PLUGINS_NAME= opengl
-GST_PLUGINS_DIR= sys/glsink
-
-.include "../../multimedia/gst-plugins/Makefile.common"
-PKGREVISION= 1
-
-BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.7nb1
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gst-plugins-opengl/PLIST b/graphics/gst-plugins-opengl/PLIST
deleted file mode 100644
index 75ba8ec5d64..00000000000
--- a/graphics/gst-plugins-opengl/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/13 12:58:27 jmmv Exp $
-lib/gstreamer-0.8/libgstglimagesink.la
-@comment in gstreamer: @dirrm lib/gstreamer-0.8
diff --git a/graphics/gst-plugins-png/Makefile b/graphics/gst-plugins-png/Makefile
deleted file mode 100644
index b3afea8453f..00000000000
--- a/graphics/gst-plugins-png/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/12/31 12:32:37 wiz Exp $
-#
-
-GST_PLUGINS_NAME= png
-GST_PLUGINS_DIR= ext/libpng
-GST_PLUGINS_FLAG= pngenc
-
-.include "../../multimedia/gst-plugins/Makefile.common"
-PKGREVISION= 1
-
-BUILDLINK_DEPENDS.png+= png>=1.2.5nb3 # requires libpng12.pc
-
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gst-plugins-png/PLIST b/graphics/gst-plugins-png/PLIST
deleted file mode 100644
index 4051a8ba803..00000000000
--- a/graphics/gst-plugins-png/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $
-lib/gstreamer-0.8/libgstpng.la
-@comment in gstreamer: @dirrm lib/gstreamer-0.8
diff --git a/graphics/gst-plugins-opengl/DESCR b/graphics/gst-plugins0.8-opengl/DESCR
index c24f7639ac1..c24f7639ac1 100644
--- a/graphics/gst-plugins-opengl/DESCR
+++ b/graphics/gst-plugins0.8-opengl/DESCR
diff --git a/graphics/gst-plugins0.8-opengl/Makefile b/graphics/gst-plugins0.8-opengl/Makefile
new file mode 100644
index 00000000000..41bb231e302
--- /dev/null
+++ b/graphics/gst-plugins0.8-opengl/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:02 jmmv Exp $
+#
+
+GST_PLUGINS0.8_NAME= opengl
+GST_PLUGINS0.8_DIR= sys/glsink
+
+.include "../../multimedia/gst-plugins0.8/Makefile.common"
+
+BUILDLINK_DEPENDS.gst-plugins0.8+= gst-plugins0.8>=0.8.7nb1
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gst-plugins0.8-opengl/PLIST b/graphics/gst-plugins0.8-opengl/PLIST
new file mode 100644
index 00000000000..5f725eaa567
--- /dev/null
+++ b/graphics/gst-plugins0.8-opengl/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:02 jmmv Exp $
+lib/gstreamer-0.8/libgstglimagesink.la
+@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8
diff --git a/graphics/gst-plugins-png/DESCR b/graphics/gst-plugins0.8-png/DESCR
index 913a4cdf211..913a4cdf211 100644
--- a/graphics/gst-plugins-png/DESCR
+++ b/graphics/gst-plugins0.8-png/DESCR
diff --git a/graphics/gst-plugins0.8-png/Makefile b/graphics/gst-plugins0.8-png/Makefile
new file mode 100644
index 00000000000..85634d71806
--- /dev/null
+++ b/graphics/gst-plugins0.8-png/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:02 jmmv Exp $
+#
+
+GST_PLUGINS0.8_NAME= png
+GST_PLUGINS0.8_DIR= ext/libpng
+GST_PLUGINS0.8_FLAG= pngenc
+
+.include "../../multimedia/gst-plugins0.8/Makefile.common"
+
+BUILDLINK_DEPENDS.png+= png>=1.2.5nb3 # requires libpng12.pc
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gst-plugins0.8-png/PLIST b/graphics/gst-plugins0.8-png/PLIST
new file mode 100644
index 00000000000..8036fcdfbc0
--- /dev/null
+++ b/graphics/gst-plugins0.8-png/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:02 jmmv Exp $
+lib/gstreamer-0.8/libgstpng.la
+@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8