aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-01 22:14:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-01 22:14:07 +0000
commit44d0dc12bbff17cfbbb9d182235924dbd7d86a45 (patch)
treeb260b05e7fe7e534f08af61d8504ddf8a7ab5a49 /audio
parent96998c6a224d934b8d937663652dc498c7e4cdfd (diff)
downloadports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.tar.gz
ports-44d0dc12bbff17cfbbb9d182235924dbd7d86a45.zip
Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1]
Notes
Notes: svn path=/head/; revision=332416
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile1
-rw-r--r--audio/gstreamer-plugins-amrnb/Makefile1
-rw-r--r--audio/gstreamer-plugins-amrwbdec/Makefile1
-rw-r--r--audio/gstreamer-plugins-cdaudio/Makefile1
-rw-r--r--audio/gstreamer-plugins-cdparanoia/Makefile1
-rw-r--r--audio/gstreamer-plugins-esound/Makefile1
-rw-r--r--audio/gstreamer-plugins-faac/Makefile1
-rw-r--r--audio/gstreamer-plugins-faad/Makefile1
-rw-r--r--audio/gstreamer-plugins-flac/Makefile1
-rw-r--r--audio/gstreamer-plugins-flite/Makefile1
-rw-r--r--audio/gstreamer-plugins-fluendo-mp3/Makefile1
-rw-r--r--audio/gstreamer-plugins-gme/Makefile1
-rw-r--r--audio/gstreamer-plugins-gsm/Makefile1
-rw-r--r--audio/gstreamer-plugins-jack/Makefile1
-rw-r--r--audio/gstreamer-plugins-ladspa/Makefile1
-rw-r--r--audio/gstreamer-plugins-lame/Makefile1
-rw-r--r--audio/gstreamer-plugins-mad/Makefile1
-rw-r--r--audio/gstreamer-plugins-mp3/Makefile5
-rw-r--r--audio/gstreamer-plugins-musepack/Makefile1
-rw-r--r--audio/gstreamer-plugins-nas/Makefile1
-rw-r--r--audio/gstreamer-plugins-ogg/Makefile1
-rw-r--r--audio/gstreamer-plugins-opus/Makefile1
-rw-r--r--audio/gstreamer-plugins-pulse/Makefile1
-rw-r--r--audio/gstreamer-plugins-shout2/Makefile1
-rw-r--r--audio/gstreamer-plugins-sidplay/Makefile1
-rw-r--r--audio/gstreamer-plugins-sndfile/Makefile1
-rw-r--r--audio/gstreamer-plugins-soundtouch/Makefile1
-rw-r--r--audio/gstreamer-plugins-spc/Makefile1
-rw-r--r--audio/gstreamer-plugins-speex/Makefile1
-rw-r--r--audio/gstreamer-plugins-taglib/Makefile1
-rw-r--r--audio/gstreamer-plugins-twolame/Makefile1
-rw-r--r--audio/gstreamer-plugins-vorbis/Makefile1
-rw-r--r--audio/gstreamer-plugins-wavpack/Makefile1
-rw-r--r--audio/gstreamer1-plugins-a52dec/Makefile1
-rw-r--r--audio/gstreamer1-plugins-amrnb/Makefile1
-rw-r--r--audio/gstreamer1-plugins-amrwbdec/Makefile1
-rw-r--r--audio/gstreamer1-plugins-cdparanoia/Makefile1
-rw-r--r--audio/gstreamer1-plugins-celt/Makefile1
-rw-r--r--audio/gstreamer1-plugins-faac/Makefile1
-rw-r--r--audio/gstreamer1-plugins-faad/Makefile1
-rw-r--r--audio/gstreamer1-plugins-flac/Makefile1
-rw-r--r--audio/gstreamer1-plugins-flite/Makefile1
-rw-r--r--audio/gstreamer1-plugins-gme/Makefile1
-rw-r--r--audio/gstreamer1-plugins-gsm/Makefile1
-rw-r--r--audio/gstreamer1-plugins-jack/Makefile1
-rw-r--r--audio/gstreamer1-plugins-lame/Makefile1
-rw-r--r--audio/gstreamer1-plugins-mad/Makefile1
-rw-r--r--audio/gstreamer1-plugins-modplug/Makefile1
-rw-r--r--audio/gstreamer1-plugins-ogg/Makefile1
-rw-r--r--audio/gstreamer1-plugins-opus/Makefile1
-rw-r--r--audio/gstreamer1-plugins-shout2/Makefile1
-rw-r--r--audio/gstreamer1-plugins-sidplay/Makefile1
-rw-r--r--audio/gstreamer1-plugins-soundtouch/Makefile1
-rw-r--r--audio/gstreamer1-plugins-speex/Makefile1
-rw-r--r--audio/gstreamer1-plugins-taglib/Makefile1
-rw-r--r--audio/gstreamer1-plugins-twolame/Makefile1
-rw-r--r--audio/gstreamer1-plugins-vorbis/Makefile1
-rw-r--r--audio/gstreamer1-plugins-wavpack/Makefile1
58 files changed, 2 insertions, 60 deletions
diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile
index ce80d9a652d7..add343bd0412 100644
--- a/audio/gstreamer-plugins-a52dec/Makefile
+++ b/audio/gstreamer-plugins-a52dec/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
GST_PLUGIN= a52dec
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-amrnb/Makefile b/audio/gstreamer-plugins-amrnb/Makefile
index cda2bb69a7da..1eee14347f2b 100644
--- a/audio/gstreamer-plugins-amrnb/Makefile
+++ b/audio/gstreamer-plugins-amrnb/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
GST_PLUGIN= amrnb
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-amrwbdec/Makefile b/audio/gstreamer-plugins-amrwbdec/Makefile
index 9ba2b5750bac..a9ee47b43011 100644
--- a/audio/gstreamer-plugins-amrwbdec/Makefile
+++ b/audio/gstreamer-plugins-amrwbdec/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
GST_PLUGIN= amrwbdec
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile
index 927156cea75c..8c7569799a59 100644
--- a/audio/gstreamer-plugins-cdaudio/Makefile
+++ b/audio/gstreamer-plugins-cdaudio/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer frontend to libcdaudio
GST_PLUGIN= cdaudio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-cdparanoia/Makefile b/audio/gstreamer-plugins-cdparanoia/Makefile
index 71d9a340f4ad..1f2a6ebf6d76 100644
--- a/audio/gstreamer-plugins-cdparanoia/Makefile
+++ b/audio/gstreamer-plugins-cdparanoia/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin
GST_PLUGIN= cdparanoia
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-esound/Makefile b/audio/gstreamer-plugins-esound/Makefile
index bc298438cc96..30dd5fba98a8 100644
--- a/audio/gstreamer-plugins-esound/Makefile
+++ b/audio/gstreamer-plugins-esound/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer enlightenment sound library plugin
GST_PLUGIN= esound
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile
index 8354fa6d79d4..d7fb84eceeca 100644
--- a/audio/gstreamer-plugins-faac/Makefile
+++ b/audio/gstreamer-plugins-faac/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
GST_PLUGIN= faac
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile
index ea093a02ae1b..c094573fb01e 100644
--- a/audio/gstreamer-plugins-faad/Makefile
+++ b/audio/gstreamer-plugins-faad/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
GST_PLUGIN= faad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile
index 1496cdadc973..958031ed3532 100644
--- a/audio/gstreamer-plugins-flac/Makefile
+++ b/audio/gstreamer-plugins-flac/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer free lossless audio encoder/decoder plugin
GST_PLUGIN= flac
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile
index b7d967d31e16..e39a82db7096 100644
--- a/audio/gstreamer-plugins-flite/Makefile
+++ b/audio/gstreamer-plugins-flite/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer flite run-time speech synthesis engine plugin
GST_PLUGIN= flite
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile
index 520b1256d8ee..df480ed2db9d 100644
--- a/audio/gstreamer-plugins-fluendo-mp3/Makefile
+++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
CFLAGS:= ${CFLAGS} -O2
USES= pkgconfig
-NO_STAGE= yes
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
diff --git a/audio/gstreamer-plugins-gme/Makefile b/audio/gstreamer-plugins-gme/Makefile
index a2b8a6cb22be..90968527b98f 100644
--- a/audio/gstreamer-plugins-gme/Makefile
+++ b/audio/gstreamer-plugins-gme/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer game-music-emu (libgme) frontend
GST_PLUGIN= gme
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-gsm/Makefile b/audio/gstreamer-plugins-gsm/Makefile
index 8977f79793fd..db4d970d271a 100644
--- a/audio/gstreamer-plugins-gsm/Makefile
+++ b/audio/gstreamer-plugins-gsm/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer gsm encoding/decoding plugin
GST_PLUGIN= gsm
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile
index fbf7b077c26f..8ec6b3fc39c8 100644
--- a/audio/gstreamer-plugins-jack/Makefile
+++ b/audio/gstreamer-plugins-jack/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer low-latency audio server plugin
GST_PLUGIN= jack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ladspa/Makefile b/audio/gstreamer-plugins-ladspa/Makefile
index 1414a8d3bd32..0d35b00ffab1 100644
--- a/audio/gstreamer-plugins-ladspa/Makefile
+++ b/audio/gstreamer-plugins-ladspa/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
GST_PLUGIN= ladspa
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-lame/Makefile b/audio/gstreamer-plugins-lame/Makefile
index 2f0fde630e74..9f484b9a0a79 100644
--- a/audio/gstreamer-plugins-lame/Makefile
+++ b/audio/gstreamer-plugins-lame/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer mp3 encode plugin
GST_PLUGIN= lame
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile
index 88df0c1c404e..d40bf38f6a54 100644
--- a/audio/gstreamer-plugins-mad/Makefile
+++ b/audio/gstreamer-plugins-mad/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer mp3 decoder plugin
GST_PLUGIN= mad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-mp3/Makefile b/audio/gstreamer-plugins-mp3/Makefile
index bbeca3e09631..e036ac7d05e3 100644
--- a/audio/gstreamer-plugins-mp3/Makefile
+++ b/audio/gstreamer-plugins-mp3/Makefile
@@ -14,13 +14,14 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
NO_BUILD= yes
+NO_INSTALL= yes
+NO_MTREE= yes
WANT_GSTREAMER= yes
OPTIONS_MULTI= MP3
OPTIONS_MULTI_MP3= MAD FLUENDO
OPTIONS_DEFAULT= MAD
FLUENDO_DESC= Use Fluendo Mp3 decoder
-NO_STAGE= yes
.include <bsd.port.options.mk>
@@ -32,6 +33,4 @@ USE_GSTREAMER+= mad
USE_GSTREAMER+= fluendo-mp3
.endif
-do-install:
-
.include <bsd.port.mk>
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile
index 4752ea1d0833..9564be2d828c 100644
--- a/audio/gstreamer-plugins-musepack/Makefile
+++ b/audio/gstreamer-plugins-musepack/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer musepack mpc encoder/decoder plugin
GST_PLUGIN= musepack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
index 49a6bf8503f7..fc97eba328f0 100644
--- a/audio/gstreamer-plugins-nas/Makefile
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -10,6 +10,5 @@ COMMENT= GStreamer NAS (Network Audio System) plugin
GST_PLUGIN= nas
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ogg/Makefile b/audio/gstreamer-plugins-ogg/Makefile
index 7236a41a5c82..22946cd6cfbd 100644
--- a/audio/gstreamer-plugins-ogg/Makefile
+++ b/audio/gstreamer-plugins-ogg/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer Ogg bitstream plugin
GST_PLUGIN= ogg
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-opus/Makefile b/audio/gstreamer-plugins-opus/Makefile
index 15e76d220017..21385bbd7679 100644
--- a/audio/gstreamer-plugins-opus/Makefile
+++ b/audio/gstreamer-plugins-opus/Makefile
@@ -8,6 +8,5 @@ COMMENT= Gstreamer Opus audio encoder/decoder plugin
GST_PLUGIN= opus
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
index 1f3669dc09c6..d990633dd24d 100644
--- a/audio/gstreamer-plugins-pulse/Makefile
+++ b/audio/gstreamer-plugins-pulse/Makefile
@@ -9,6 +9,5 @@ COMMENT= GStreamer plugin for pulseaudio
GST_PLUGIN= pulse
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile
index 5fab97031cbf..e2a2097f68ca 100644
--- a/audio/gstreamer-plugins-shout2/Makefile
+++ b/audio/gstreamer-plugins-shout2/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer icecast plugin
GST_PLUGIN= shout2
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-sidplay/Makefile b/audio/gstreamer-plugins-sidplay/Makefile
index d3f5d49c62c9..13e5d1909b6a 100644
--- a/audio/gstreamer-plugins-sidplay/Makefile
+++ b/audio/gstreamer-plugins-sidplay/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer Commodore SID decoder plugin
GST_PLUGIN= sidplay
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile
index 48196dd98b5e..1df3e4de2eeb 100644
--- a/audio/gstreamer-plugins-sndfile/Makefile
+++ b/audio/gstreamer-plugins-sndfile/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer sndfile plugin
GST_PLUGIN= sndfile
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-soundtouch/Makefile b/audio/gstreamer-plugins-soundtouch/Makefile
index ecb43c3fdee2..db5440e6e9de 100644
--- a/audio/gstreamer-plugins-soundtouch/Makefile
+++ b/audio/gstreamer-plugins-soundtouch/Makefile
@@ -10,6 +10,5 @@ COMMENT= GStreamer soundtouch plugin
GST_PLUGIN= soundtouch
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile
index 9d5172e5f524..669ccd9bb815 100644
--- a/audio/gstreamer-plugins-spc/Makefile
+++ b/audio/gstreamer-plugins-spc/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer OpenSPC frontend
GST_PLUGIN= spc
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-speex/Makefile b/audio/gstreamer-plugins-speex/Makefile
index 9775a684c6a1..7fca11c8bfb7 100644
--- a/audio/gstreamer-plugins-speex/Makefile
+++ b/audio/gstreamer-plugins-speex/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer speex voice plugin
GST_PLUGIN= speex
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-taglib/Makefile b/audio/gstreamer-plugins-taglib/Makefile
index b9133f7106a7..3b951d58b3c5 100644
--- a/audio/gstreamer-plugins-taglib/Makefile
+++ b/audio/gstreamer-plugins-taglib/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer taglib plugin
GST_PLUGIN= taglib
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-twolame/Makefile b/audio/gstreamer-plugins-twolame/Makefile
index ee89dc7f7575..0c0d9ad551c5 100644
--- a/audio/gstreamer-plugins-twolame/Makefile
+++ b/audio/gstreamer-plugins-twolame/Makefile
@@ -9,6 +9,5 @@ COMMENT= Gstreamer High-quality free MP2 encoder plugin
GST_PLUGIN= twolame
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-vorbis/Makefile b/audio/gstreamer-plugins-vorbis/Makefile
index 5a6cdbb12aff..997d7833cec9 100644
--- a/audio/gstreamer-plugins-vorbis/Makefile
+++ b/audio/gstreamer-plugins-vorbis/Makefile
@@ -10,6 +10,5 @@ COMMENT= Gstreamer vorbis encoder/decoder plugin
GST_PLUGIN= vorbis
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-wavpack/Makefile b/audio/gstreamer-plugins-wavpack/Makefile
index 3ed0c2a05aa5..54dee5fb78c3 100644
--- a/audio/gstreamer-plugins-wavpack/Makefile
+++ b/audio/gstreamer-plugins-wavpack/Makefile
@@ -8,6 +8,5 @@ CATEGORIES= audio
GST_PLUGIN= wavpack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-a52dec/Makefile b/audio/gstreamer1-plugins-a52dec/Makefile
index 2a61bbc5b178..a01e0f3298e6 100644
--- a/audio/gstreamer1-plugins-a52dec/Makefile
+++ b/audio/gstreamer1-plugins-a52dec/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= a52dec
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile
index b903fa5385a4..299d979c00b0 100644
--- a/audio/gstreamer1-plugins-amrnb/Makefile
+++ b/audio/gstreamer1-plugins-amrnb/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= amrnb
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-amrwbdec/Makefile b/audio/gstreamer1-plugins-amrwbdec/Makefile
index 93343b0fc9fa..16ca74769856 100644
--- a/audio/gstreamer1-plugins-amrwbdec/Makefile
+++ b/audio/gstreamer1-plugins-amrwbdec/Makefile
@@ -10,6 +10,5 @@ GST_PLUGIN= amrwb
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-cdparanoia/Makefile b/audio/gstreamer1-plugins-cdparanoia/Makefile
index 934e6b03ba1d..b6db5390dfc8 100644
--- a/audio/gstreamer1-plugins-cdparanoia/Makefile
+++ b/audio/gstreamer1-plugins-cdparanoia/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= cdparanoia
DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-celt/Makefile b/audio/gstreamer1-plugins-celt/Makefile
index 6bad19c0f2a5..86c4ca7ad921 100644
--- a/audio/gstreamer1-plugins-celt/Makefile
+++ b/audio/gstreamer1-plugins-celt/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= celt
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-faac/Makefile b/audio/gstreamer1-plugins-faac/Makefile
index 734854e0c6f1..02fb5733f92d 100644
--- a/audio/gstreamer1-plugins-faac/Makefile
+++ b/audio/gstreamer1-plugins-faac/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= faac
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-faad/Makefile b/audio/gstreamer1-plugins-faad/Makefile
index b090f9cf0bde..8bc4a9be70a9 100644
--- a/audio/gstreamer1-plugins-faad/Makefile
+++ b/audio/gstreamer1-plugins-faad/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= faad
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-flac/Makefile b/audio/gstreamer1-plugins-flac/Makefile
index 14ee0287c16b..32c266fdd22a 100644
--- a/audio/gstreamer1-plugins-flac/Makefile
+++ b/audio/gstreamer1-plugins-flac/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= flac
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-flite/Makefile b/audio/gstreamer1-plugins-flite/Makefile
index d47be8a1c35b..9668cf960a40 100644
--- a/audio/gstreamer1-plugins-flite/Makefile
+++ b/audio/gstreamer1-plugins-flite/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= flite
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-gme/Makefile b/audio/gstreamer1-plugins-gme/Makefile
index 1347c5effdbd..538deb08fdae 100644
--- a/audio/gstreamer1-plugins-gme/Makefile
+++ b/audio/gstreamer1-plugins-gme/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= gme
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-gsm/Makefile b/audio/gstreamer1-plugins-gsm/Makefile
index a3a086470243..bd12b0e89580 100644
--- a/audio/gstreamer1-plugins-gsm/Makefile
+++ b/audio/gstreamer1-plugins-gsm/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= gsm
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-jack/Makefile b/audio/gstreamer1-plugins-jack/Makefile
index c2792fade9f3..f83f8ca4b91b 100644
--- a/audio/gstreamer1-plugins-jack/Makefile
+++ b/audio/gstreamer1-plugins-jack/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= jack
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-lame/Makefile b/audio/gstreamer1-plugins-lame/Makefile
index dfcd9a47eb23..2acfcc012a94 100644
--- a/audio/gstreamer1-plugins-lame/Makefile
+++ b/audio/gstreamer1-plugins-lame/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= lame
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-mad/Makefile b/audio/gstreamer1-plugins-mad/Makefile
index 7bec61058cb0..b1d6ec73fa9b 100644
--- a/audio/gstreamer1-plugins-mad/Makefile
+++ b/audio/gstreamer1-plugins-mad/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= mad
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-modplug/Makefile b/audio/gstreamer1-plugins-modplug/Makefile
index 47801c00342c..77e06c33ab9a 100644
--- a/audio/gstreamer1-plugins-modplug/Makefile
+++ b/audio/gstreamer1-plugins-modplug/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= modplug
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-ogg/Makefile b/audio/gstreamer1-plugins-ogg/Makefile
index 13fb3293fc5b..d072013cc22b 100644
--- a/audio/gstreamer1-plugins-ogg/Makefile
+++ b/audio/gstreamer1-plugins-ogg/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= ogg
DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-opus/Makefile b/audio/gstreamer1-plugins-opus/Makefile
index b356ce45fe33..f8080177e474 100644
--- a/audio/gstreamer1-plugins-opus/Makefile
+++ b/audio/gstreamer1-plugins-opus/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= opus
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-shout2/Makefile b/audio/gstreamer1-plugins-shout2/Makefile
index 681c954414fd..bbd80d4c11e3 100644
--- a/audio/gstreamer1-plugins-shout2/Makefile
+++ b/audio/gstreamer1-plugins-shout2/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= shout2
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-sidplay/Makefile b/audio/gstreamer1-plugins-sidplay/Makefile
index c10e417c6906..34ceef01da44 100644
--- a/audio/gstreamer1-plugins-sidplay/Makefile
+++ b/audio/gstreamer1-plugins-sidplay/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= sidplay
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-soundtouch/Makefile b/audio/gstreamer1-plugins-soundtouch/Makefile
index 16d63886562a..e47e9b95084a 100644
--- a/audio/gstreamer1-plugins-soundtouch/Makefile
+++ b/audio/gstreamer1-plugins-soundtouch/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= soundtouch
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-speex/Makefile b/audio/gstreamer1-plugins-speex/Makefile
index 45f4daf729ec..3645d07e676d 100644
--- a/audio/gstreamer1-plugins-speex/Makefile
+++ b/audio/gstreamer1-plugins-speex/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= speex
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-taglib/Makefile b/audio/gstreamer1-plugins-taglib/Makefile
index 7fd1ba10b525..affe2063feea 100644
--- a/audio/gstreamer1-plugins-taglib/Makefile
+++ b/audio/gstreamer1-plugins-taglib/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= taglib
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-twolame/Makefile b/audio/gstreamer1-plugins-twolame/Makefile
index e56ee13b551e..7703d2435d69 100644
--- a/audio/gstreamer1-plugins-twolame/Makefile
+++ b/audio/gstreamer1-plugins-twolame/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= twolame
DIST= ugly
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-vorbis/Makefile b/audio/gstreamer1-plugins-vorbis/Makefile
index d8c6f98db8df..d247bf880775 100644
--- a/audio/gstreamer1-plugins-vorbis/Makefile
+++ b/audio/gstreamer1-plugins-vorbis/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= vorbis
DIST= base
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-wavpack/Makefile b/audio/gstreamer1-plugins-wavpack/Makefile
index ee8cf885a5f5..34b2fe9212e6 100644
--- a/audio/gstreamer1-plugins-wavpack/Makefile
+++ b/audio/gstreamer1-plugins-wavpack/Makefile
@@ -9,6 +9,5 @@ GST_PLUGIN= wavpack
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"