Remove the actual gstreamer ivorbis plugin.

Forgotten by me, in the last gstreamer-plugins update. Oops.

Submitted by:	QAT
This commit is contained in:
Koop Mast 2010-04-02 15:50:06 +00:00
parent 08557c3440
commit 4a5638df7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252063
2 changed files with 0 additions and 19 deletions

View file

@ -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

View file

@ -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"