diff options
author | kwm <kwm@FreeBSD.org> | 2010-04-02 15:50:06 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-04-02 15:50:06 +0000 |
commit | fdb8aa846cb13b099ffce7b4931c207e344c3757 (patch) | |
tree | 56de0b0fef65abff279d936dff57f1cfb8ed81a3 | |
parent | 6e6fc07cf2709623ea406069e18954c7906cd2bc (diff) | |
download | FreeBSD-ports-fdb8aa846cb13b099ffce7b4931c207e344c3757.zip FreeBSD-ports-fdb8aa846cb13b099ffce7b4931c207e344c3757.tar.gz |
Remove the actual gstreamer ivorbis plugin.
Forgotten by me, in the last gstreamer-plugins update. Oops.
Submitted by: QAT
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-ivorbis/Makefile | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/audio/Makefile b/audio/Makefile index dc249cb..5f0a16c 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 7625e9f..0000000 --- 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" |