aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-08 01:03:22 +0800
committermiwi <miwi@FreeBSD.org>2009-08-08 01:03:22 +0800
commitacb5a17da44a10adb05ca16436eec85d5dfdc496 (patch)
tree716ef26bf452af089db4edf9c14c4e78570f5b7e /audio
parent81e172e6eb556e3a293b424ee3934e8c29d91725 (diff)
downloadfreebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.tar.gz
freebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.tar.zst
freebsd-ports-gnome-acb5a17da44a10adb05ca16436eec85d5dfdc496.zip
- Chase audio/libgpod shlib bump
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok/Makefile4
-rw-r--r--audio/gtkpod/Makefile4
-rw-r--r--audio/rhythmbox/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 0f7897f24366..9ebc1497f07f 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.10
-PORTREVISION= 4
+PORTREVISION= 5
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.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod
PLIST_SUB+= GPOD=""
.endif
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index b8f3b3faa220..98d21d3d8ca8 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkpod
PORTVERSION= 0.99.12
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ MAINTAINER= danfe@FreeBSD.org
COMMENT= GUI for Apple iPods using GTK2
LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
- gpod.3:${PORTSDIR}/audio/libgpod
+ gpod.5:${PORTSDIR}/audio/libgpod
RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain \
iconv:${PORTSDIR}/converters/libiconv
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 34ae229f38a8..ab29919a0a85 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.12.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -115,7 +115,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if !defined(WITHOUT_IPOD)
-LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else