Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.7.4-r1.ebuild ChangeLog
Date: Sat, 03 Dec 2011 20:26:52
Message-Id: 20111203202641.CDE452004C@flycatcher.gentoo.org
1 grobian 11/12/03 20:26:41
2
3 Modified: qt-gui-4.7.4-r1.ebuild ChangeLog
4 Log:
5 Disable ssse3 on Darwin to fix compilation, thanks Paul, bug #367045
6
7 (Portage version: 2.2.01.19824-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.3 x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: qt-gui-4.7.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qt-gui-4.7.4-r1.ebuild 28 Nov 2011 22:52:01 -0000 1.2
23 +++ qt-gui-4.7.4-r1.ebuild 3 Dec 2011 20:26:41 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild,v 1.2 2011/11/28 22:52:01 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.4-r1.ebuild,v 1.3 2011/12/03 20:26:41 grobian Exp $
29
30 EAPI="3"
31 inherit confutils qt4-build
32 @@ -110,6 +110,8 @@
33 use nas && myconf="${myconf} -system-nas-sound"
34 use raster && myconf="${myconf} -graphicssystem raster"
35
36 + [[ x86_64-apple-darwin* ]] && myconf="${myconf} -no-ssse3" #367045
37 +
38 myconf="${myconf} -qt-gif -system-libpng -system-libjpeg
39 -no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2
40 -no-sql-odbc -xrender -xrandr -xkb -xshape -sm -no-svg -no-webkit
41
42
43
44 1.158 x11-libs/qt-gui/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.158&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.158&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.157&r2=1.158
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
53 retrieving revision 1.157
54 retrieving revision 1.158
55 diff -u -r1.157 -r1.158
56 --- ChangeLog 28 Nov 2011 23:49:33 -0000 1.157
57 +++ ChangeLog 3 Dec 2011 20:26:41 -0000 1.158
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-libs/qt-gui
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.157 2011/11/28 23:49:33 pesa Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.158 2011/12/03 20:26:41 grobian Exp $
63 +
64 + 03 Dec 2011; Fabian Groffen <grobian@g.o> qt-gui-4.7.4-r1.ebuild:
65 + Disable ssse3 on Darwin to fix compilation, thanks Paul, bug #367045
66
67 28 Nov 2011; Davide Pesavento <pesa@g.o> -qt-gui-4.7.3-r1.ebuild,
68 -qt-gui-4.7.3.ebuild: