summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 12:46:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 12:46:45 +0000
commit862e5bf88f062757ea576b5ed9e64829d642430d (patch)
tree58f0415517bfec5ce40c27baa71f93451691fba9 /audio
parentFix packaging with openjdk 6 (diff)
Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
Notes
Notes: svn path=/head/; revision=352119
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile2
-rw-r--r--audio/gstreamer-plugins-amrnb/Makefile2
-rw-r--r--audio/gstreamer-plugins-amrwbdec/Makefile2
-rw-r--r--audio/gstreamer-plugins-cdaudio/Makefile2
-rw-r--r--audio/gstreamer-plugins-cdparanoia/Makefile2
-rw-r--r--audio/gstreamer-plugins-esound/Makefile2
-rw-r--r--audio/gstreamer-plugins-faac/Makefile2
-rw-r--r--audio/gstreamer-plugins-faad/Makefile2
-rw-r--r--audio/gstreamer-plugins-flac/Makefile2
-rw-r--r--audio/gstreamer-plugins-flite/Makefile2
-rw-r--r--audio/gstreamer-plugins-gme/Makefile2
-rw-r--r--audio/gstreamer-plugins-gsm/Makefile2
-rw-r--r--audio/gstreamer-plugins-jack/Makefile2
-rw-r--r--audio/gstreamer-plugins-ladspa/Makefile2
-rw-r--r--audio/gstreamer-plugins-lame/Makefile2
-rw-r--r--audio/gstreamer-plugins-mad/Makefile2
-rw-r--r--audio/gstreamer-plugins-musepack/Makefile2
-rw-r--r--audio/gstreamer-plugins-nas/Makefile2
-rw-r--r--audio/gstreamer-plugins-ogg/Makefile2
-rw-r--r--audio/gstreamer-plugins-opus/Makefile2
-rw-r--r--audio/gstreamer-plugins-pulse/Makefile2
-rw-r--r--audio/gstreamer-plugins-shout2/Makefile2
-rw-r--r--audio/gstreamer-plugins-sidplay/Makefile2
-rw-r--r--audio/gstreamer-plugins-sndfile/Makefile2
-rw-r--r--audio/gstreamer-plugins-soundtouch/Makefile2
-rw-r--r--audio/gstreamer-plugins-spc/Makefile2
-rw-r--r--audio/gstreamer-plugins-speex/Makefile2
-rw-r--r--audio/gstreamer-plugins-taglib/Makefile2
-rw-r--r--audio/gstreamer-plugins-twolame/Makefile2
-rw-r--r--audio/gstreamer-plugins-vorbis/Makefile2
-rw-r--r--audio/gstreamer-plugins-wavpack/Makefile2
31 files changed, 31 insertions, 31 deletions
diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile
index add343bd0412..10dd51d4e908 100644
--- a/audio/gstreamer-plugins-a52dec/Makefile
+++ b/audio/gstreamer-plugins-a52dec/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-a52dec/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
diff --git a/audio/gstreamer-plugins-amrnb/Makefile b/audio/gstreamer-plugins-amrnb/Makefile
index 1eee14347f2b..36f026868676 100644
--- a/audio/gstreamer-plugins-amrnb/Makefile
+++ b/audio/gstreamer-plugins-amrnb/Makefile
@@ -1,7 +1,7 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
diff --git a/audio/gstreamer-plugins-amrwbdec/Makefile b/audio/gstreamer-plugins-amrwbdec/Makefile
index a9ee47b43011..f1423ed1f718 100644
--- a/audio/gstreamer-plugins-amrwbdec/Makefile
+++ b/audio/gstreamer-plugins-amrwbdec/Makefile
@@ -1,7 +1,7 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile
index 8c7569799a59..6ac7fa47949d 100644
--- a/audio/gstreamer-plugins-cdaudio/Makefile
+++ b/audio/gstreamer-plugins-cdaudio/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-cdaudio/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer frontend to libcdaudio
diff --git a/audio/gstreamer-plugins-cdparanoia/Makefile b/audio/gstreamer-plugins-cdparanoia/Makefile
index 1f2a6ebf6d76..d1ad9116d731 100644
--- a/audio/gstreamer-plugins-cdparanoia/Makefile
+++ b/audio/gstreamer-plugins-cdparanoia/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-cdparanoia/Makefile,v 1.8 2009/11/17 19:08:45 kwm Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin
diff --git a/audio/gstreamer-plugins-esound/Makefile b/audio/gstreamer-plugins-esound/Makefile
index 30dd5fba98a8..86f8f46284e1 100644
--- a/audio/gstreamer-plugins-esound/Makefile
+++ b/audio/gstreamer-plugins-esound/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-esound/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer enlightenment sound library plugin
diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile
index d7fb84eceeca..1ade3fc4600f 100644
--- a/audio/gstreamer-plugins-faac/Makefile
+++ b/audio/gstreamer-plugins-faac/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-faac/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile
index c094573fb01e..dbfac38df3e8 100644
--- a/audio/gstreamer-plugins-faad/Makefile
+++ b/audio/gstreamer-plugins-faad/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-faad/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
diff --git a/audio/gstreamer-plugins-flac/Makefile b/audio/gstreamer-plugins-flac/Makefile
index 958031ed3532..6b94724a54ba 100644
--- a/audio/gstreamer-plugins-flac/Makefile
+++ b/audio/gstreamer-plugins-flac/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-flac/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer free lossless audio encoder/decoder plugin
diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile
index e39a82db7096..553e512dd57d 100644
--- a/audio/gstreamer-plugins-flite/Makefile
+++ b/audio/gstreamer-plugins-flite/Makefile
@@ -1,7 +1,7 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
diff --git a/audio/gstreamer-plugins-gme/Makefile b/audio/gstreamer-plugins-gme/Makefile
index 90968527b98f..1c925e2b5683 100644
--- a/audio/gstreamer-plugins-gme/Makefile
+++ b/audio/gstreamer-plugins-gme/Makefile
@@ -1,7 +1,7 @@
# Created by: Raphael Kubo da Costa <kubito@gmail.com>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer game-music-emu (libgme) frontend
diff --git a/audio/gstreamer-plugins-gsm/Makefile b/audio/gstreamer-plugins-gsm/Makefile
index db4d970d271a..0ab0238b55af 100644
--- a/audio/gstreamer-plugins-gsm/Makefile
+++ b/audio/gstreamer-plugins-gsm/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-gsm/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer gsm encoding/decoding plugin
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile
index 8ec6b3fc39c8..3f31b48d8b93 100644
--- a/audio/gstreamer-plugins-jack/Makefile
+++ b/audio/gstreamer-plugins-jack/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-jack/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer low-latency audio server plugin
diff --git a/audio/gstreamer-plugins-ladspa/Makefile b/audio/gstreamer-plugins-ladspa/Makefile
index 0d35b00ffab1..a99adb64fa3e 100644
--- a/audio/gstreamer-plugins-ladspa/Makefile
+++ b/audio/gstreamer-plugins-ladspa/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-ladspa/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
diff --git a/audio/gstreamer-plugins-lame/Makefile b/audio/gstreamer-plugins-lame/Makefile
index 9f484b9a0a79..61dafd2f213f 100644
--- a/audio/gstreamer-plugins-lame/Makefile
+++ b/audio/gstreamer-plugins-lame/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-lame/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer mp3 encode plugin
diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile
index 732b85113806..2ed366ba06e6 100644
--- a/audio/gstreamer-plugins-mad/Makefile
+++ b/audio/gstreamer-plugins-mad/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-mad/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer mp3 decoder plugin
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile
index 9564be2d828c..4d728be8c461 100644
--- a/audio/gstreamer-plugins-musepack/Makefile
+++ b/audio/gstreamer-plugins-musepack/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-musepack/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer musepack mpc encoder/decoder plugin
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
index fc97eba328f0..372ad489d070 100644
--- a/audio/gstreamer-plugins-nas/Makefile
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-nas/Makefile,v 1.5 2008/03/19 14:05:31 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= GStreamer NAS (Network Audio System) plugin
diff --git a/audio/gstreamer-plugins-ogg/Makefile b/audio/gstreamer-plugins-ogg/Makefile
index 22946cd6cfbd..cdeac4bff15d 100644
--- a/audio/gstreamer-plugins-ogg/Makefile
+++ b/audio/gstreamer-plugins-ogg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer Ogg bitstream plugin
diff --git a/audio/gstreamer-plugins-opus/Makefile b/audio/gstreamer-plugins-opus/Makefile
index c67f07340103..10ca91c66dc5 100644
--- a/audio/gstreamer-plugins-opus/Makefile
+++ b/audio/gstreamer-plugins-opus/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
index d990633dd24d..75e9f9967734 100644
--- a/audio/gstreamer-plugins-pulse/Makefile
+++ b/audio/gstreamer-plugins-pulse/Makefile
@@ -1,7 +1,7 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= GStreamer plugin for pulseaudio
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile
index e2a2097f68ca..f6b6d09765f4 100644
--- a/audio/gstreamer-plugins-shout2/Makefile
+++ b/audio/gstreamer-plugins-shout2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-shout2/Makefile,v 1.3 2008/03/19 14:05:31 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer icecast plugin
diff --git a/audio/gstreamer-plugins-sidplay/Makefile b/audio/gstreamer-plugins-sidplay/Makefile
index 13e5d1909b6a..a231b6360919 100644
--- a/audio/gstreamer-plugins-sidplay/Makefile
+++ b/audio/gstreamer-plugins-sidplay/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-sidplay/Makefile,v 1.5 2008/03/19 14:05:31 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer Commodore SID decoder plugin
diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile
index 1df3e4de2eeb..4c8dce65b7cb 100644
--- a/audio/gstreamer-plugins-sndfile/Makefile
+++ b/audio/gstreamer-plugins-sndfile/Makefile
@@ -1,7 +1,7 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer sndfile plugin
diff --git a/audio/gstreamer-plugins-soundtouch/Makefile b/audio/gstreamer-plugins-soundtouch/Makefile
index db5440e6e9de..1e514d0b5f81 100644
--- a/audio/gstreamer-plugins-soundtouch/Makefile
+++ b/audio/gstreamer-plugins-soundtouch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= GStreamer soundtouch plugin
diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile
index 669ccd9bb815..389aad2dc235 100644
--- a/audio/gstreamer-plugins-spc/Makefile
+++ b/audio/gstreamer-plugins-spc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-spc/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer OpenSPC frontend
diff --git a/audio/gstreamer-plugins-speex/Makefile b/audio/gstreamer-plugins-speex/Makefile
index 7fca11c8bfb7..eb667ddd2fb0 100644
--- a/audio/gstreamer-plugins-speex/Makefile
+++ b/audio/gstreamer-plugins-speex/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-speex/Makefile,v 1.5 2008/03/19 14:05:32 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer speex voice plugin
diff --git a/audio/gstreamer-plugins-taglib/Makefile b/audio/gstreamer-plugins-taglib/Makefile
index 3b951d58b3c5..0aa83e1ab3f3 100644
--- a/audio/gstreamer-plugins-taglib/Makefile
+++ b/audio/gstreamer-plugins-taglib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-taglib/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer taglib plugin
diff --git a/audio/gstreamer-plugins-twolame/Makefile b/audio/gstreamer-plugins-twolame/Makefile
index 0c0d9ad551c5..d537c613372c 100644
--- a/audio/gstreamer-plugins-twolame/Makefile
+++ b/audio/gstreamer-plugins-twolame/Makefile
@@ -1,7 +1,7 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer High-quality free MP2 encoder plugin
diff --git a/audio/gstreamer-plugins-vorbis/Makefile b/audio/gstreamer-plugins-vorbis/Makefile
index 997d7833cec9..191233d74e49 100644
--- a/audio/gstreamer-plugins-vorbis/Makefile
+++ b/audio/gstreamer-plugins-vorbis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-vorbis/Makefile,v 1.6 2008/03/21 04:01:33 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer vorbis encoder/decoder plugin
diff --git a/audio/gstreamer-plugins-wavpack/Makefile b/audio/gstreamer-plugins-wavpack/Makefile
index 54dee5fb78c3..032e1e6ec9ce 100644
--- a/audio/gstreamer-plugins-wavpack/Makefile
+++ b/audio/gstreamer-plugins-wavpack/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-wavpack/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
GST_PLUGIN= wavpack