diff options
author | xtraeme <xtraeme> | 2007-02-15 08:30:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-02-15 08:30:15 +0000 |
commit | aff08db7a57343f468b3287599233950220c6fb8 (patch) | |
tree | 446ac642bbd4d7fe1e8c2b3f7ec6a85ad59bf4e8 /audio | |
parent | 534bcbd3fd599e52c0a19cbe6d9263f555941d43 (diff) | |
download | pkgsrc-aff08db7a57343f468b3287599233950220c6fb8.tar.gz |
Undo previous change, remove unnecessary patch.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/distinfo | 3 | ||||
-rw-r--r-- | audio/amarok/patches/patch-ac | 19 |
2 files changed, 1 insertions, 21 deletions
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo index 676290b6570..93df12ab264 100644 --- a/audio/amarok/distinfo +++ b/audio/amarok/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.26 2007/02/11 12:00:31 xtraeme Exp $ +$NetBSD: distinfo,v 1.27 2007/02/15 08:30:15 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 deleted file mode 100644 index 466b9adaa8e..00000000000 --- a/audio/amarok/patches/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -$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; - |