summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsnj <snj>2009-03-05 22:46:21 +0000
committersnj <snj>2009-03-05 22:46:21 +0000
commit46207f1ea92928595a4dbca134e0275c5450cc9b (patch)
treec7bbc86ef851311e912457e4aa26ae8fee911a5a /sysutils
parentc66a7c977169ee4ac2d5f8bac963b08c0f702b02 (diff)
downloadpkgsrc-46207f1ea92928595a4dbca134e0275c5450cc9b.tar.gz
Say goodbye to gstreamer-0.8 and its friends.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/gst-plugins0.8-gnomevfs/DESCR11
-rw-r--r--sysutils/gst-plugins0.8-gnomevfs/Makefile14
-rw-r--r--sysutils/gst-plugins0.8-gnomevfs/PLIST3
-rw-r--r--sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk20
5 files changed, 1 insertions, 50 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a28a4736304..c33664420cb 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.460 2009/03/05 12:54:35 imil Exp $
+# $NetBSD: Makefile,v 1.461 2009/03/05 22:46:26 snj Exp $
#
COMMENT= System utilities
@@ -128,7 +128,6 @@ SUBDIR+= grub
SUBDIR+= grun
SUBDIR+= gst-plugins0.10-gio
SUBDIR+= gst-plugins0.10-gnomevfs
-SUBDIR+= gst-plugins0.8-gnomevfs
SUBDIR+= gtk-send-pr
SUBDIR+= gvfs
SUBDIR+= gworkspace
diff --git a/sysutils/gst-plugins0.8-gnomevfs/DESCR b/sysutils/gst-plugins0.8-gnomevfs/DESCR
deleted file mode 100644
index 08650969066..00000000000
--- a/sysutils/gst-plugins0.8-gnomevfs/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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 gnomevfs plugin for GStreamer, which allows file
-access through the GNOME VFS abstraction layer. This means that it can open
-files using any of the methods supported by the GNOME VFS library.
diff --git a/sysutils/gst-plugins0.8-gnomevfs/Makefile b/sysutils/gst-plugins0.8-gnomevfs/Makefile
deleted file mode 100644
index 870ed67c231..00000000000
--- a/sysutils/gst-plugins0.8-gnomevfs/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:36 joerg Exp $
-#
-
-GST_PLUGINS0.8_NAME= gnomevfs
-GST_PLUGINS0.8_DIR= ext/gnomevfs
-GST_PLUGINS0.8_FLAG= gnome_vfs
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../multimedia/gst-plugins0.8/Makefile.common"
-PKGREVISION= 10
-
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gst-plugins0.8-gnomevfs/PLIST b/sysutils/gst-plugins0.8-gnomevfs/PLIST
deleted file mode 100644
index 51fbf7c2c07..00000000000
--- a/sysutils/gst-plugins0.8-gnomevfs/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:04 jmmv Exp $
-lib/gstreamer-0.8/libgstgnomevfs.la
-@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8
diff --git a/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk b/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk
deleted file mode 100644
index cd6935341b7..00000000000
--- a/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:11:09 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK:= ${GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= gst-plugins0.8-gnomevfs
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.8-gnomevfs}
-BUILDLINK_PACKAGES+= gst-plugins0.8-gnomevfs
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gst-plugins0.8-gnomevfs
-
-.if !empty(GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gst-plugins0.8-gnomevfs+= gst-plugins0.8-gnomevfs>=0.8.11
-BUILDLINK_ABI_DEPENDS.gst-plugins0.8-gnomevfs?= gst-plugins0.8-gnomevfs>=0.8.11nb2
-BUILDLINK_PKGSRCDIR.gst-plugins0.8-gnomevfs?= ../../sysutils/gst-plugins0.8-gnomevfs
-.endif # GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}