Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/k9copy/files: k9copy-1.2.3-gcc43.patch
Date: Fri, 28 Mar 2008 20:43:21
Message-Id: E1JfLPz-0003zB-A1@stork.gentoo.org
1 philantrop 08/03/28 20:43:19
2
3 Added: k9copy-1.2.3-gcc43.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Peter Alfredsen on bug 214272. Added a missing dependency on ffmpeg which fixes bug 207419.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/k9copy/files/k9copy-1.2.3-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: k9copy-1.2.3-gcc43.patch
15 ===================================================================
16 diff -up k9copy-1.2.2/k9author/k9avidecode.cpp.gcc43~ k9copy-1.2.2/k9author/k9avidecode.cpp
17 --- k9copy-1.2.2/k9author/k9avidecode.cpp.gcc43~ 2008-01-13 11:04:31.000000000 +0000
18 +++ k9copy-1.2.2/k9author/k9avidecode.cpp 2008-01-13 11:04:31.000000000 +0000
19 @@ -9,6 +9,7 @@
20 // Copyright: See COPYING file that comes with this distribution
21 //
22 //
23 +#include <stdlib.h>
24 #include "k9avidecode.h"
25 #include <ffmpeg/avcodec.h>
26 #include <qimage.h>
27 diff -up k9copy-1.2.2/src/k9glwidget.cpp.gcc43~ k9copy-1.2.2/src/k9glwidget.cpp
28 --- k9copy-1.2.2/src/k9glwidget.cpp.gcc43~ 2008-01-13 11:05:42.000000000 +0000
29 +++ k9copy-1.2.2/src/k9glwidget.cpp 2008-01-13 11:05:42.000000000 +0000
30 @@ -10,6 +10,7 @@
31 //
32 //
33
34 +#include <stdlib.h>
35 #include "k9glwidget.h"
36
37 #ifdef HAVE_OPENGL
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list