diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-dirac80/Makefile | 22 |
4 files changed, 1 insertions, 24 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index fea5f8eeebb1..14191591f1a6 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -3888,7 +3888,6 @@ gstreamer-plugins-cdparanoia ports/audio/gstreamer-plugins-cdparanoia gstreamer-plugins-cdparanoia80 ports/audio/gstreamer-plugins-cdparanoia80 gstreamer-plugins-core ports/multimedia/gstreamer-plugins-core gstreamer-plugins-core80 ports/multimedia/gstreamer-plugins-core80 -gstreamer-plugins-dirac80 ports/multimedia/gstreamer-plugins-dirac80 gstreamer-plugins-dts ports/multimedia/gstreamer-plugins-dts gstreamer-plugins-dts80 ports/multimedia/gstreamer-plugins-dts80 gstreamer-plugins-dv ports/multimedia/gstreamer-plugins-dv @@ -2612,3 +2612,4 @@ www/mod_frontpage-rtr||2006-12-12|Removed: Microsoft Frontpage Extensions have r www/mod_frontpage2-rtr||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life net/wais||2006-12-12|Has expired: Imported 12 years ago; never completed www/w3c-httpd||2006-12-12|Has expired: Does not compile +multimedia/gstreamer-plugins-dirac80||2006-12-13|Has expired: Obsolete version, use gstreamer 0.10 instead diff --git a/multimedia/Makefile b/multimedia/Makefile index 3d783d7c1709..0740fbfc9fdb 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -60,7 +60,6 @@ SUBDIR += gstreamer-plugins-bz2 SUBDIR += gstreamer-plugins-core SUBDIR += gstreamer-plugins-core80 - SUBDIR += gstreamer-plugins-dirac80 SUBDIR += gstreamer-plugins-dts SUBDIR += gstreamer-plugins-dts80 SUBDIR += gstreamer-plugins-dv diff --git a/multimedia/gstreamer-plugins-dirac80/Makefile b/multimedia/gstreamer-plugins-dirac80/Makefile deleted file mode 100644 index c18bd1871e21..000000000000 --- a/multimedia/gstreamer-plugins-dirac80/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-dirac -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-dirac80/Makefile,v 1.1 2006/01/20 02:56:05 ahze Exp $ -# - -PORTREVISION= 1 -CATEGORIES= multimedia - -COMMENT= Gstreamer dirac plugin - -GST_PLUGIN= dirac - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -BROKEN= Does not build with new dirac -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -.include "${MASTERDIR}/Makefile" |