aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-30 09:17:02 +0800
committerahze <ahze@FreeBSD.org>2006-04-30 09:17:02 +0800
commit1fdb73e75fd3abdf1f3c2815b22cec155fe44cfc (patch)
tree45d7d676f07d6217685a2184388ef6f4200e0dd5 /graphics
parentcd81324c85786834d4846629b48972069edf3772 (diff)
downloadfreebsd-ports-gnome-1fdb73e75fd3abdf1f3c2815b22cec155fe44cfc.tar.gz
freebsd-ports-gnome-1fdb73e75fd3abdf1f3c2815b22cec155fe44cfc.tar.zst
freebsd-ports-gnome-1fdb73e75fd3abdf1f3c2815b22cec155fe44cfc.zip
- Remove gstreamer-plugins not in 0.10 (yet)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile5
-rw-r--r--graphics/gstreamer-plugins-gdkpixbuf/Makefile17
-rw-r--r--graphics/gstreamer-plugins-hermes/Makefile17
-rw-r--r--graphics/gstreamer-plugins-jpeg-mmx/Makefile17
-rw-r--r--graphics/gstreamer-plugins-libmng/Makefile17
-rw-r--r--graphics/gstreamer-plugins-swfdec/Makefile17
6 files changed, 0 insertions, 90 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 8115b898f90e..2f381859fd10 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -204,23 +204,18 @@
SUBDIR += gstreamer-plugins-aalib80
SUBDIR += gstreamer-plugins-cairo
SUBDIR += gstreamer-plugins-cairo80
- SUBDIR += gstreamer-plugins-gdkpixbuf
SUBDIR += gstreamer-plugins-gdkpixbuf80
- SUBDIR += gstreamer-plugins-hermes
SUBDIR += gstreamer-plugins-hermes80
SUBDIR += gstreamer-plugins-jpeg
- SUBDIR += gstreamer-plugins-jpeg-mmx
SUBDIR += gstreamer-plugins-jpeg-mmx80
SUBDIR += gstreamer-plugins-jpeg80
SUBDIR += gstreamer-plugins-libcaca
SUBDIR += gstreamer-plugins-libcaca80
- SUBDIR += gstreamer-plugins-libmng
SUBDIR += gstreamer-plugins-libmng80
SUBDIR += gstreamer-plugins-libpng
SUBDIR += gstreamer-plugins-libpng80
SUBDIR += gstreamer-plugins-libvisual
SUBDIR += gstreamer-plugins-libvisual80
- SUBDIR += gstreamer-plugins-swfdec
SUBDIR += gstreamer-plugins-swfdec80
SUBDIR += gthumb
SUBDIR += gtkam
diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile
deleted file mode 100644
index 2f15f941726f..000000000000
--- a/graphics/gstreamer-plugins-gdkpixbuf/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-gdkpixbuf
-# Date created: 3 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics
-PORTREVISION= 1
-
-COMMENT= Gstreamer image decoder plugin
-
-GST_PLUGIN= gdkpixbuf
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-hermes/Makefile b/graphics/gstreamer-plugins-hermes/Makefile
deleted file mode 100644
index 194ac9562182..000000000000
--- a/graphics/gstreamer-plugins-hermes/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-hermes
-# Date created: 3 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics
-PORTREVISION= 1
-
-COMMENT= Gstreamer hermes colorspace plugin
-
-GST_PLUGIN= hermes
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-jpeg-mmx/Makefile b/graphics/gstreamer-plugins-jpeg-mmx/Makefile
deleted file mode 100644
index d5be4d9aecc4..000000000000
--- a/graphics/gstreamer-plugins-jpeg-mmx/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-jpeg-mmx
-# Date created: 1 Nov 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics
-PORTREVISION= 1
-
-COMMENT= Gstreamer jpeg encoder/decoder plugin with mmx optimalizations
-
-GST_PLUGIN= jpeg-mmx
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-libmng/Makefile b/graphics/gstreamer-plugins-libmng/Makefile
deleted file mode 100644
index 6cc4aeaea245..000000000000
--- a/graphics/gstreamer-plugins-libmng/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-libmng
-# Date created: 6 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics
-PORTREVISION= 1
-
-COMMENT= Gstreamer Multiple-image Network Graphics plugin
-
-GST_PLUGIN= libmng
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile
deleted file mode 100644
index 5efd89348528..000000000000
--- a/graphics/gstreamer-plugins-swfdec/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-swfdec
-# Date created: 3 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= graphics
-PORTREVISION= 1
-
-COMMENT= Gstreamer flash redering plugin
-
-GST_PLUGIN= swfdec
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"