Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-20100320-gcc45.patch cinelerra-pkgconfig-x264.patch
Date: Sat, 01 May 2010 16:04:12
Message-Id: 20100501160408.523A52C115@corvid.gentoo.org
1 ssuominen 10/05/01 16:04:08
2
3 Added: cinelerra-20100320-gcc45.patch
4 Removed: cinelerra-pkgconfig-x264.patch
5 Log:
6 Fix building with GCC 4.5+ wrt #317991 by Kacper Kowalik.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-video/cinelerra/files/cinelerra-20100320-gcc45.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-20100320-gcc45.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-20100320-gcc45.patch?rev=1.1&content-type=text/plain
14
15 Index: cinelerra-20100320-gcc45.patch
16 ===================================================================
17 Fixing build with gcc 4.5
18
19 http://bugs.gentoo.org/show_bug.cgi?id=317991
20
21 Patch written by Kacper Kowalik <xarthisius.kk@×××××.com>
22
23 --- cinelerra/edits.C
24 +++ cinelerra/edits.C
25 @@ -47,7 +47,7 @@
26 this->edl = edl;
27 this->track = track;
28
29 - List<Edit>::List<Edit>();
30 + List<Edit>();
31 default_edit->edl = edl;
32 default_edit->track = track;
33 default_edit->startproject = 0;