diff options
author | makc <makc@FreeBSD.org> | 2010-05-10 21:07:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-10 21:07:52 +0800 |
commit | 0b007b390bc91eecc00173ad142bae29b13de226 (patch) | |
tree | 4689f31d63dc9553ddd0a04112de4ad948afe621 /multimedia | |
parent | 379e4d237ccab5237b8165ed18600bc252a48612 (diff) | |
download | freebsd-ports-graphics-0b007b390bc91eecc00173ad142bae29b13de226.tar.gz freebsd-ports-graphics-0b007b390bc91eecc00173ad142bae29b13de226.tar.zst freebsd-ports-graphics-0b007b390bc91eecc00173ad142bae29b13de226.zip |
Chase audio/libmtp update.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/banshee-mirage/Makefile | 2 | ||||
-rw-r--r-- | multimedia/banshee/Makefile | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 7c92635c222..8b716bc7244 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -291,7 +292,7 @@ PLIST_SUB+= MMSPLUGIN="@comment " .endif .if defined(WITH_MTP) -LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--enable-mtp_up PLIST_SUB+= MTPPLUGIN="" .else diff --git a/multimedia/banshee-mirage/Makefile b/multimedia/banshee-mirage/Makefile index 133da46a8be..42f4ec36fa7 100644 --- a/multimedia/banshee-mirage/Makefile +++ b/multimedia/banshee-mirage/Makefile @@ -7,7 +7,7 @@ PORTNAME= mirage PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://hop.at/mirage/download/ PKGNAMEPREFIX= banshee- diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile index b29d277a548..58110e6b758 100644 --- a/multimedia/banshee/Makefile +++ b/multimedia/banshee/Makefile @@ -7,7 +7,7 @@ PORTNAME= banshee PORTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/stable/${PORTVERSION}/ @@ -66,7 +66,7 @@ PLIST_SUB+= OPT_IPOD="@comment " #.endif .if !defined(WITHOUT_MTP) -LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp PLIST_SUB+= OPT_MTP="" .else CONFIGURE_ARGS+= --disable-mtp |