Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/transkode/files: transkode-0.6+gcc-4.3.patch
Date: Thu, 24 Apr 2008 11:22:53
Message-Id: E1JozXN-0007p7-KW@stork.gentoo.org
1 flameeyes 08/04/24 11:22:49
2
3 Added: transkode-0.6+gcc-4.3.patch
4 Log:
5 Add patch to build with GCC 4.3.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 media-sound/transkode/files/transkode-0.6+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/transkode/files/transkode-0.6+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/transkode/files/transkode-0.6+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: transkode-0.6+gcc-4.3.patch
15 ===================================================================
16 Index: transkode-0.6/src/common/commondefs.cpp
17 ===================================================================
18 --- transkode-0.6.orig/src/common/commondefs.cpp
19 +++ transkode-0.6/src/common/commondefs.cpp
20 @@ -33,6 +33,8 @@
21 #include <unistd.h>
22 #endif
23
24 +#include <cstdlib>
25 +
26 /**
27 * GeneralOpt
28 */
29 Index: transkode-0.6/src/configdialog/streamsettings.ui.h
30 ===================================================================
31 --- transkode-0.6.orig/src/configdialog/streamsettings.ui.h
32 +++ transkode-0.6/src/configdialog/streamsettings.ui.h
33 @@ -42,6 +42,8 @@
34 #include <kmessagebox.h>
35 #include <klocale.h>
36
37 +#include <cstdlib>
38 +
39 void StreamSettings::cleanUpRippedStreams()
40 {
41 if ( KMessageBox::warningContinueCancel(
42 Index: transkode-0.6/src/plugins/qprocesswrapper.cpp
43 ===================================================================
44 --- transkode-0.6.orig/src/plugins/qprocesswrapper.cpp
45 +++ transkode-0.6/src/plugins/qprocesswrapper.cpp
46 @@ -28,6 +28,8 @@
47 #include <qtimer.h>
48 #include <qregexp.h>
49
50 +#include <cstdlib>
51 +
52 QProcessWrapper::QProcessWrapper( int priority, int comm, QObject* parent, const char* name ):
53 QProcess( parent, name ),
54 m_priority( priority ),
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list