Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtgui/files: qtgui-5.4.0-bigendian.patch
Date: Mon, 02 Feb 2015 19:00:05
Message-Id: 20150202190000.D809310E9A@oystercatcher.gentoo.org
1 jer 15/02/02 19:00:00
2
3 Added: qtgui-5.4.0-bigendian.patch
4 Log:
5 Fix building on big-endian platforms (bug #538570).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 dev-qt/qtgui/files/qtgui-5.4.0-bigendian.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.0-bigendian.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/files/qtgui-5.4.0-bigendian.patch?rev=1.1&content-type=text/plain
14
15 Index: qtgui-5.4.0-bigendian.patch
16 ===================================================================
17 --- a/src/gui/image/qimage_conversions.cpp
18 +++ b/src/gui/image/qimage_conversions.cpp
19 @@ -2252,7 +2252,7 @@
20 convert_ARGB_to_ARGB_PM,
21 #else
22 0,
23 - 0
24 + 0,
25 #endif
26 0, 0, 0, 0
27 }, // Format_RGBA8888
28 @@ -2281,7 +2281,7 @@
29 #else
30 0,
31 0,
32 - 0
33 + 0,
34 #endif
35 0, 0, 0, 0
36 }, // Format_RGBA8888_Premultiplied