Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayerthumbs/files: mplayerthumbs-0.5b-gcc43.patch
Date: Sun, 29 Jun 2008 12:05:45
Message-Id: E1KCvf2-0007VF-6n@stork.gentoo.org
1 loki_val 08/06/29 12:05:40
2
3 Added: mplayerthumbs-0.5b-gcc43.patch
4 Log:
5 Fix for gcc-4.3 wrt bug #225745.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: mplayerthumbs-0.5b-gcc43.patch
15 ===================================================================
16 *** src/videopreview.cpp.orig 2006-07-10 17:17:11.000000000 +0200
17 --- src/videopreview.cpp 2008-06-11 02:45:40.379823160 +0200
18 ***************
19 *** 20,25 ****
20 --- 20,26 ----
21
22 #include "videopreview.h"
23
24 + #include <stdlib.h>
25 #include <qfile.h>
26 #include <qpixmap.h>
27 #include <qimage.h>
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list