Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kplayer/files: kplayer-0.7.1-enablefinal.patch kplayer-0.7-enablefinal.patch
Date: Sat, 12 Nov 2011 21:11:47
Message-Id: 20111112210444.6E56A2004C@flycatcher.gentoo.org
1 dilfridge 11/11/12 21:04:44
2
3 Added: kplayer-0.7.1-enablefinal.patch
4 Removed: kplayer-0.7-enablefinal.patch
5 Log:
6 Fix kdeenablefinal build (bug 349620), remove old
7
8 (Portage version: 2.1.10.34/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 media-video/kplayer/files/kplayer-0.7.1-enablefinal.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kplayer/files/kplayer-0.7.1-enablefinal.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kplayer/files/kplayer-0.7.1-enablefinal.patch?rev=1.1&content-type=text/plain
15
16 Index: kplayer-0.7.1-enablefinal.patch
17 ===================================================================
18 diff -ruN kplayer-0.7.1.orig/src/kplayerpropertiesdialog.cpp kplayer-0.7.1/src/kplayerpropertiesdialog.cpp
19 --- kplayer-0.7.1.orig/src/kplayerpropertiesdialog.cpp 2011-06-10 22:16:25.000000000 +0200
20 +++ kplayer-0.7.1/src/kplayerpropertiesdialog.cpp 2011-11-12 23:02:00.529999063 +0100
21 @@ -33,7 +33,7 @@
22 #define DEBUG_KPLAYER_PROPERTIES_DIALOG
23 #endif
24
25 -QString listEntry (QComboBox* combo, bool hasDefault = false)
26 +QString listEntry (QComboBox* combo, bool hasDefault)
27 {
28 static QRegExp re_key_value ("^([^:]+): *(.*)$");
29 if ( hasDefault && combo -> currentIndex() == 0 )