aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-03-15 15:05:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-03-15 15:05:40 +0000
commite954314547343d0087dfb66f9d74758e423298e8 (patch)
tree539f11178ca70b7d35b1ed9ce3012a9b8ce5cf6c /audio
parent9f3a2d6f0ef86d0f456d740b233cf73dd51a88a2 (diff)
downloadports-e954314547343d0087dfb66f9d74758e423298e8.tar.gz
ports-e954314547343d0087dfb66f9d74758e423298e8.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok-kde4/Makefile3
-rw-r--r--audio/amarok/Makefile4
-rw-r--r--audio/last.fm/Makefile4
-rw-r--r--audio/rhythmbox/Makefile4
4 files changed, 8 insertions, 7 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 519b0f8f257a..0f3ff3fe649a 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= amarok
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -47,7 +48,7 @@ OPTIONS= GPOD "iPod support" on \
.include <bsd.port.options.mk>
.if defined(WITH_GPOD)
-LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
PLIST_SUB+= GPOD=""
.else
CMAKE_ARGS+= -DWITH_Ipod:BOOL=Off
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 61b835fa8061..15d1af5f4460 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.10
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--without-exscalibar \
PLIST_SUB+= GPOD="@comment "
CONFIGURE_ARGS+=--without-libgpod
.else
-LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod
PLIST_SUB+= GPOD=""
.endif
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile
index 404a62faedf5..0409ddd80489 100644
--- a/audio/last.fm/Makefile
+++ b/audio/last.fm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= last.fm
PORTVERSION= 1.4.2.58240
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio net
MASTER_SITES= http://cdn.last.fm/client/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -16,7 +16,7 @@ MAINTAINER= arved@FreeBSD.org
COMMENT= Official last.fm radio player
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS= gpod.5:${PORTSDIR}/audio/libgpod \
+LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod \
mad.2:${PORTSDIR}/audio/libmad \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
fftw3f.5:${PORTSDIR}/math/fftw3-float
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 986918102e99..72b23765e856 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.12.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -118,7 +118,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else