diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-10 13:07:52 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-10 13:07:52 +0000 |
commit | 9a08fb7d90952aaf81ebffe3cb6ebfccef064ac4 (patch) | |
tree | 798058e8e370d031e34fc9af8872f0ee1d0b4e89 /multimedia | |
parent | d037e4a2b41959c498ea15c690bb4ea009a3a359 (diff) | |
download | ports-9a08fb7d90952aaf81ebffe3cb6ebfccef064ac4.tar.gz ports-9a08fb7d90952aaf81ebffe3cb6ebfccef064ac4.zip |
Chase audio/libmtp update.
Notes
Notes:
svn path=/head/; revision=254066
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 7c92635c2220..8b716bc7244f 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 133da46a8be3..42f4ec36fa7a 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 b29d277a548a..58110e6b7585 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 |