aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-25 23:14:39 +0800
committermiwi <miwi@FreeBSD.org>2012-05-25 23:14:39 +0800
commit0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867 (patch)
tree0cf32c32603bbaa257a8af6f0fdc1ca517c41d53 /multimedia
parent59820c2d2520ff4a7349588113308be2710b69b2 (diff)
downloadfreebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.tar.gz
freebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.tar.zst
freebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.zip
- Chase libmtp shlib bump
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/audacious-plugins/Makefile4
-rw-r--r--multimedia/banshee/Makefile3
-rw-r--r--multimedia/vlc/Makefile4
3 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index eb538905f4b8..351f7507280c 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -1,3 +1,4 @@
+
# New ports collection makefile for: audacious
# Date created: 2006-01-01
# Whom: Zastupov Stepan [RedChrom] <redchrom@mail.ru>
@@ -7,6 +8,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
@@ -285,7 +287,7 @@ PLIST_SUB+= MMSPLUGIN="@comment "
.endif
.if defined(WITH_MTP)
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--enable-mtp_up
PLIST_SUB+= MTPPLUGIN=""
.else
diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile
index 6840d215d833..0f33a4d2e22e 100644
--- a/multimedia/banshee/Makefile
+++ b/multimedia/banshee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= banshee
PORTVERSION= 2.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/stable/${PORTVERSION}/
@@ -113,7 +114,7 @@ PLIST_SUB+= OPT_IPOD="@comment "
.if !defined(WITHOUT_MTP)
CONFIGURE_ARGS+=--enable-mtp
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
PLIST_SUB+= OPT_MTP=""
.else
CONFIGURE_ARGS+=--disable-mtp
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 545367d2afb5..5943e4a48ed7 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.13
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -435,7 +435,7 @@ CONFIGURE_ARGS+=--enable-libmpeg2
.endif
.if defined(WITH_MTP)
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--enable-mtp
.else
CONFIGURE_ARGS+=--disable-mtp