summaryrefslogtreecommitdiff
path: root/audio/amarok-kde3
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-11-21 19:49:19 +0000
committershattered <shattered@pkgsrc.org>2011-11-21 19:49:19 +0000
commit2c84b1ed894a3b472c6dbe17689e03936c45d3e8 (patch)
tree125a38431cd2b4aa9ff17513f4fb5055c6256185 /audio/amarok-kde3
parent9e82e7495be138fa24f3357cd87578328a69bd7c (diff)
downloadpkgsrc-2c84b1ed894a3b472c6dbe17689e03936c45d3e8.tar.gz
Support libgpod 0.8.0.
Diffstat (limited to 'audio/amarok-kde3')
-rw-r--r--audio/amarok-kde3/Makefile4
-rw-r--r--audio/amarok-kde3/options.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile
index 01056a53d51..6bf009d0327 100644
--- a/audio/amarok-kde3/Makefile
+++ b/audio/amarok-kde3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2011/11/01 06:00:33 sbd Exp $
+# $NetBSD: Makefile,v 1.13 2011/11/21 19:49:19 shattered Exp $
DISTNAME= amarok-${VERSION}
VERSION= 1.4.10
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/}
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/amarok-kde3/options.mk b/audio/amarok-kde3/options.mk
index a0fe44afde9..0c2357553a4 100644
--- a/audio/amarok-kde3/options.mk
+++ b/audio/amarok-kde3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/02/16 08:59:13 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2011/11/21 19:49:19 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.amarok
PKG_SUPPORTED_OPTIONS= libgpod libmtp mysql pgsql
@@ -10,8 +10,10 @@ PLIST_VARS+= ipod libmtp
.if !empty(PKG_OPTIONS:Mlibgpod)
PLIST.ipod= yes
CONFIGURE_ARGS+= --enable-libgpod
-BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
+BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.8.0
. include "../../audio/libgpod/buildlink3.mk"
+. include "../../textproc/libplist/buildlink3.mk"
+. include "../../databases/sqlite3/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mlibmtp)