summaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-02-11 12:00:31 +0000
committerxtraeme <xtraeme>2007-02-11 12:00:31 +0000
commit9bdc17740e0ceade09d3668b6abce8e52044e165 (patch)
treecb20bdf054c3973591bfdc624cb66bea8bd52ea5 /audio/amarok
parent514173fa2c44c259bb26bc19c6ee86942d8487d7 (diff)
downloadpkgsrc-9bdc17740e0ceade09d3668b6abce8e52044e165.tar.gz
Add a patch to fix build with the newest tunepimp's buildlink3.mk file.
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/distinfo3
-rw-r--r--audio/amarok/patches/patch-ac19
2 files changed, 21 insertions, 1 deletions
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo
index 1a495cf42ad..676290b6570 100644
--- a/audio/amarok/distinfo
+++ b/audio/amarok/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.25 2007/02/07 20:09:54 drochner Exp $
+$NetBSD: distinfo,v 1.26 2007/02/11 12:00:31 xtraeme Exp $
SHA1 (amarok-1.4.5.tar.bz2) = 882dec8d30c10f609a1f5e21d2e91342e78304c5
RMD160 (amarok-1.4.5.tar.bz2) = c2bbfe06f3e613dfc7d3926d086024073390c712
Size (amarok-1.4.5.tar.bz2) = 18034110 bytes
SHA1 (patch-ab) = a36c9ca68810c71a95857249b63ff19d4b3f3fbb
+SHA1 (patch-ac) = 2e6bb90c41356dbdbad5d2f9c92fdaa1e3c3e39b
diff --git a/audio/amarok/patches/patch-ac b/audio/amarok/patches/patch-ac
new file mode 100644
index 00000000000..466b9adaa8e
--- /dev/null
+++ b/audio/amarok/patches/patch-ac
@@ -0,0 +1,19 @@
+$NetBSD: patch-ac,v 1.1 2007/02/11 12:00:31 xtraeme Exp $
+
+--- amarok/src/ktrm.cpp.orig 2007-02-11 12:19:23.000000000 +0100
++++ amarok/src/ktrm.cpp 2007-02-11 12:21:56.000000000 +0100
+@@ -39,13 +39,8 @@
+ #include <qfile.h>
+ #include <qregexp.h>
+
+-#if HAVE_TUNEPIMP
+-
+-#if HAVE_TUNEPIMP >= 5
+-#include <tunepimp-0.5/tp_c.h>
+-#else
++#ifdef HAVE_TUNEPIMP
+ #include <tunepimp/tp_c.h>
+-#endif
+
+ class KTRMLookup;
+