diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 21:07:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 21:07:38 +0000 |
commit | 4bcb1e79cdbf0cdf6f69797d91fc54770dde6cb9 (patch) | |
tree | 84828d337b2df39d43e954d12afa71792ddef8c5 | |
parent | c6066a2ee6a195a6edda6cac1832d948167b40d5 (diff) |
- Has expired: Has been broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=224470
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-swfdec/Makefile | 22 |
4 files changed, 2 insertions, 26 deletions
@@ -3713,3 +3713,4 @@ audio/ruby-xmms2-ecore||2008-12-19|Has expired: Has been broken for more than 6 databases/p5-DBD-PgSPI||2008-12-19|Has expired: Has been broken for more than 6 months databases/mysql-query-browser||2008-12-19|Has expired: Has been broken for more than 6 months games/clanbomber||2008-12-19|Has expired: Has been broken for more than 6 months +graphics/gstreamer-plugins-swfdec||2008-12-19|Has expired: Has been broken for more than 6 months diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 601efe93bcba..f5cf6c167a59 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -58,7 +58,7 @@ _USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \ gnonlin gsm hal ivorbis jack jpeg ladspa lame \ libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \ musepack nas neon ogg pango pulse python sdl shout2 sidplay \ - sndfile spc soundtouch soup speex swfdec taglib \ + sndfile spc soundtouch soup speex taglib \ theora vorbis wavpack x264 xvid # other plugins @@ -187,8 +187,6 @@ libpng_DEPENDS= graphics/gstreamer-plugins-libpng libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual -swfdec_DEPENDS= graphics/gstreamer-plugins-swfdec - # Multimedia Plugins Section bad_DEPENDS= multimedia/gstreamer-plugins-bad diff --git a/graphics/Makefile b/graphics/Makefile index eecba5f30383..d65d90ae0126 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -274,7 +274,6 @@ SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual - SUBDIR += gstreamer-plugins-swfdec SUBDIR += gthumb SUBDIR += gtkam SUBDIR += gtkdps diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile deleted file mode 100644 index 3cd088bf2388..000000000000 --- a/graphics/gstreamer-plugins-swfdec/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-swfdec -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-swfdec/Makefile,v 1.5 2008/03/19 14:05:35 ahze Exp $ -# - -PORTREVISION= 3 -CATEGORIES= graphics - -COMMENT= Gstreamer flash redering plugin - -GST_PLUGIN= swfdec - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -BROKEN= Does not compile -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 - -.include "${MASTERDIR}/Makefile" |