aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-02-24 06:51:12 +0800
committermezz <mezz@FreeBSD.org>2007-02-24 06:51:12 +0800
commitbc1a4978064ef5def2f82eb88fcaff7cc7212cbe (patch)
tree6d40b50f9d5c736169946f48d2b128c1031b7de4 /multimedia
parentaaebf793ba41e2f23d3a5c636b1381c7c39dd560 (diff)
downloadfreebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.gz
freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.zst
freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.zip
Chase the shared library version of speex, bump the PORTREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common2
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common2
-rw-r--r--multimedia/libxine/Makefile4
-rw-r--r--multimedia/mplayer/Makefile4
-rw-r--r--multimedia/vlc-devel/Makefile3
-rw-r--r--multimedia/vlc/Makefile4
6 files changed, 10 insertions, 9 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 4bfd23e2e140..aae69207523c 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -317,7 +317,7 @@ gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc
gst_spc_DIST= bad
# speex
-gst_speex_LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
# swfdec
gst_swfdec_LIB_DEPENDS+=swfdec-0.3.0:${PORTSDIR}/graphics/swfdec
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index 9fe234687421..41d65365895d 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -479,7 +479,7 @@ USE_GNOME+= gtk20
# speex
.if ${GST_PLUGIN}=="speex"
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
.endif
# swfdec
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 510e861560b2..64dcb23ed0b2 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ COMMENT= Libraries for xine multimedia player
BUILD_DEPENDS= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
vorbis.3:${PORTSDIR}/audio/libvorbis \
- speex.3:${PORTSDIR}/audio/speex \
+ speex.1:${PORTSDIR}/audio/speex \
mng.1:${PORTSDIR}/graphics/libmng \
png.5:${PORTSDIR}/graphics/png \
dvdread.3:${PORTSDIR}/multimedia/libdvdread \
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 2df58db63e9c..60b3aad4a6f7 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -84,7 +84,7 @@
PORTNAME= mplayer
PORTVERSION= 0.99.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -531,7 +531,7 @@ CONFIGURE_ARGS+= --disable-ladspa
.if !defined(WITHOUT_SPEEX)
CONFIGURE_ARGS+= --enable-speex
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
.else
CONFIGURE_ARGS+= --disable-speex
.endif
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index ed681d8bbd58..ab07584630a3 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6a
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -494,7 +495,7 @@ CONFIGURE_ARGS+=--disable-slp
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
CONFIGURE_ARGS+=--enable-speex
CPPFLAGS+=-I${LOCALBASE}/include/speex
.else
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 218bbf7ce3ef..8d8c8723fbc2 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.5
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
@@ -444,7 +444,7 @@ CONFIGURE_ARGS+=--disable-slp
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
CONFIGURE_ARGS+=--enable-speex
CPPFLAGS+=-I${LOCALBASE}/include/speex
.else