pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/amarok Add patch from upstream, bump PKGREVISION:
details: https://anonhg.NetBSD.org/pkgsrc/rev/23f5e800a90b
branches: trunk
changeset: 554487:23f5e800a90b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 15 11:22:48 2009 +0000
description:
Add patch from upstream, bump PKGREVISION:
SVN commit 917750 by nhnielsen:
Fix for wikipedia tab not showing any info. Thanks to Helge Stenström
and WarwickH at
https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for
the fix.
diffstat:
audio/amarok/Makefile | 4 ++--
audio/amarok/distinfo | 3 ++-
audio/amarok/patches/patch-ac | 19 +++++++++++++++++++
3 files changed, 23 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 495bb9880dff -r 23f5e800a90b audio/amarok/Makefile
--- a/audio/amarok/Makefile Sun Feb 15 10:45:02 2009 +0000
+++ b/audio/amarok/Makefile Sun Feb 15 11:22:48 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2009/02/09 22:56:21 joerg Exp $
+# $NetBSD: Makefile,v 1.71 2009/02/15 11:22:48 wiz Exp $
DISTNAME= amarok-${VERSION}
VERSION= 1.4.10
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/}
EXTRACT_SUFX= .tar.bz2
diff -r 495bb9880dff -r 23f5e800a90b audio/amarok/distinfo
--- a/audio/amarok/distinfo Sun Feb 15 10:45:02 2009 +0000
+++ b/audio/amarok/distinfo Sun Feb 15 11:22:48 2009 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.36 2009/01/12 12:33:39 wiz Exp $
+$NetBSD: distinfo,v 1.37 2009/02/15 11:22:48 wiz Exp $
SHA1 (amarok-1.4.10.tar.bz2) = cb0bebe99c6f4dc1b01601f2f3aee3a86da08fbd
RMD160 (amarok-1.4.10.tar.bz2) = f86c71dd0459e0cf1ff586cd6de240ca6501cf62
Size (amarok-1.4.10.tar.bz2) = 12812583 bytes
SHA1 (patch-aa) = 53316f334f45a8a4780ae71061d528374a75cb5a
SHA1 (patch-ab) = 91097c1d901fb66c5c8e593005c462b1874f50bf
+SHA1 (patch-ac) = ea6900aafc3cd99069ac59929ae14296662d095f
SHA1 (patch-ad) = eea8105897ce4cd9d4a086430ec0588125b3517b
diff -r 495bb9880dff -r 23f5e800a90b audio/amarok/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amarok/patches/patch-ac Sun Feb 15 11:22:48 2009 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ac,v 1.3 2009/02/15 11:22:48 wiz Exp $
+
+SVN commit 917750 by nhnielsen:
+Fix for wikipedia tab not showing any info. Thanks to Helge Stenström
+and WarwickH at
+https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for
+the fix.
+
+--- amarok/src/contextbrowser.cpp.orig 2008-08-13 21:21:51.000000000 +0000
++++ amarok/src/contextbrowser.cpp
+@@ -4189,7 +4189,7 @@ ContextBrowser::wikiResult( KIO::Job* jo
+ }
+
+ // Ok lets remove the top and bottom parts of the page
+- m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) );
++ m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) );
+ m_wiki = m_wiki.mid( 0, m_wiki.find( "<div class=\"printfooter\">" ) );
+ // Adding back license information
+ m_wiki += copyright;
Home |
Main Index |
Thread Index |
Old Index