Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: ChangeLog gtk+-2.18.3.ebuild
Date: Sat, 31 Oct 2009 13:49:54
Message-Id: E1N4EL2-0000Cj-Ea@stork.gentoo.org
1 nirbheek 09/10/31 13:49:52
2
3 Modified: ChangeLog gtk+-2.18.3.ebuild
4 Log:
5 Depend on cairo[svg]; fixes bug 291283 (we probably want to do +svg in cairo)
6 (Portage version: 2.1.7.2/cvs/Linux i686)
7
8 Revision Changes Path
9 1.436 x11-libs/gtk+/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.436&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.436&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.435&r2=1.436
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
18 retrieving revision 1.435
19 retrieving revision 1.436
20 diff -u -r1.435 -r1.436
21 --- ChangeLog 29 Oct 2009 22:56:51 -0000 1.435
22 +++ ChangeLog 31 Oct 2009 13:49:52 -0000 1.436
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/gtk+
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.435 2009/10/29 22:56:51 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.436 2009/10/31 13:49:52 nirbheek Exp $
28 +
29 + 31 Oct 2009; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.18.3.ebuild:
30 + Depend on cairo[svg]; fixes bug 291283 (we probably want to do +svg in
31 + cairo)
32
33 *gtk+-2.18.3 (29 Oct 2009)
34
35
36
37
38 1.2 x11-libs/gtk+/gtk+-2.18.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild?r1=1.1&r2=1.2
43
44 Index: gtk+-2.18.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gtk+-2.18.3.ebuild 29 Oct 2009 22:56:51 -0000 1.1
51 +++ gtk+-2.18.3.ebuild 31 Oct 2009 13:49:52 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild,v 1.1 2009/10/29 22:56:51 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.18.3.ebuild,v 1.2 2009/10/31 13:49:52 nirbheek Exp $
57
58 EAPI="2"
59
60 @@ -15,6 +15,7 @@
61 IUSE="cups debug doc jpeg jpeg2k tiff test vim-syntax xinerama"
62
63 # FIXME: configure says >=xrandr-1.2.99 but remi tells me it's broken
64 +# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
65 RDEPEND="x11-libs/libXrender
66 x11-libs/libX11
67 x11-libs/libXi
68 @@ -29,7 +30,7 @@
69 >=dev-libs/glib-2.21.3
70 >=x11-libs/pango-1.20
71 >=dev-libs/atk-1.13
72 - >=x11-libs/cairo-1.6[X]
73 + >=x11-libs/cairo-1.6[X,svg]
74 media-libs/fontconfig
75 x11-misc/shared-mime-info
76 >=media-libs/libpng-1.2.1