Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: ChangeLog qt-webkit-4.5.2.ebuild
Date: Sat, 27 Jun 2009 19:23:43
Message-Id: E1MKdUy-0004QP-4m@stork.gentoo.org
1 yngwin 09/06/27 19:23:40
2
3 Modified: ChangeLog
4 Added: qt-webkit-4.5.2.ebuild
5 Log:
6 Qt 4.5.2 release version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 x11-libs/qt-webkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 6 Jun 2009 08:40:08 -0000 1.43
23 +++ ChangeLog 27 Jun 2009 19:23:40 -0000 1.44
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt-webkit
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.43 2009/06/06 08:40:08 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.44 2009/06/27 19:23:40 yngwin Exp $
29 +
30 +*qt-webkit-4.5.2 (27 Jun 2009)
31 +
32 + 27 Jun 2009; Ben de Groot <yngwin@g.o> +qt-webkit-4.5.2.ebuild:
33 + Version bump
34
35 06 Jun 2009; Markus Meier <maekke@g.o> qt-webkit-4.5.1.ebuild:
36 amd64 stable, bug #266201
37
38
39
40 1.1 x11-libs/qt-webkit/qt-webkit-4.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-webkit-4.5.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.2.ebuild,v 1.1 2009/06/27 19:23:40 yngwin Exp $
50
51 EAPI="2"
52 inherit qt4-build flag-o-matic
53
54 DESCRIPTION="The Webkit module for the Qt toolkit"
55 SLOT="4"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
57 IUSE="kde"
58
59 DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl]
60 ~x11-libs/qt-gui-${PV}[debug=]
61 !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon ) )
62 kde? ( media-sound/phonon )"
63 RDEPEND="${DEPEND}"
64
65 QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview"
66 QT4_EXTRACT_DIRECTORIES="
67 include/
68 src/
69 tools/"
70 QCONFIG_ADD="webkit"
71 QCONFIG_DEFINE="QT_WEBKIT"
72
73 src_prepare() {
74 [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
75 qt4-build_src_prepare
76 }
77
78 src_configure() {
79 # This fixes relocation overflows on alpha
80 use alpha && append-ldflags "-Wl,--no-relax"
81 myconf="${myconf} -webkit"
82 qt4-build_src_configure
83 }