Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/wally/files: wally-2.3.2-disable-plugins.patch
Date: Mon, 19 Apr 2010 15:00:28
Message-Id: 20100419144448.8D3E32C059@corvid.gentoo.org
1 hwoarang 10/04/19 14:44:48
2
3 Added: wally-2.3.2-disable-plugins.patch
4 Log:
5 Disable static qt plugins wrt bug #311343
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/wally/files/wally-2.3.2-disable-plugins.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/files/wally-2.3.2-disable-plugins.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/wally/files/wally-2.3.2-disable-plugins.patch?rev=1.1&content-type=text/plain
13
14 Index: wally-2.3.2-disable-plugins.patch
15 ===================================================================
16 Index: wally-2.3.2/src/main.cpp
17 ===================================================================
18 --- wally-2.3.2.orig/src/main.cpp
19 +++ wally-2.3.2/src/main.cpp
20 @@ -17,18 +17,6 @@
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 */
23
24 -#if (!defined(QT_SHARED)) && (!defined(QT_DLL))
25 - #include <QtPlugin>
26 -
27 - Q_IMPORT_PLUGIN(qgif)
28 - Q_IMPORT_PLUGIN(qico)
29 - Q_IMPORT_PLUGIN(qjpeg)
30 - Q_IMPORT_PLUGIN(qmng)
31 - Q_IMPORT_PLUGIN(qsvg)
32 - Q_IMPORT_PLUGIN(qtiff)
33 - Q_IMPORT_PLUGIN(qsqlite)
34 -#endif
35 -
36 #include <QTimer>
37 #include <QMessageBox>