aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-04-02 15:50:06 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-04-02 15:50:06 +0000
commit4a5638df7b6ccf902e09d3c3ca83a0ad1fcb582f (patch)
treea011c4df6f2590823a0de75ad5cdea4153d3741c /audio
parent08557c3440164bee0735526e61ba4c9b644f7fc1 (diff)
downloadports-4a5638df7b6ccf902e09d3c3ca83a0ad1fcb582f.tar.gz
ports-4a5638df7b6ccf902e09d3c3ca83a0ad1fcb582f.zip
Remove the actual gstreamer ivorbis plugin.
Forgotten by me, in the last gstreamer-plugins update. Oops. Submitted by: QAT
Notes
Notes: svn path=/head/; revision=252063
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer-plugins-ivorbis/Makefile18
2 files changed, 0 insertions, 19 deletions
diff --git a/audio/Makefile b/audio/Makefile
index dc249cbf5a72..5f0a16c0a2c1 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -258,7 +258,6 @@
SUBDIR += gstreamer-plugins-flac
SUBDIR += gstreamer-plugins-fluendo-mp3
SUBDIR += gstreamer-plugins-gsm
- SUBDIR += gstreamer-plugins-ivorbis
SUBDIR += gstreamer-plugins-jack
SUBDIR += gstreamer-plugins-ladspa
SUBDIR += gstreamer-plugins-lame
diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile
deleted file mode 100644
index 7625e9f516d2..000000000000
--- a/audio/gstreamer-plugins-ivorbis/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-ivorbis
-# Date created: 3 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/audio/gstreamer-plugins-ivorbis/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= audio
-
-COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin
-
-GST_PLUGIN= ivorbis
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"