aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2010-05-28 14:56:46 +0800
committerehaupt <ehaupt@FreeBSD.org>2010-05-28 14:56:46 +0800
commit511fdac80d71e3236e7d55bb2871e832ab242857 (patch)
tree29b69b450cf5611f2f64118e9cf94163c37fc01b /multimedia
parentcb9dfb1eb267db70a19294c73bb2ea9f820137d7 (diff)
downloadfreebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.gz
freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.zst
freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.zip
Chase audio/libmodplug update
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/audacious-plugins/Makefile4
-rw-r--r--multimedia/libxine/Makefile4
-rw-r--r--multimedia/vlc/Makefile3
3 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 9b160cbbe27c..a490d8907004 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
@@ -198,7 +198,7 @@ PLIST_SUB+= SNDFILEPLUGIN="@comment "
.endif
.if defined(WITH_MODPLUG)
-LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug
+LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug
PLIST_SUB+= MODPLUG=""
CONFIGURE_ARGS+=--enable-modplug
.else
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index de1652d700a8..7402d9aca680 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.16.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib%20%28${PORTNAME}%20core%29/${PORTVERSION}
PKGNAMEPREFIX= lib
@@ -25,7 +25,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
freetype.9:${PORTSDIR}/print/freetype2 \
fame-0.9.1:${PORTSDIR}/multimedia/libfame \
cdio.12:${PORTSDIR}/sysutils/libcdio \
- modplug.0:${PORTSDIR}/audio/libmodplug \
+ modplug.1:${PORTSDIR}/audio/libmodplug \
vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \
theora.0:${PORTSDIR}/multimedia/libtheora \
mad.2:${PORTSDIR}/audio/libmad \
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index e38a56757d4e..ecbf887f4eb0 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 1.0.6
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -470,7 +471,7 @@ CONFIGURE_ARGS+=--disable-mad
.endif
.if !defined(WITHOUT_MODDEMUX)
-LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug
+LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug
CONFIGURE_ARGS+=--enable-mod
.else
CONFIGURE_ARGS+=--disable-mod