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-svg: ChangeLog qt-svg-4.5.2.ebuild
Date: Sat, 27 Jun 2009 19:22:32
Message-Id: E1MKdTq-0004LJ-66@stork.gentoo.org
1 yngwin 09/06/27 19:22:30
2
3 Modified: ChangeLog
4 Added: qt-svg-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.36 x11-libs/qt-svg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 8 Jun 2009 22:30:08 -0000 1.35
23 +++ ChangeLog 27 Jun 2009 19:22:30 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt-svg
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.35 2009/06/08 22:30:08 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.36 2009/06/27 19:22:30 yngwin Exp $
29 +
30 +*qt-svg-4.5.2 (27 Jun 2009)
31 +
32 + 27 Jun 2009; Ben de Groot <yngwin@g.o> +qt-svg-4.5.2.ebuild:
33 + Version bump
34
35 08 Jun 2009; Jeroen Roovers <jer@g.o> qt-svg-4.5.1-r1.ebuild:
36 Stable for HPPA (bug #266201).
37
38
39
40 1.1 x11-libs/qt-svg/qt-svg-4.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-svg-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-svg/qt-svg-4.5.2.ebuild,v 1.1 2009/06/27 19:22:30 yngwin Exp $
50
51 EAPI="2"
52 inherit qt4-build
53
54 DESCRIPTION="The SVG module for the Qt toolkit"
55 SLOT="4"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE="iconv"
58
59 DEPEND="~x11-libs/qt-gui-${PV}[debug=]"
60 RDEPEND="${DEPEND}"
61
62 QT4_TARGET_DIRECTORIES="
63 src/svg
64 src/plugins/imageformats/svg
65 src/plugins/iconengines/svgiconengine"
66 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
67 include/QtSvg/
68 include/Qt/
69 include/QtGui/
70 include/QtCore/
71 include/QtXml/
72 src/corelib/
73 src/gui/
74 src/plugins/
75 src/xml
76 src/3rdparty"
77
78 QCONFIG_ADD="svg"
79 QCONFIG_DEFINE="QT_SVG"
80
81 src_configure() {
82 myconf="${myconf} $(qt_use iconv) -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr
83 -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
84 -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
85 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
86 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
87 -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue"
88 qt4-build_src_configure
89 }