Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: ChangeLog qt-svg-4.5.3.ebuild
Date: Sun, 04 Oct 2009 10:25:35
Message-Id: E1MuOHV-00078k-UR@stork.gentoo.org
1 wired 09/10/04 10:25:33
2
3 Modified: ChangeLog
4 Added: qt-svg-4.5.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.38 x11-libs/qt-svg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 30 Jun 2009 15:13:26 -0000 1.37
23 +++ ChangeLog 4 Oct 2009 10:25:33 -0000 1.38
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.37 2009/06/30 15:13:26 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.38 2009/10/04 10:25:33 wired Exp $
29 +
30 +*qt-svg-4.5.3 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Alex Alexander <wired@g.o> +qt-svg-4.5.3.ebuild:
33 + version bump
34
35 30 Jun 2009; Raúl Porcel <armin76@g.o> qt-svg-4.5.1-r1.ebuild:
36 ia64/sparc stable wrt #266201
37
38
39
40 1.1 x11-libs/qt-svg/qt-svg-4.5.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-svg-4.5.3.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.3.ebuild,v 1.1 2009/10/04 10:25:33 wired 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 }