summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
commit26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch)
tree5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio
parentaudio/speex-devel -> audio/speex, remove audio/speex-devel. (diff)
Chase the shared library version of speex, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=185771
Diffstat (limited to 'audio')
-rw-r--r--audio/aqualung/Makefile3
-rw-r--r--audio/gstreamer-plugins-speex/Makefile2
-rw-r--r--audio/icecast2/Makefile4
-rw-r--r--audio/libshout2/Makefile4
-rw-r--r--audio/moc/Makefile3
-rw-r--r--audio/sdl_sound/Makefile4
-rw-r--r--audio/sweep/Makefile4
-rw-r--r--audio/vorbis-tools/Makefile4
-rw-r--r--audio/xmms-speex/Makefile4
9 files changed, 17 insertions, 15 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index 060b9c831caf..8dc1fef4982f 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aqualung
DISTVERSION= 0.9beta7
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -19,7 +20,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
FLAC.7:${PORTSDIR}/audio/flac \
vorbis.3:${PORTSDIR}/audio/libvorbis \
oggz.3:${PORTSDIR}/audio/liboggz \
- speex.3:${PORTSDIR}/audio/speex \
+ speex.1:${PORTSDIR}/audio/speex \
mad.2:${PORTSDIR}/audio/libmad \
modplug.0:${PORTSDIR}/audio/libmodplug \
mpcdec.4:${PORTSDIR}/audio/libmpcdec \
diff --git a/audio/gstreamer-plugins-speex/Makefile b/audio/gstreamer-plugins-speex/Makefile
index 5ed23593b2a3..cd5c8280d623 100644
--- a/audio/gstreamer-plugins-speex/Makefile
+++ b/audio/gstreamer-plugins-speex/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer speex voice plugin
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 1728ed7410c1..3af4277d19cb 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://svn.xiph.org/releases/icecast/
@@ -18,7 +18,7 @@ COMMENT= A streaming mp3/ogg-vorbis audio server
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
shout.5:${PORTSDIR}/audio/libshout2 \
- speex.3:${PORTSDIR}/audio/speex \
+ speex.1:${PORTSDIR}/audio/speex \
theora.2:${PORTSDIR}/multimedia/libtheora \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xslt.2:${PORTSDIR}/textproc/libxslt
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
index 2d0a3cacbbdd..b923f4b6d224 100644
--- a/audio/libshout2/Makefile
+++ b/audio/libshout2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libshout2
PORTVERSION= 2.2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
@@ -16,7 +16,7 @@ DISTNAME= libshout-${PORTVERSION}
MAINTAINER= lofi@freebsd.org
COMMENT= Routines for connecting and transmitting data to the icecast server
-LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \
+LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
theora.2:${PORTSDIR}/multimedia/libtheora \
vorbis.3:${PORTSDIR}/audio/libvorbis
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index ce92f2bdb0c2..261766bed748 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -97,7 +98,7 @@ CONFIGURE_ARGS+= --without-sndfile
.endif
.if defined(WITH_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
PLIST_FILES+= lib/moc/decoder_plugins/libspeex_decoder.la \
lib/moc/decoder_plugins/libspeex_decoder.so
.else
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 66c758d935a6..90dcca39147f 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-smpeg
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
.else
CONFIGURE_ARGS+= --disable-speex
.endif
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 063187d2fb3e..3f55053cfaee 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sweep
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ COMMENT= A sound editor for the GNOME/GTK 2.0 desktop
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
vorbis.3:${PORTSDIR}/audio/libvorbis \
- speex.3:${PORTSDIR}/audio/speex \
+ speex.1:${PORTSDIR}/audio/speex \
mad.2:${PORTSDIR}/audio/mad
USE_BZIP2= yes
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index fe5a04cf5ee2..08e3aa507f7e 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vorbis-tools
PORTVERSION= 1.1.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
@@ -18,7 +18,7 @@ COMMENT= Play, encode, and manage Ogg Vorbis files
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
curl.4:${PORTSDIR}/ftp/curl \
FLAC.7:${PORTSDIR}/audio/flac \
- speex.3:${PORTSDIR}/audio/speex \
+ speex.1:${PORTSDIR}/audio/speex \
vorbis.3:${PORTSDIR}/audio/libvorbis
USE_GETTEXT= yes
diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile
index 92df52daa5a8..d0e2da10e332 100644
--- a/audio/xmms-speex/Makefile
+++ b/audio/xmms-speex/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms-speex
PORTVERSION= 0.9.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://jzb.rapanden.dk/pub/
DISTNAME= speex-xmms-${PORTVERSION}
@@ -16,7 +16,7 @@ MAINTAINER= dyeske@yahoo.com
COMMENT= XMMS input plugin to play speex files
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
-LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libspeex.so