aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 21:58:20 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 21:58:20 +0000
commitd153f2a24ca263681e2672bf7ccabd3d15d74688 (patch)
tree7cd1c56918f5050ece343219b23ca3a6cb894835 /audio
parent7a34508c42a3e20713377e8b8174e68d4d67f260 (diff)
downloadports-d153f2a24ca263681e2672bf7ccabd3d15d74688.tar.gz
ports-d153f2a24ca263681e2672bf7ccabd3d15d74688.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/ezstream/Makefile3
-rw-r--r--audio/gstreamer-plugins-shout2/Makefile2
-rw-r--r--audio/gstreamer-plugins-shout280/Makefile2
-rw-r--r--audio/icecast2/Makefile5
-rw-r--r--audio/icegenerator/Makefile4
-rw-r--r--audio/ices0/Makefile4
-rw-r--r--audio/p5-Shout/Makefile4
-rw-r--r--audio/ruby-shout/Makefile4
8 files changed, 15 insertions, 13 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 9c11d943ef79..6b34fd8a378f 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -7,13 +7,14 @@
PORTNAME= ezstream
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/ezstream/
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A command line utility for streaming to icecast servers
-LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \
+LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xml2.5:${PORTSDIR}/textproc/libxml2
diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile
index 93e99c62b4aa..64f3f51162ed 100644
--- a/audio/gstreamer-plugins-shout2/Makefile
+++ b/audio/gstreamer-plugins-shout2/Makefile
@@ -6,7 +6,7 @@
#
CATEGORIES= audio
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Gstreamer icecast plugin
diff --git a/audio/gstreamer-plugins-shout280/Makefile b/audio/gstreamer-plugins-shout280/Makefile
index 93e99c62b4aa..64f3f51162ed 100644
--- a/audio/gstreamer-plugins-shout280/Makefile
+++ b/audio/gstreamer-plugins-shout280/Makefile
@@ -6,7 +6,7 @@
#
CATEGORIES= audio
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Gstreamer icecast plugin
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 9f522fed48e6..3a597b5b987d 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://svn.xiph.org/releases/icecast/
@@ -16,9 +17,9 @@ MAINTAINER= lofi@freebsd.org
COMMENT= A streaming mp3/ogg-vorbis audio server
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- shout.4:${PORTSDIR}/audio/libshout2 \
- theora.1:${PORTSDIR}/multimedia/libtheora \
+ shout.5:${PORTSDIR}/audio/libshout2 \
speex.3:${PORTSDIR}/audio/speex \
+ theora.1:${PORTSDIR}/multimedia/libtheora \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xslt.2:${PORTSDIR}/textproc/libxslt
diff --git a/audio/icegenerator/Makefile b/audio/icegenerator/Makefile
index 6341530a5e84..44c10a56cf34 100644
--- a/audio/icegenerator/Makefile
+++ b/audio/icegenerator/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icegenerator
PORTVERSION= 0.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= funkblaster@mail.ru
COMMENT= Direct streaming generator for Icecast/Shoutcast
-LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2
+LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile
index 404a5b7c5a2e..d3a57d9d4bc8 100644
--- a/audio/ices0/Makefile
+++ b/audio/ices0/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ices
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio net
MASTER_SITES= http://svn.xiph.org/releases/ices/
@@ -17,7 +17,7 @@ COMMENT= A streaming source client for icecast 2
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
faad:${PORTSDIR}/audio/faad \
mp3lame:${PORTSDIR}/audio/lame \
- shout.4:${PORTSDIR}/audio/libshout2 \
+ shout.5:${PORTSDIR}/audio/libshout2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xml2.5:${PORTSDIR}/textproc/libxml2
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile
index d62e51c6cda7..e370af8c31c9 100644
--- a/audio/p5-Shout/Makefile
+++ b/audio/p5-Shout/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Shout
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio perl5
MASTER_SITES= http://www.icecast.org/releases/libshout/
PKGNAMEPREFIX= p5-
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl glue for libshout MP3 streaming source library
-LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2
+LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
PERL_CONFIGURE= yes
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile
index 285d58c000b6..947b971b4e6d 100644
--- a/audio/ruby-shout/Makefile
+++ b/audio/ruby-shout/Makefile
@@ -7,7 +7,7 @@
PORTNAME= shout
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio ruby
MASTER_SITES= http://www.dingoskidneys.com/~jaredj/downloads/
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
@@ -18,7 +18,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby binding to the libshout library
-LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2
+LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes