Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-lang/tk/, x11-libs/gtk+/, net-libs/webkit-gtk/files/, net-libs/webkit-gtk/
Date: Sun, 04 Nov 2012 01:49:56
Message-Id: 1351993496.0c7ecdcba26a359b85e83e0b5b92fec9156b5c96.blueness@gentoo
1 commit: 0c7ecdcba26a359b85e83e0b5b92fec9156b5c96
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 01:44:56 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 01:44:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0c7ecdcb
7
8 Do not include execinfo.h or call backtrace() on a uclibc system
9
10 webkit-gtk fails to build on a uclibc system because
11 Source/JavaScriptCore/wtf/Assertions.cpp assumes that all Linux
12 systems have /usr/include/execinfo.h and provide backtrace(). But
13 uclibc does not. This patch extends the check for uclibc.
14
15 X-Gentoo-Bug: 441674
16 X-Gentoo-Bug-URL: https://bugs.gentoo.org/441674
17 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
18
19 ---
20 dev-lang/tk/ChangeLog | 697 -----
21 net-libs/webkit-gtk/files/gir-paxctl-lt-wrapper | 33 +
22 .../files/webkit-gtk-1.6.1-darwin-quartz.patch | 67 +
23 .../webkit-gtk-1.6.3-paxctl-introspection.patch | 21 +
24 .../files/webkit-gtk-1.7.5-linguas.patch | 47 +
25 .../webkit-gtk-1.7.90-parallel-make-hack.patch | 21 +
26 ...webkit-gtk-1.7.90-test_garbage_collection.patch | 18 +
27 .../webkit-gtk-1.8.0-typedef-WebKitWebView.patch | 28 +
28 ...gtk-1.8.1-CodeGeneratorGObject-properties.patch | 20 +
29 .../webkit-gtk-1.8.1-gst-required-version.patch | 29 +
30 .../files/webkit-gtk-1.8.1-tests-xvfb.patch | 32 +
31 .../files/webkit-gtk-1.8.2-bison-2.6.patch | 508 ++++
32 ...webkit-gtk-1.8.3-disable-backtrace-uclibc.patch | 21 +
33 .../webkit-gtk/files/webkit-gtk-1.8.3-libdl.patch | 27 +
34 net-libs/webkit-gtk/metadata.xml | 16 +
35 net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild | 231 ++
36 net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild | 243 ++
37 x11-libs/gtk+/ChangeLog | 2719 --------------------
38 18 files changed, 1362 insertions(+), 3416 deletions(-)
39
40 diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog
41 deleted file mode 100644
42 index 84eabe2..0000000
43 --- a/dev-lang/tk/ChangeLog
44 +++ /dev/null
45 @@ -1,697 +0,0 @@
46 -# ChangeLog for dev-lang/tk
47 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
48 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.173 2012/08/07 02:34:03 jer Exp $
49 -
50 - 03 Aug 2012; Mike Frysinger <vapier@g.o> tk-8.5.11-r1.ebuild:
51 - Make sure we link against fontconfig since we use it.
52 -
53 -*tk-8.5.11-r1 (07 Jun 2012)
54 -
55 - 07 Jun 2012; Justin Lecher <jlec@g.o> +tk-8.5.11-r1.ebuild:
56 - Drop standard lib location from tkConfig.sh equal to tcl, #420129
57 -
58 - 26 Apr 2012; Alexis Ballier <aballier@g.o> tk-8.5.11.ebuild:
59 - keyword ~amd64-fbsd
60 -
61 - 26 Apr 2012; Alexis Ballier <aballier@g.o>
62 - +files/tcl-8.5.9-gentoo-fbsd.patch, tk-8.5.11.ebuild:
63 - port tcl fbsd patch to let it build sanely on FreeBSD: the patch is for
64 - tcl.m4 and tk bundles it own unfixed version...
65 -
66 - 01 Apr 2012; Raúl Porcel <armin76@g.o> tk-8.5.10-r1.ebuild:
67 - alpha/ia64/s390/sh/sparc stable wrt #406607
68 -
69 - 19 Mar 2012; Markus Meier <maekke@g.o> tk-8.5.10-r1.ebuild:
70 - arm stable, bug #406607
71 -
72 - 19 Mar 2012; Justin Lecher <jlec@g.o> tk-8.5.11.ebuild:
73 - Drop unnessecary stripping of slashes, #408261, thanks Kevin Pyle for the
74 - patch
75 -
76 - 11 Mar 2012; Jeff Horelick <jdhore@g.o> tk-8.5.10-r1.ebuild:
77 - marked x86 per bug 406607
78 -
79 - 06 Mar 2012; Jeroen Roovers <jer@g.o> tk-8.5.10-r1.ebuild:
80 - Stable for HPPA (bug #406607).
81 -
82 -*tk-8.5.10-r1 (06 Mar 2012)
83 -
84 - 06 Mar 2012; Justin Lecher <jlec@g.o> -tk-8.5.10.ebuild,
85 - +tk-8.5.10-r1.ebuild:
86 - Revbump to force rebuild, which is needed because of the removed static
87 - archives
88 -
89 - 06 Mar 2012; Justin Lecher <jlec@g.o> tk-8.5.10.ebuild:
90 - Remove last bit of bad handling of static-libs, #407083
91 -
92 - 05 Mar 2012; Brent Baude <ranger@g.o> tk-8.5.10.ebuild:
93 - Marking tk-8.5.10 ppc for bug 406607
94 -
95 - 05 Mar 2012; Agostino Sarubbo <ago@g.o> tk-8.5.10.ebuild:
96 - Stable for amd64, wrt bug #406607
97 -
98 - 04 Mar 2012; Justin Lecher <jlec@g.o> tk-8.5.10.ebuild,
99 - tk-8.5.11.ebuild:
100 - Revert static-libs handling, #406905; push changes from 8.5.10 to .11
101 -
102 - 02 Mar 2012; Brent Baude <ranger@g.o> tk-8.5.10.ebuild:
103 - Marking tk-8.5.10 ppc64 for bug 406607
104 -
105 - 02 Mar 2012; Justin Lecher <jlec@g.o> tk-8.5.10.ebuild:
106 - Add missing dies, remove unnessecary dies, handle static-libs
107 -
108 -*tk-8.5.11 (02 Mar 2012)
109 -
110 - 02 Mar 2012; Justin Lecher <jlec@g.o> +tk-8.5.11.ebuild,
111 - +files/tk-8.5.11-fedora-xft.patch:
112 - Version Bump
113 -
114 -*tk-8.5.10 (04 Oct 2011)
115 -
116 - 04 Oct 2011; Justin Lecher <jlec@g.o> +tk-8.5.10.ebuild, metadata.xml:
117 - Version Bump
118 -
119 - 23 Mar 2011; Kacper Kowalik <xarthisius@g.o> tk-8.5.9-r1.ebuild:
120 - ppc64 stable wrt #353854
121 -
122 - 06 Mar 2011; Raúl Porcel <armin76@g.o> tk-8.5.9-r1.ebuild:
123 - alpha/ia64/s390/sh stable wrt #353854
124 -
125 - 26 Feb 2011; Michael Weber <xmw@g.o> tk-8.5.9-r1.ebuild:
126 - ppc/sparc stable (bug 353854)
127 -
128 - 20 Feb 2011; Markus Meier <maekke@g.o> tk-8.5.9-r1.ebuild:
129 - arm stable, bug #353854
130 -
131 - 11 Feb 2011; Markos Chandras <hwoarang@g.o> tk-8.5.9-r1.ebuild:
132 - Stable on amd64 wrt bug #353854
133 -
134 - 11 Feb 2011; Jeroen Roovers <jer@g.o> tk-8.5.9-r1.ebuild:
135 - Stable for HPPA (bug #353854).
136 -
137 - 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@g.o> tk-8.5.9-r1.ebuild:
138 - x86 stable wrt bug #353854
139 -
140 - 13 Jan 2011; Kacper Kowalik <xarthisius@g.o> tk-8.5.8-r1.ebuild:
141 - ppc64 stable wrt #332415
142 -
143 - 04 Jan 2011; Justin Lecher <jlec@g.o> tk-8.5.8-r1.ebuild:
144 - Backport correct detection of truetype support
145 -
146 - 29 Dec 2010; Markos Chandras <hwoarang@g.o> tk-8.5.8-r1.ebuild:
147 - Stable on amd64 wrt bug #332415
148 -
149 -*tk-8.5.9-r1 (09 Dec 2010)
150 -
151 - 09 Dec 2010; Justin Lecher <jlec@g.o> -tk-8.5.9.ebuild,
152 - +tk-8.5.9-r1.ebuild:
153 - Added missing patch for XFT handling
154 -
155 - 07 Dec 2010; Justin Lecher <jlec@g.o> tk-8.5.8-r1.ebuild,
156 - tk-8.5.9.ebuild:
157 - Corrected logic on die, thanks Guilherme Amadio for the patch #347929
158 -
159 -*tk-8.5.9 (06 Dec 2010)
160 -
161 - 06 Dec 2010; Justin Lecher <jlec@g.o> -tk-8.4.15-r1.ebuild,
162 - tk-8.4.18.ebuild, tk-8.4.18-r1.ebuild, tk-8.4.19-r1.ebuild, tk-8.5.7.ebuild,
163 - -tk-8.5.8.ebuild, tk-8.5.8-r1.ebuild, +tk-8.5.9.ebuild:
164 - Version Bump, #347561; Fix for libXft recognition, #347569
165 -
166 - 24 Oct 2010; Brent Baude <ranger@g.o> tk-8.5.8-r1.ebuild:
167 - Marking tk-8.5.8-r1 ppc for bug 332415
168 -
169 - 23 Oct 2010; Raúl Porcel <armin76@g.o> tk-8.5.8-r1.ebuild:
170 - arm/ia64/s390/sh/sparc stable wrt #332415
171 -
172 - 20 Oct 2010; Christian Faulhammer <fauli@g.o> tk-8.5.8-r1.ebuild:
173 - stable x86, bug 332415
174 -
175 - 06 Oct 2010; Jeroen Roovers <jer@g.o> tk-8.5.8-r1.ebuild:
176 - Stable for HPPA (bug #332415).
177 -
178 - 03 Oct 2010; Tobias Klausmann <klausman@g.o> tk-8.5.8-r1.ebuild:
179 - Stable on alpha, bug #332415
180 -
181 - 08 Jul 2010; Sébastien Fabbro <bicatali@g.o> tk-8.5.8-r1.ebuild:
182 - Added an xscreensaver flag to avoid automagic
183 -
184 - 16 Jun 2010; Justin Lecher <jlec@g.o> tk-8.5.8-r1.ebuild:
185 - Compile in src_compile, fix for 324201
186 -
187 -
188 - 15 Jun 2010; Justin Lecher <jlec@g.o> tk-8.5.8-r1.ebuild:
189 - Removing epause reported in bug 324139
190 -
191 -*tk-8.5.8-r1 (15 Jun 2010)
192 -
193 - 15 Jun 2010; Justin Lecher <jlec@g.o> +files/tk-8.4.15-aqua.patch,
194 - +tk-8.5.8-r1.ebuild:
195 - QA, imported prefix changes
196 -
197 -*tk-8.5.8 (07 Jan 2010)
198 -
199 - 07 Jan 2010; Patrick Lauer <patrick@g.o> +tk-8.5.8.ebuild:
200 - Bump for #297448
201 -
202 - 07 Oct 2009; Raúl Porcel <armin76@g.o> tk-8.5.7.ebuild:
203 - ia64/s390/sh/sparc stable wrt #280845
204 -
205 -*tk-8.5.7-r1 (06 Oct 2009)
206 -
207 - 06 Oct 2009; Federico Ferri <mescalinum@g.o> +tk-8.5.7-r1.ebuild:
208 - normalize $S path, bug #280766 (pkgcore)
209 -
210 - 27 Sep 2009; Markus Meier <maekke@g.o> tk-8.5.7.ebuild:
211 - arm stable, bug #280845
212 -
213 - 22 Sep 2009; Markus Meier <maekke@g.o> tk-8.5.7.ebuild:
214 - amd64 stable, bug #280845
215 -
216 - 31 Aug 2009; Brent Baude <ranger@g.o> tk-8.5.7.ebuild:
217 - Marking tk-8.5.7 ppc64 for bug 280845
218 -
219 - 29 Aug 2009; nixnut <nixnut@g.o> tk-8.5.7.ebuild:
220 - ppc stable #280845
221 -
222 - 29 Aug 2009; Tobias Klausmann <klausman@g.o> tk-8.5.7.ebuild:
223 - Stable on alpha, bug #280845
224 -
225 - 27 Aug 2009; Jeroen Roovers <jer@g.o> tk-8.5.7.ebuild:
226 - Stable for HPPA (bug #280845).
227 -
228 - 18 Aug 2009; Christian Faulhammer <fauli@g.o> tk-8.5.7.ebuild:
229 - stable x86, bug 280845
230 -
231 - 07 May 2009; Tobias Klausmann <klausman@g.o> tk-8.4.18-r1.ebuild:
232 - Stable on alpha, bug #268174
233 -
234 - 06 May 2009; Kenneth Prugh <ken69267@g.o> tk-8.4.18-r1.ebuild:
235 - amd64 stable, bug #268174
236 -
237 - 06 May 2009; Jeroen Roovers <jer@g.o> tk-8.4.18-r1.ebuild:
238 - Stable for HPPA (bug #268174).
239 -
240 - 06 May 2009; Ferris McCormick <fmccor@g.o> tk-8.4.18-r1.ebuild:
241 - Sparc stable, bug #268174.
242 -
243 - 06 May 2009; Christian Faulhammer <fauli@g.o> tk-8.4.18-r1.ebuild:
244 - stable x86, bug 268174
245 -
246 - 06 May 2009; Brent Baude <ranger@g.o> tk-8.4.18-r1.ebuild:
247 - Marking tk-8.4.18-r1 ppc64 and ppc for bug 268174
248 -
249 -*tk-8.5.7 (17 Apr 2009)
250 -
251 - 17 Apr 2009; Federico Ferri <mescalinum@g.o> -tk-8.5.1.ebuild,
252 - -tk-8.5.6.ebuild, +tk-8.5.7.ebuild:
253 - bump to version 8.5.7
254 -
255 - 25 Feb 2009; Raúl Porcel <armin76@g.o> tk-8.4.19-r1.ebuild,
256 - tk-8.5.6.ebuild:
257 - Add ~s390
258 -
259 -*tk-8.5.6 (17 Jan 2009)
260 -
261 - 17 Jan 2009; Federico Ferri <mescalinum@g.o> -tk-8.5.5.ebuild,
262 - +tk-8.5.6.ebuild:
263 - version bump, #253571
264 -
265 -*tk-8.4.19-r1 (16 Nov 2008)
266 -
267 - 16 Nov 2008; Federico Ferri <mescalinum@g.o> -tk-8.4.19.ebuild,
268 - +tk-8.4.19-r1.ebuild:
269 - rev bump, fixes bug #246774
270 -
271 -*tk-8.4.18-r1 (27 Oct 2008)
272 -
273 - 27 Oct 2008; Federico Ferri <mescalinum@g.o>
274 - +files/tk-8.4-lastevent.patch, +tk-8.4.18-r1.ebuild, tk-8.4.19.ebuild:
275 - adding patch 8.4-lastevent, fixes bug #225999
276 -
277 -*tk-8.4.19 (26 Oct 2008)
278 -
279 - 26 Oct 2008; Federico Ferri <mescalinum@g.o> +tk-8.4.19.ebuild:
280 - version bump for 8.4 too
281 -
282 -*tk-8.5.5 (26 Oct 2008)
283 -
284 - 26 Oct 2008; Federico Ferri <mescalinum@g.o> +tk-8.5.5.ebuild:
285 - version bumped
286 -
287 - 07 Mar 2008; Christoph Mende <angelos@g.o> tk-8.4.18.ebuild:
288 - Stable on amd64, bug #210326
289 -
290 - 25 Feb 2008; Jeroen Roovers <jer@g.o> tk-8.4.18.ebuild:
291 - Stable for HPPA (bug #210326).
292 -
293 - 18 Feb 2008; Brent Baude <ranger@g.o> tk-8.4.18.ebuild:
294 - Marking tk-8.4.18 ppc64 for bug 210326
295 -
296 - 17 Feb 2008; Raúl Porcel <armin76@g.o> tk-8.4.18.ebuild:
297 - alpha/ia64/sparc stable wrt #210326
298 -
299 - 17 Feb 2008; nixnut <nixnut@g.o> tk-8.4.18.ebuild:
300 - Stable on ppc wrt bug 210326
301 -
302 - 16 Feb 2008; Christian Faulhammer <opfer@g.o> tk-8.4.18.ebuild:
303 - stable x86, bug 210326
304 -
305 -*tk-8.5.1 (16 Feb 2008)
306 -*tk-8.4.18 (16 Feb 2008)
307 -
308 - 16 Feb 2008; MATSUU Takuto <matsuu@g.o>
309 - -files/tk-CVE-2006-4484.patch, -tk-8.4.9.ebuild, -tk-8.4.15-r2.ebuild,
310 - -tk-8.4.17.ebuild, +tk-8.4.18.ebuild, -tk-8.5.0-r2.ebuild,
311 - +tk-8.5.1.ebuild:
312 - Version bumped, bug #208464.
313 - Removed old versions.
314 -
315 -*tk-8.5.0-r2 (04 Feb 2008)
316 -*tk-8.4.17 (04 Feb 2008)
317 -*tk-8.4.15-r2 (04 Feb 2008)
318 -
319 - 04 Feb 2008; MATSUU Takuto <matsuu@g.o>
320 - +files/tk-CVE-2006-4484.patch, +tk-8.4.15-r2.ebuild, -tk-8.4.16.ebuild,
321 - +tk-8.4.17.ebuild, -tk-8.5.0.ebuild, -tk-8.5.0-r1.ebuild,
322 - +tk-8.5.0-r2.ebuild:
323 - Version bumped.
324 - Fixed CVE-2006-4484, bug #208464.
325 -
326 -*tk-8.5.0-r1 (30 Dec 2007)
327 -
328 - 30 Dec 2007; MATSUU Takuto <matsuu@g.o> +tk-8.5.0-r1.ebuild:
329 - Added truetype USE flag. bug #173467.
330 -
331 -*tk-8.5.0 (22 Dec 2007)
332 -*tk-8.4.16 (22 Dec 2007)
333 -
334 - 22 Dec 2007; MATSUU Takuto <matsuu@g.o> -tk-8.4.15.ebuild,
335 - +tk-8.4.16.ebuild, -tk-8.5_alpha6.ebuild, -tk-8.5_alpha6-r1.ebuild,
336 - -tk-8.5_beta3.ebuild, +tk-8.5.0.ebuild:
337 - Version bumped. bug #194385.
338 - Removed old versions.
339 -
340 -*tk-8.5_beta3 (25 Nov 2007)
341 -
342 - 25 Nov 2007; <matsuu@g.o> +tk-8.5_beta3.ebuild, -tk-8.5b.ebuild:
343 - Version bumped.
344 - Fixed wrong symlink wrt bug #200090.
345 -
346 -*tk-8.5b (03 Nov 2007)
347 -
348 - 03 Nov 2007; Markus Ullmann <jokey@g.o> +tk-8.5b.ebuild:
349 - Version bump, dropping keywords as status wrt other packages is untested
350 -
351 - 23 Sep 2007; Ferris McCormick <fmccor@g.o> tk-8.4.15-r1.ebuild:
352 - Sparc stable --- security Bug #192539 --- has been running fine.
353 -
354 - 20 Sep 2007; Brent Baude <ranger@g.o> tk-8.4.15-r1.ebuild:
355 - keywording tk-8.4.15-r1 ppc64 for bug#190697
356 -
357 - 17 Sep 2007; Tobias Scherbaum <dertobi123@g.o> tk-8.4.15-r1.ebuild:
358 - ppc stable, bug #192539
359 -
360 - 17 Sep 2007; Raúl Porcel <armin76@g.o> tk-8.4.15-r1.ebuild:
361 - alpha/ia64 stable wrt security #192539
362 -
363 - 16 Sep 2007; Christoph Mende <angelos@g.o> tk-8.4.15-r1.ebuild:
364 - Stable on amd64 wrt security bug #192539
365 -
366 - 16 Sep 2007; Markus Meier <maekke@g.o> tk-8.4.15-r1.ebuild:
367 - x86 stable, security bug #192539
368 -
369 - 16 Sep 2007; Jeroen Roovers <jer@g.o> tk-8.4.15-r1.ebuild:
370 - Stable for HPPA (bug #192539).
371 -
372 -*tk-8.5_alpha6-r1 (16 Sep 2007)
373 -*tk-8.4.15-r1 (16 Sep 2007)
374 -
375 - 16 Sep 2007; MATSUU Takuto <matsuu@g.o>
376 - -files/tk-8.3.5-tclm4-soname.patch, +files/tk-CVE-2007-4851.patch,
377 - -tk-8.4.14.ebuild, -tk-8.4.14-r1.ebuild, +tk-8.4.15-r1.ebuild,
378 - +tk-8.5_alpha6-r1.ebuild:
379 - Fixed CVE-2007-4851, bug #192539.
380 - Removed old versions.
381 -
382 - 21 Aug 2007; Christoph Mende <angelos@g.o> tk-8.4.15.ebuild:
383 - Stable on amd64 wrt bug #178320
384 -
385 - 18 Aug 2007; nixnut <nixnut@g.o> tk-8.4.15.ebuild:
386 - Stable on ppc wrt bug 178320
387 -
388 - 15 Aug 2007; Jeroen Roovers <jer@g.o> tk-8.4.15.ebuild:
389 - Stable for HPPA (bug #178320).
390 -
391 - 14 Aug 2007; Markus Rothe <corsair@g.o> tk-8.4.15.ebuild:
392 - Stable on ppc64; bug #178320
393 -
394 - 14 Aug 2007; Raúl Porcel <armin76@g.o> tk-8.4.15.ebuild:
395 - alpha/ia64/x86 stable wrt #178320
396 -
397 - 13 Aug 2007; Ferris McCormick <fmccor@g.o> tk-8.4.15.ebuild:
398 - Sparc stable --- Bug #178320 --- no problems.
399 -
400 - 22 Jul 2007; Hans de Graaff <graaff@g.o> tk-8.4.9.ebuild,
401 - tk-8.4.14.ebuild:
402 - Drop virtual/x11 references.
403 -
404 -*tk-8.5_alpha6 (20 Jul 2007)
405 -*tk-8.4.15 (20 Jul 2007)
406 -
407 - 20 Jul 2007; MATSUU Takuto <matsuu@g.o>
408 - +files/tk-8.4.15-tclm4-soname.patch,
409 - +files/tk-8.5_alpha6-tclm4-soname.patch, +tk-8.4.15.ebuild,
410 - +tk-8.5_alpha6.ebuild:
411 - Version bumped, Bug #173467, #181597.
412 -
413 -*tk-8.4.14-r1 (12 Jul 2007)
414 -
415 - 12 Jul 2007; MATSUU Takuto <matsuu@g.o> +tk-8.4.14-r1.ebuild:
416 - Fixed library filenames issue, bug #149037.
417 -
418 - 25 May 2007; Brent Baude <ranger@g.o> tk-8.4.14.ebuild:
419 - Marking tk-8.4.14 ppc64 stable for bug 178320
420 -
421 - 20 May 2007; nixnut <nixnut@g.o> tk-8.4.14.ebuild:
422 - Stable on ppc wrt bug 178320
423 -
424 - 16 May 2007; Christian Faulhammer <opfer@g.o> tk-8.4.14.ebuild:
425 - stable amd64, bug 178320
426 -
427 - 15 May 2007; Raúl Porcel <armin76@g.o> tk-8.4.14.ebuild:
428 - alpha/ia64/x86 stable wrt #178320
429 -
430 - 15 May 2007; Ferris McCormick <fmccor@g.o> tk-8.4.14.ebuild:
431 - Sparc stable --- Bug #178320 --- Has been without problems for over 4 months.
432 -
433 - 15 May 2007; Jeroen Roovers <jer@g.o> tk-8.4.14.ebuild:
434 - Stable for HPPA (bug #178320).
435 -
436 - 27 Apr 2007; MATSUU Takuto <matsuu@g.o>
437 - -files/remove-control-v.diff, tk-8.4.9.ebuild, -tk-8.4.11-r1.ebuild,
438 - -tk-8.4.12.ebuild, -tk-8.4.13.ebuild, tk-8.4.14.ebuild:
439 - Fixed SONAME issue, bug #125971.
440 - Fixed tkConfig.sh issue, bug #164649.
441 - Added tc-export CC, bug #154328.
442 - Removed old versions.
443 -
444 - 26 Mar 2007; Alec Warner <antarus@g.o> tk-8.4.9.ebuild,
445 - tk-8.4.11-r1.ebuild, tk-8.4.12.ebuild, tk-8.4.13.ebuild, tk-8.4.14.ebuild:
446 - Remove dependency on portage: ref bug 162516
447 -
448 -*tk-8.4.14 (06 Jan 2007)
449 -
450 - 06 Jan 2007; MATSUU Takuto <matsuu@g.o> -tk-8.3.4-r1.ebuild,
451 - +tk-8.4.14.ebuild:
452 - Version bumped.
453 -
454 - 26 Dec 2006; Mike Frysinger <vapier@g.o> tk-8.4.13.ebuild:
455 - Clean up src_install() to use proper ebuild commands rather than running
456 - `install` and use relative symlinks for libraries.
457 -
458 -*tk-8.4.13 (03 Jun 2006)
459 -
460 - 03 Jun 2006; MATSUU Takuto <matsuu@g.o>
461 - +files/tk-8.3.5-tclm4-soname.patch, +tk-8.4.13.ebuild:
462 - Version bumped, Bug 128681.
463 - Added debug USE flag, Bug 123444.
464 - Added soname patch, Bug 125971.
465 -
466 - 30 May 2006; Diego Pettenò <flameeyes@g.o> tk-8.4.12.ebuild:
467 - Add ~x86-fbsd keyword.
468 -
469 - 24 Mar 2006; Aron Griffis <agriffis@g.o> tk-8.3.4-r1.ebuild,
470 - tk-8.4.9.ebuild:
471 - Copy bash-3 fix from tk-8.4.11-r1.ebuild to tk-8.4.9.ebuild #117982. Port
472 - tk-8.3.4-r1 to modular X
473 -
474 -*tk-8.4.12 (03 Mar 2006)
475 -
476 - 03 Mar 2006; MATSUU Takuto <matsuu@g.o>
477 - -files/remove-control-v-8.4.diff, -files/tk-wm-maxsize.patch,
478 - -tk-8.4.6.ebuild, -tk-8.4.6-r1.ebuild, -tk-8.4.11.ebuild,
479 - +tk-8.4.12.ebuild:
480 - Version bumped, Bug 117122.
481 - Removed old versions.
482 -
483 - 26 Feb 2006; Joshua Kinard <kumba@g.o> tk-8.4.9.ebuild:
484 - Marked stable on mips.
485 -
486 - 03 Feb 2006; Mike Frysinger <vapier@g.o>
487 - +files/tk-configure-LANG.patch, tk-8.4.9.ebuild, tk-8.4.11.ebuild,
488 - tk-8.4.11-r1.ebuild:
489 - Fix nls breakage #120133 by J.
490 -
491 - 30 Jan 2006; Michael Sterrett <mr_bones_@g.o> tk-8.4.6.ebuild,
492 - tk-8.4.6-r1.ebuild, tk-8.4.9.ebuild:
493 - more modular X dependencies
494 -
495 -*tk-8.4.11-r1 (08 Jan 2006)
496 -
497 - 08 Jan 2006; MATSUU Takuto <matsuu@g.o> +tk-8.4.11-r1.ebuild:
498 - Fixed fails with bash3.1, Bug 117982
499 -
500 - 11 Dec 2005; Donnie Berkholz <spyderous@g.o>; tk-8.4.11.ebuild:
501 - Fix them.
502 -
503 - 11 Dec 2005; Donnie Berkholz <spyderous@g.o>; tk-8.4.11.ebuild:
504 - Add modular X dependencies.
505 -
506 - 03 Aug 2005; Bryan Østergaard <kloeri@g.o> tk-8.4.9.ebuild:
507 - Stable on alpha.
508 -
509 -*tk-8.4.11 (02 Jul 2005)
510 -
511 - 02 Jul 2005; MATSUU Takuto <matsuu@g.o>
512 - +files/tk-8.4.11-multilib.patch, +tk-8.4.11.ebuild:
513 - Version bumped.
514 - Added multilib patch.
515 -
516 - 06 Jun 2005; Markus Rothe <corsair@g.o> tk-8.4.9.ebuild:
517 - Stable on ppc64
518 -
519 - 03 Jun 2005; Mike Frysinger <vapier@g.o> tk-8.4.9.ebuild:
520 - Touchup libdir usage to get rid of all the // gremlins.
521 -
522 - 27 May 2005; Joseph Jezak <josejx@g.o> tk-8.4.9.ebuild:
523 - Marked ppc stable.
524 -
525 - 09 May 2005; Gustavo Zacarias <gustavoz@g.o> tk-8.4.9.ebuild:
526 - Stable on sparc
527 -
528 - 08 May 2005; Marcus D. Hanwell <cryos@g.o> tk-8.4.9.ebuild:
529 - Stable on amd64.
530 -
531 - 07 May 2005; Aron Griffis <agriffis@g.o> tk-8.4.9.ebuild:
532 - stable on ia64
533 -
534 - 07 May 2005; MATSUU Takuto <matsuu@g.o> tk-8.4.9.ebuild:
535 - Stable on x86.
536 -
537 -*tk-8.4.9 (19 Mar 2005)
538 -
539 - 19 Mar 2005; MATSUU Takuto <matsuu@g.o>
540 - +files/remove-control-v-8.4.9.diff, +files/tk-8.4.9-man.patch,
541 - +tk-8.4.9.ebuild:
542 - Version bumped, #83816
543 -
544 - 29 Dec 2004; Ciaran McCreesh <ciaranm@g.o> :
545 - Change encoding to UTF-8 for GLEP 31 compliance
546 -
547 - 21 Dec 2004; Jeremy Huddleston <eradicator@g.o> tk-8.4.6-r1.ebuild:
548 - Multilib fixes.
549 -
550 - 10 Nov 2004; Joseph Jezak <josejx@g.o> tk-8.4.6-r1.ebuild:
551 - Marked ppc stable.
552 -
553 - 06 Oct 2004; Bryan Østergaard <kloeri@g.o> tk-8.4.6-r1.ebuild:
554 - Stable on alpha.
555 -
556 - 21 Sep 2004; Danny van Dyk <kugelfang@g.o> tk-8.4.6-r1.ebuild:
557 - Marked stable on amd64.
558 -
559 - 14 Sep 2004; Guy Martin <gmsoft@g.o> tk-8.4.6-r1.ebuild:
560 - Stable on hppa.
561 -
562 - 09 Sep 2004; Gustavo Zacarias <gustavoz@g.o> tk-8.4.6-r1.ebuild:
563 - Keyworded sparc
564 -
565 - 06 Sep 2004; Ciaran McCreesh <ciaranm@g.o> tk-8.3.4-r1.ebuild,
566 - tk-8.4.6-r1.ebuild, tk-8.4.6.ebuild:
567 - Switch to use epause and ebeep, bug #62950
568 -
569 - 30 Aug 2004; Tom Gall <tgall@g.o> tk-8.4.6-r1.ebuild:
570 - stable on ppc64, bug #61745
571 -
572 - 25 Aug 2004; Doug Goldstein <cardoe@g.o> tk-8.4.6-r1.ebuild:
573 - Stable on x86
574 -
575 - 18 Aug 2004; Aron Griffis <agriffis@g.o> tk-8.4.6.ebuild:
576 - stable on alpha and ia64
577 -
578 -*tk-8.4.6-r1 (07 Aug 2004)
579 -
580 - 07 Aug 2004; Doug Goldstein <cardoe@g.o> tk-8.4.6-r1.ebuild
581 - +files/tk-wm-maxsize.patch, +tk-8.4.6-r1.ebuild:
582 - Fixed bug #56229. KDE 3.2 missing maximize button with tk apps.
583 - http://bugs.kde.org/show_bug.cgi?id=67577
584 - http://sourceforge.net/tracker/index.php?func=detail&aid=915350&group_id=12997
585 - &atid=112997
586 -
587 - 15 Jun 2004; Ferris McCormick <fmccor@g.o> tk-8.4.6.ebuild:
588 - Marked stable for sparc.
589 -
590 - 04 Jun 2004; Michael Sterrett <mr_bones_@g.o> tk-8.4.6.ebuild:
591 - ppc64 needs a stable virtual/x11 first. Removed keyword
592 -
593 - 31 May 2004; Tom Gall <tgall@g.o> tk-8.4.6.ebuild:
594 - stable on ppc64
595 -
596 - 02 May 2004; <tuxus@g.o> tk-8.4.6.ebuild:
597 - Stable on mips
598 -
599 - 25 Apr 2004; Michael Sterrett <mr_bones_@g.o> tk-8.3.4-r1.ebuild,
600 - tk-8.4.6.ebuild:
601 - don't depend on use echo
602 -
603 - 24 Apr 2004; Ian Leitch <port001@g.o> tk-8.3.4-r1.ebuild,
604 - tk-8.4.6.ebuild:
605 - Enable threads with local USE flag 'threads'. #2024
606 -
607 - 20 Apr 2004; Ian Leitch <port001@g.o> tk-8.4.6.ebuild:
608 - Marked stable on amd64
609 -
610 - 20 Apr 2004; Ian Leitch <port001@g.o> -tk-8.3.3-r2.ebuild,
611 - -tk-8.3.3-r3.ebuild, -tk-8.3.3.ebuild, -tk-8.3.4.ebuild, -tk-8.4.3.ebuild,
612 - -tk-8.4.4.ebuild, -tk-8.4.5.ebuild:
613 - Removed stale ebuilds
614 -
615 - 31 Mar 2004; Tom Gall <tgall@g.o> tk-8.4.5.ebuild, tk-8.4.6.ebuild:
616 - remove ppc64 for now, we're not ready
617 -
618 -*tk-8.4.6 (04 Mar 2004)
619 -
620 - 04 Mar 2004; Martin Holzer <mholzer@g.o> tk-8.4.6.ebuild:
621 - Verison bumped.
622 -
623 - 04 Jan 2004; <tuxus@g.o> tk-8.4.3.ebuild:
624 - Added mips to KEYWORDS
625 -
626 - 03 Jan 2004; Aron Griffis <agriffis@g.o> tk-8.4.5.ebuild:
627 - Add ~alpha
628 -
629 - 03 Jan 2004; Brian Jackson <iggy@g.o> tk-8.3.4-r1.ebuild:
630 - repoman still complaining, 8.3.4 to ia64 to match tcl
631 -
632 - 03 Jan 2004; Brian Jackson <iggy@g.o> tk-8.3.3-r2.ebuild,
633 - tk-8.3.3-r3.ebuild, tk-8.3.3.ebuild, tk-8.3.4-r1.ebuild, tk-8.3.4.ebuild,
634 - tk-8.4.3.ebuild, tk-8.4.4.ebuild, tk-8.4.5.ebuild:
635 - adding ~ia64 keywords, it's installed on the releng ia64 box, so I assume it's
636 - safe, needed for bitkeeper
637 -
638 - 19 Dec 2003; David Holm <dholm@g.o> tk-8.4.5.ebuild:
639 - Added to ~ppc.
640 -
641 -*tk-8.4.5 (07 Dec 2003)
642 -
643 - 07 Dec 2003; Martin Holzer <mholzer@g.o> tk-8.4.5.ebuild:
644 - Version bumped.
645 -
646 - 07 Dec 2003; Martin Holzer <mholzer@g.o> tk-8.4.3.ebuild,
647 - tk-8.4.4.ebuild:
648 - changing to sf
649 -
650 - 16 Nov 2003; Brad House <brad_mssw@g.o> tk-8.4.4.ebuild:
651 - mark stable on amd64
652 -
653 -*tk-8.4.4 (22 Oct 2003)
654 -
655 - 22 Oct 2003; Martin Holzer <mholzer@g.o> tk-8.4.4.ebuild:
656 - Version bumped.
657 -
658 -*tk-8.4.3 (30 Jun 2003)
659 -
660 - 30 Sep 2003; Joshua Kinard <kumba@g.o> tk-8.4.3.ebuild:
661 - Added ~sparc & ~mips to KEYWORDS
662 -
663 - 30 Jun 2003; Daniel Ahlberg <aliz@g.o> tk-8.4.3.ebuild :
664 - Version bump.
665 -
666 -*tk-8.4.2-r1 (19 May 2003)
667 -
668 - 19 May 2003; Stanislav Brabec <utx@g.o> tk-8.4.2-r1.ebuild:
669 - Fixed man-pages installation (worked around bug in mkLinks script - unset
670 - variable S for installation).
671 -
672 -*tk-8.4.2 (17 Apr 2003)
673 -
674 - 17 Apr 2003; Stanislav Brabec <utx@g.o> tk-8.4.2.ebuild,
675 - files/remove-control-v-8.4.diff:
676 - Updated to version 8.4.2 (bug #18483) and updated Control-V remove patch.
677 -
678 -*tk-8.3.4-r1 (28 Mar 2003)
679 -
680 - 28 Mar 2003; Seemant Kulleen <seemant@g.o> tk-8.3.4-r1.ebuild:
681 - fixed sed expression, hopefully closes bug #18300 by Marc 'huz' REYNES
682 - <marc.reynes@×××××××××.org>
683 -
684 - 06 Dec 2002; Rodney Rees <manson@g.o> : changed sparc ~sparc keywords
685 -
686 -*tk-8.3.4 (18 Dec 2002)
687 -
688 - 20 Mar 2003; Zach Welch <zwelch@g.o> tk-8.3.4.ebuild:
689 - add arm keyword
690 -
691 - 08 Mar 2003; Guy Martin <gmsoft@g.o> tk-8.3.4.ebuild :
692 - Added hppa to keywords.
693 -
694 - 18 Dec 2002; Stefan Jones <cretin@g.o>
695 - New revision.
696 -
697 -*tk-8.3.3-r3 (11 Nov 2002)
698 -
699 - 20 Mar 2003; Zach Welch <zwelch@g.o> tk-8.3.3-r3.ebuild:
700 - add arm keyword
701 -
702 - 11 Nov 2002; Karl Trygve Kalleberg <karltk@g.o>
703 - tk-8.3.3-r3.ebuild files/digest-tk-8.3.3-r3:
704 - Some legacy code for default handling of the Control-V keypress is now
705 - patched away. Fixes #10154.
706 -
707 -*tk-8.3.3-r2 (25 Sep 2002)
708 -
709 - 25 Sep 2002; Karl Trygve Kalleberg <karltk@g.o>
710 - tk-8.3.3-r2.ebuild files/digest-tk-8.3.3-r2:
711 - -r1 placed header files in the wrong place, applied patch from
712 - Scott Lampert <scott@×××××××.org> to fix it. Fixes #8054.
713 -
714 - Removed tk-8.3.3-r1.ebuild files/digest-tk-8.3.3-r1
715 -
716 -*tk-8.3.3-r1 (13 Jul 2002)
717 -
718 - 02 Aug 2002; mark Guertin <gerk@g.o> tk-8.3.3-r1.ebuild :
719 - Added ppc to keywords
720 -
721 - 13 Jul 2002; Seemant Kulleen <seemant@g.o> tk-8.3.3-r1.ebuild
722 - files/digest-tk-8.3.3-r1 :
723 -
724 - Symlink for the .so was not being created. Thanks to
725 - j_r_fonseca@××××××××.uk (Jose' Fonseca) in bug #4946 for the catch and
726 - fix.
727 -
728 -
729 - 25 Apr 2002; Seemant Kulleen <seemant@g.o> tk-8.3.3.ebuild :
730 -
731 - Fixed bug #2112 from arndtc@×××××××××××××××××××.org (Chris Arndt) to reflect
732 - that the required tcl version may have a revision number on its ebuild
733 -
734 -*tk-8.3.3 (1 Feb 2002)
735 -
736 - 1 Feb 2002; G.Bevin <gbevin@g.o> ChangeLog :
737 -
738 - Added initial ChangeLog which should be updated whenever the package is
739 - updated in any way. This changelog is targetted to users. This means that the
740 - comments should well explained and written in clean English. The details about
741 - writing correct changelogs are explained in the skel.ChangeLog file which you
742 - can find in the root directory of the portage repository.
743
744 diff --git a/net-libs/webkit-gtk/files/gir-paxctl-lt-wrapper b/net-libs/webkit-gtk/files/gir-paxctl-lt-wrapper
745 new file mode 100755
746 index 0000000..d4f270c
747 --- /dev/null
748 +++ b/net-libs/webkit-gtk/files/gir-paxctl-lt-wrapper
749 @@ -0,0 +1,33 @@
750 +#!/bin/bash
751 +# Wrapper for $(LIBTOOL) that performs PaX marking on the dumper binary
752 +# generated by g-ir-scanner.
753 +# PaX marking code stolen from pax-utils.eclass
754 +
755 +flags=${1//-}; shift
756 +
757 +echo ${LIBTOOL} "$@"
758 +${LIBTOOL} "$@"
759 +
760 +retval=$?
761 +
762 +files=$(find . -path "*tmp-introspect*/.libs/*")
763 +
764 +if type -p paxctl > /dev/null; then
765 + echo "PT PaX marking -${flags} ${files}"
766 + for f in ${files}; do
767 + # First, try modifying the existing PAX_FLAGS header
768 + paxctl -q${flags} "${f}" && continue
769 + # Second, try stealing the (unused under PaX) PT_GNU_STACK header
770 + paxctl -qc${flags} "${f}" && continue
771 + # Third, try pulling the base down a page, to create space and
772 + # insert a PT_GNU_STACK header (works on ET_EXEC)
773 + paxctl -qC${flags} "${f}" && continue
774 + done
775 +elif type -p scanelf > /dev/null; then
776 + # Try scanelf, the Gentoo swiss-army knife ELF utility
777 + # Currently this sets PT if it can, no option to control what it does.
778 + echo "Fallback PaX marking -${flags} ${files}"
779 + scanelf -Xxz ${flags} ${files}
780 +fi
781 +
782 +exit ${retval}
783
784 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.6.1-darwin-quartz.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.6.1-darwin-quartz.patch
785 new file mode 100644
786 index 0000000..5ad357e
787 --- /dev/null
788 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.6.1-darwin-quartz.patch
789 @@ -0,0 +1,67 @@
790 +Original from:
791 +http://trac.macports.org/browser/trunk/dports/www/webkit-gtk/files/patch-quartz-WebCore-plugins-gtk-gtkxtbin.c.diff?format=txt
792 +http://trac.macports.org/browser/trunk/dports/www/webkit-gtk/files/patch-quartz-WebCore-plugins-gtk-PluginViewGtk.cpp.diff?format=txt
793 +
794 +Adapted for 1.6.1
795 +
796 +--- Source/WebCore/plugins/gtk/PluginViewGtk.cpp
797 ++++ Source/WebCore/plugins/gtk/PluginViewGtk.cpp
798 +@@ -70,6 +70,8 @@
799 + #endif
800 + #include <gtk/gtk.h>
801 +
802 ++#undef XP_UNIX
803 ++
804 + #if defined(XP_UNIX)
805 + #include "RefPtrCairo.h"
806 + #include "gtk2xtbin.h"
807 +@@ -439,9 +441,9 @@
808 + event->setDefaultHandled();
809 + }
810 +
811 +-#if defined(XP_UNIX)
812 + void PluginView::handleFocusInEvent()
813 + {
814 ++#if defined(XP_UNIX)
815 + if (!m_isStarted || m_status != PluginStatusLoadedSuccessfully)
816 + return;
817 +
818 +@@ -454,10 +456,12 @@
819 + event.detail = NotifyDetailNone;
820 +
821 + dispatchNPEvent(npEvent);
822 ++#endif
823 + }
824 +
825 + void PluginView::handleFocusOutEvent()
826 + {
827 ++#if defined(XP_UNIX)
828 + if (!m_isStarted || m_status != PluginStatusLoadedSuccessfully)
829 + return;
830 +
831 +@@ -470,8 +474,8 @@
832 + event.detail = NotifyDetailNone;
833 +
834 + dispatchNPEvent(npEvent);
835 +-}
836 + #endif
837 ++}
838 +
839 + void PluginView::setParent(ScrollView* parent)
840 + {
841 +--- Source/WebCore/plugins/gtk/gtk2xtbin.c
842 ++++ Source/WebCore/plugins/gtk/gtk2xtbin.c
843 +@@ -41,7 +41,7 @@
844 + * The GtkXtBin widget allows for Xt toolkit code to be used
845 + * inside a GTK application.
846 + */
847 +-
848 ++#if 0
849 + #include "GtkVersioning.h"
850 + #include "xembed.h"
851 + #include "gtk2xtbin.h"
852 +@@ -966,3 +966,4 @@
853 +
854 + return;
855 + }
856 ++#endif
857
858 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.6.3-paxctl-introspection.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.6.3-paxctl-introspection.patch
859 new file mode 100644
860 index 0000000..c34cc40
861 --- /dev/null
862 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.6.3-paxctl-introspection.patch
863 @@ -0,0 +1,21 @@
864 +diff -ru a/Source/WebKit/gtk/GNUmakefile.am b/Source/WebKit/gtk/GNUmakefile.am
865 +--- a/Source/WebKit/gtk/GNUmakefile.am
866 ++++ b/Source/WebKit/gtk/GNUmakefile.am
867 +@@ -269,7 +269,7 @@
868 + WEBKIT_GIRSOURCES += WebKit-@WEBKITGTK_API_VERSION@.gir
869 +
870 + $(WEBKIT_GIRSOURCES): $(G_IR_SCANNER) $(JSCORE_GIRSOURCES) libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
871 +- $(AM_V_GEN)$(G_IR_SCANNER) -v --warn-all \
872 ++ $(AM_V_GEN)LIBTOOL="$(LIBTOOL)" $(G_IR_SCANNER) -v --warn-all \
873 + --symbol-prefix=webkit \
874 + --identifier-prefix=WebKit \
875 + --namespace=WebKit \
876 +@@ -280,7 +280,7 @@
877 + --include=Soup-2.4 \
878 + --library=webkitgtk-@WEBKITGTK_API_VERSION@ \
879 + --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \
880 +- --libtool="$(LIBTOOL)" \
881 ++ --libtool="bash $(top_srcdir)/gir-paxctl-lt-wrapper m" \
882 + --pkg=gobject-2.0 \
883 + --pkg=gtk+-@GTK_API_VERSION@ \
884 + --pkg=libsoup-2.4 \
885
886 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.7.5-linguas.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.7.5-linguas.patch
887 new file mode 100644
888 index 0000000..df14a5c
889 --- /dev/null
890 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.7.5-linguas.patch
891 @@ -0,0 +1,47 @@
892 +Respect intltool's LINGUAS variable for building translations.
893 +
894 +--- a/webkit-1.7.5/GNUmakefile.am
895 ++++ b/webkit-1.7.5/GNUmakefile.am
896 +@@ -54,6 +54,9 @@
897 + IDL_BINDINGS :=
898 + TEST_PROGS :=
899 + POFILES :=
900 ++PO_LINGUAS :=
901 ++USER_LINGUAS :=
902 ++USE_LINGUAS :=
903 + MOFILES :=
904 + dom_binding_idls :=
905 + wtf_cppflags:=
906 +--- a/webkit-1.7.5/Source/WebKit/gtk/po/GNUmakefile.am
907 ++++ b/webkit-1.7.5/Source/WebKit/gtk/po/GNUmakefile.am
908 +@@ -27,7 +27,15 @@
909 +
910 + POFILES += $(shell ls $(srcdir)/Source/WebKit/gtk/po/*.po)
911 +
912 +-MOFILES += $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
913 ++PO_LINGUAS += $(patsubst $(srcdir)/Source/WebKit/gtk/po/%.po,%,$(POFILES))
914 ++
915 ++USER_LINGUAS += $(filter $(LINGUAS),$(PO_LINGUAS))
916 ++
917 ++USE_LINGUAS += $(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else LLINGUAS="$(PO_LINGUAS)"; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
918 ++
919 ++MOFILES += $(USE_LINGUAS:%=Source/WebKit/gtk/po/%.mo)
920 ++
921 ++ALL_MOFILES := $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
922 +
923 + .po.mo:
924 + test -d Source/WebKit/gtk/po/ || mkdir -p Source/WebKit/gtk/po/
925 +@@ -124,11 +132,11 @@
926 + $(top_builddir)/stamp-po
927 +
928 + MAINTAINERCLEANFILES += \
929 +- $(MOFILES) \
930 ++ $(ALL_MOFILES) \
931 + $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot
932 +
933 + DISTCLEANFILES += \
934 +- $(MOFILES) \
935 ++ $(ALL_MOFILES) \
936 + $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot
937 +
938 + po-install-data-local: all
939
940 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-parallel-make-hack.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-parallel-make-hack.patch
941 new file mode 100644
942 index 0000000..b632ca2
943 --- /dev/null
944 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-parallel-make-hack.patch
945 @@ -0,0 +1,21 @@
946 +Horrible failure of a hack to enable workaround for
947 +https://bugs.webkit.org/show_bug.cgi?id=79498
948 +
949 +--- a/GNUmakefile.am
950 ++++ b/GNUmakefile.am
951 +@@ -285,6 +285,15 @@
952 + all-local: stamp-po
953 + $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources
954 +
955 ++# Horrible hack to enable workaround for parallel make failure
956 ++all-built-sources-local: $(BUILT_SOURCES) autotoolsconfig.h
957 ++
958 ++all-ltlibraries-local: GNUmakefile $(LTLIBRARIES)
959 ++
960 ++all-programs-local: GNUmakefile $(PROGRAMS)
961 ++
962 ++all-data-local: GNUmakefile $(DATA)
963 ++
964 + # remove built sources and program directories
965 + clean-local:
966 + -rm -rf $(GENPROGRAMS)
967
968 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-test_garbage_collection.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-test_garbage_collection.patch
969 new file mode 100644
970 index 0000000..577c249
971 --- /dev/null
972 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.7.90-test_garbage_collection.patch
973 @@ -0,0 +1,18 @@
974 +Garbage collection test fails intermittently if icedtea browser plugin is
975 +installed.
976 +
977 +--- a/Source/WebKit/gtk/tests/testdomdocument.c
978 ++++ b/Source/WebKit/gtk/tests/testdomdocument.c
979 +@@ -353,12 +353,6 @@
980 + test_dom_document_get_links,
981 + dom_document_fixture_teardown);
982 +
983 +- g_test_add("/webkit/domdocument/test_garbage_collection",
984 +- DomDocumentFixture, HTML_DOCUMENT_LINKS,
985 +- dom_document_fixture_setup,
986 +- test_dom_document_garbage_collection,
987 +- dom_document_fixture_teardown);
988 +-
989 + return g_test_run();
990 + }
991 +
992
993 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.0-typedef-WebKitWebView.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.0-typedef-WebKitWebView.patch
994 new file mode 100644
995 index 0000000..c3852aa
996 --- /dev/null
997 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.0-typedef-WebKitWebView.patch
998 @@ -0,0 +1,28 @@
999 +Index: /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h
1000 +===================================================================
1001 +--- /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h (revision 109222)
1002 ++++ /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h (revision 109329)
1003 +@@ -34,4 +34,6 @@
1004 +
1005 + typedef struct _WebKitPrintOperation WebKitPrintOperation;
1006 ++typedef struct _WebKitFindController WebKitFindController;
1007 ++typedef struct _WebKitWebView WebKitWebView;
1008 +
1009 + #ifdef G_OS_WIN32
1010 +@@ -47,6 +49,3 @@
1011 + #endif
1012 +
1013 +-typedef struct _WebKitFindController WebKitFindController;
1014 +-typedef struct _WebKitWebView WebKitWebView;
1015 +-
1016 + #endif // WebKitDefines_h
1017 +Index: /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h
1018 +===================================================================
1019 +--- /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h (revision 109222)
1020 ++++ /trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h (revision 109329)
1021 +@@ -49,5 +49,4 @@
1022 + #define WEBKIT_WEB_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_TYPE_WEB_VIEW, WebKitWebViewClass))
1023 +
1024 +-typedef struct _WebKitWebView WebKitWebView;
1025 + typedef struct _WebKitWebViewClass WebKitWebViewClass;
1026 + typedef struct _WebKitWebViewPrivate WebKitWebViewPrivate;
1027
1028 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-CodeGeneratorGObject-properties.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-CodeGeneratorGObject-properties.patch
1029 new file mode 100644
1030 index 0000000..ff2f5ae
1031 --- /dev/null
1032 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-CodeGeneratorGObject-properties.patch
1033 @@ -0,0 +1,20 @@
1034 +From: Mikhail Khokhlov <mikhail.khokhlov@×××.com>
1035 +
1036 +https://bugs.webkit.org/show_bug.cgi?id=84526
1037 +
1038 +Index: Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm
1039 +===================================================================
1040 +--- Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (revision 115562)
1041 ++++ Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (working copy)
1042 +@@ -1444,9 +1444,10 @@
1043 + print IMPL "namespace WebKit {\n\n";
1044 + print IMPL @cBodyPriv;
1045 + print IMPL "} // namespace WebKit\n\n";
1046 ++
1047 ++ print IMPL @cBodyProperties;
1048 + print IMPL "#endif // ${conditionalString}\n\n" if $conditionalString;
1049 +
1050 +- print IMPL @cBodyProperties;
1051 + print IMPL @cBody;
1052 +
1053 + close(IMPL);
1054
1055 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-gst-required-version.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-gst-required-version.patch
1056 new file mode 100644
1057 index 0000000..cd0337b
1058 --- /dev/null
1059 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-gst-required-version.patch
1060 @@ -0,0 +1,29 @@
1061 +2012-05-01 Landry Breuil <landry@×××××××.org>
1062 +
1063 + [GTK] Fix gstreamer detection during configure
1064 + https://bugs.webkit.org/show_bug.cgi?id=84325
1065 +
1066 + Reviewed by Philippe Normand.
1067 +
1068 + * configure.ac: Fix GSTREAMER_REQUIRED_VERSION and
1069 + GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION assignments.
1070 +
1071 +Index: /trunk/configure.ac
1072 +===================================================================
1073 +--- /trunk/configure.ac (revision 115666)
1074 ++++ /trunk/configure.ac (revision 115737)
1075 +@@ -343,10 +343,10 @@
1076 +
1077 + case "$with_gstreamer" in
1078 +- 0.10) GSTREAMER_REQUIRED_VERSION=GSTREAMER_0_10_REQUIRED_VERSION
1079 +- GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION
1080 ++ 0.10) GSTREAMER_REQUIRED_VERSION=$GSTREAMER_0_10_REQUIRED_VERSION
1081 ++ GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=$GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION
1082 + GST_API_VERSION=0.10
1083 + ;;
1084 +- 0.11) GSTREAMER_REQUIRED_VERSION=GSTREAMER_0_11_REQUIRED_VERSION
1085 +- GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=GSTREAMER_0_11_PLUGINS_BASE_REQUIRED_VERSION
1086 ++ 0.11) GSTREAMER_REQUIRED_VERSION=$GSTREAMER_0_11_REQUIRED_VERSION
1087 ++ GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=$GSTREAMER_0_11_PLUGINS_BASE_REQUIRED_VERSION
1088 + GST_API_VERSION=0.11
1089 + ;;
1090
1091 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-tests-xvfb.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-tests-xvfb.patch
1092 new file mode 100644
1093 index 0000000..e310c65
1094 --- /dev/null
1095 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.1-tests-xvfb.patch
1096 @@ -0,0 +1,32 @@
1097 +Rely on virtualx.eclass instead of manually spawning Xvfb. Fixes occasional
1098 +test failures.
1099 +
1100 +--- a/Tools/Scripts/run-gtk-tests
1101 ++++ b/Tools/Scripts/run-gtk-tests
1102 +@@ -147,18 +147,9 @@
1103 +
1104 + def _setup_testing_environment(self):
1105 + self._test_env = os.environ
1106 +- self._test_env["DISPLAY"] = self._options.display
1107 + self._test_env["WEBKIT_INSPECTOR_PATH"] = os.path.abspath(os.path.join(self._programs_path, 'resources', 'inspector'))
1108 + self._test_env['GSETTINGS_BACKEND'] = 'memory'
1109 +
1110 +- try:
1111 +- self._xvfb = self._create_process(["Xvfb", self._options.display, "-screen", "0", "800x600x24", "-nolisten", "tcp"],
1112 +- stdout=subprocess.PIPE, stderr=subprocess.PIPE)
1113 +- except Exception as e:
1114 +- sys.stderr.write("Failed to run Xvfb: %s\n", e)
1115 +- sys.stderr.flush()
1116 +- return False
1117 +-
1118 + # If we cannot start the accessibility daemons, we can just skip the accessibility tests.
1119 + if not self._start_accessibility_daemons():
1120 + print "Could not start accessibility bus, so skipping TestWebKitAccessibility"
1121 +@@ -170,7 +161,6 @@
1122 + self._spi_registryd.terminate()
1123 + if self._spi_bus_launcher:
1124 + self._spi_bus_launcher.terminate()
1125 +- self._xvfb.kill();
1126 +
1127 + def _remove_skipped_tests(self):
1128 + tests_to_remove = []
1129
1130 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.2-bison-2.6.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.2-bison-2.6.patch
1131 new file mode 100644
1132 index 0000000..73b657b
1133 --- /dev/null
1134 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.2-bison-2.6.patch
1135 @@ -0,0 +1,508 @@
1136 +2012-07-30 Alexis Menard <alexis.menard@×××××××××.org>
1137 +
1138 + Build fix with newer bison 2.6.
1139 + https://bugs.webkit.org/show_bug.cgi?id=92264
1140 +
1141 + Reviewed by Adam Barth.
1142 +
1143 + As stated in http://www.gnu.org/software/bison/manual/html_node/Table-of-Symbols.html
1144 + YYLEX_PARAM and YYPARSE_PARAM are depecreated since version 1.875. So far all Mac OS
1145 + version I had access to as well as recent Linux runs at least version 2.3 so it's safe
1146 + to use the replacement of these deprecated macros in favor of %lex-param and %parse-param.
1147 + As announced http://lists.gnu.org/archive/html/info-gnu/2012-07/msg00011.html with the release
1148 + of version 2.6 YYLEX_PARAM and YYPARSE_PARAM are not supported anymore.
1149 +
1150 + No new tests : build fix and the patch should not trigger any regressions
1151 +
1152 + * css/CSSGrammar.y:
1153 + * css/CSSParser.cpp:
1154 + * xml/XPathGrammar.y: Refactored a bit to not use an intermediate PARSER define.
1155 + * xml/XPathParser.cpp: bison 2.6 declare xpathyyparse in the .h file now, i.e. XPathGrammar.h
1156 + therefore including this file within the namespace {} declarations leads to xpathyyparse being
1157 + defined part of WebCore::XPath namespaces but the actual implementation of xpathyyparse is in XPathGrammar.cpp
1158 + (generated) and not implemented within the WebCore::XPath so it lead to linking issues. Last, XPathGrammar.h needs
1159 + to be included after the other includes as it uses some XPath types. It breaks the style but CSSParser.cpp is doing the same.
1160 +
1161 +Index: /trunk/Source/WebCore/css/CSSParser.cpp
1162 +===================================================================
1163 +--- /trunk/Source/WebCore/css/CSSParser.cpp (revision 124098)
1164 ++++ /trunk/Source/WebCore/css/CSSParser.cpp (revision 124099)
1165 +@@ -115,5 +115,5 @@
1166 + #endif
1167 +
1168 +-extern int cssyyparse(void* parser);
1169 ++extern int cssyyparse(WebCore::CSSParser*);
1170 +
1171 + using namespace std;
1172 +Index: /trunk/Source/WebCore/css/CSSGrammar.y
1173 +===================================================================
1174 +--- /trunk/Source/WebCore/css/CSSGrammar.y (revision 124098)
1175 ++++ /trunk/Source/WebCore/css/CSSGrammar.y (revision 124099)
1176 +@@ -54,11 +54,10 @@
1177 + #define YYDEBUG 0
1178 +
1179 +-// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend on bison 2.x
1180 +-#define YYPARSE_PARAM parser
1181 +-#define YYLEX_PARAM parser
1182 +-
1183 + %}
1184 +
1185 + %pure_parser
1186 ++
1187 ++%parse-param { CSSParser* parser }
1188 ++%lex-param { CSSParser* parser }
1189 +
1190 + %union {
1191 +@@ -90,5 +89,5 @@
1192 + %{
1193 +
1194 +-static inline int cssyyerror(const char*)
1195 ++static inline int cssyyerror(void*, const char*)
1196 + {
1197 + return 1;
1198 +Index: /trunk/Source/WebCore/xml/XPathParser.cpp
1199 +===================================================================
1200 +--- /trunk/Source/WebCore/xml/XPathParser.cpp (revision 124098)
1201 ++++ /trunk/Source/WebCore/xml/XPathParser.cpp (revision 124099)
1202 +@@ -33,22 +33,19 @@
1203 + #include "XPathException.h"
1204 + #include "XPathNSResolver.h"
1205 ++#include "XPathPath.h"
1206 + #include "XPathStep.h"
1207 + #include <wtf/StdLibExtras.h>
1208 + #include <wtf/text/StringHash.h>
1209 +
1210 +-int xpathyyparse(void*);
1211 +-
1212 ++using namespace WebCore;
1213 + using namespace WTF;
1214 + using namespace Unicode;
1215 +-
1216 +-namespace WebCore {
1217 +-namespace XPath {
1218 +-
1219 +-class LocationPath;
1220 +-
1221 +-#include "XPathGrammar.h"
1222 ++using namespace XPath;
1223 ++
1224 ++extern int xpathyyparse(WebCore::XPath::Parser*);
1225 ++#include "XPathGrammar.h"
1226 +
1227 + Parser* Parser::currentParser = 0;
1228 +-
1229 ++
1230 + enum XMLCat { NameStart, NameCont, NotPartOfName };
1231 +
1232 +@@ -631,4 +628,2 @@
1233 + }
1234 +
1235 +-}
1236 +-}
1237 +Index: /trunk/Source/WebCore/xml/XPathGrammar.y
1238 +===================================================================
1239 +--- /trunk/Source/WebCore/xml/XPathGrammar.y (revision 124098)
1240 ++++ /trunk/Source/WebCore/xml/XPathGrammar.y (revision 124099)
1241 +@@ -35,4 +35,5 @@
1242 + #include "XPathPath.h"
1243 + #include "XPathPredicate.h"
1244 ++#include "XPathStep.h"
1245 + #include "XPathVariableReference.h"
1246 + #include <wtf/FastMalloc.h>
1247 +@@ -45,6 +46,4 @@
1248 + #define YYDEBUG 0
1249 + #define YYMAXDEPTH 10000
1250 +-#define YYPARSE_PARAM parserParameter
1251 +-#define PARSER static_cast<Parser*>(parserParameter)
1252 +
1253 + using namespace WebCore;
1254 +@@ -54,4 +53,5 @@
1255 +
1256 + %pure_parser
1257 ++%parse-param { WebCore::XPath::Parser* parser }
1258 +
1259 + %union
1260 +@@ -72,5 +72,5 @@
1261 +
1262 + static int xpathyylex(YYSTYPE* yylval) { return Parser::current()->lex(yylval); }
1263 +-static void xpathyyerror(const char*) { }
1264 ++static void xpathyyerror(void*, const char*) { }
1265 +
1266 + %}
1267 +@@ -119,5 +119,5 @@
1268 + OrExpr
1269 + {
1270 +- PARSER->m_topExpr = $1;
1271 ++ parser->m_topExpr = $1;
1272 + }
1273 + ;
1274 +@@ -139,5 +139,5 @@
1275 + {
1276 + $$ = new LocationPath;
1277 +- PARSER->registerParseNode($$);
1278 ++ parser->registerParseNode($$);
1279 + }
1280 + |
1281 +@@ -151,5 +151,5 @@
1282 + $$ = $2;
1283 + $$->insertFirstStep($1);
1284 +- PARSER->unregisterParseNode($1);
1285 ++ parser->unregisterParseNode($1);
1286 + }
1287 + ;
1288 +@@ -160,6 +160,6 @@
1289 + $$ = new LocationPath;
1290 + $$->appendStep($1);
1291 +- PARSER->unregisterParseNode($1);
1292 +- PARSER->registerParseNode($$);
1293 ++ parser->unregisterParseNode($1);
1294 ++ parser->registerParseNode($$);
1295 + }
1296 + |
1297 +@@ -167,5 +167,5 @@
1298 + {
1299 + $$->appendStep($3);
1300 +- PARSER->unregisterParseNode($3);
1301 ++ parser->unregisterParseNode($3);
1302 + }
1303 + |
1304 +@@ -174,6 +174,6 @@
1305 + $$->appendStep($2);
1306 + $$->appendStep($3);
1307 +- PARSER->unregisterParseNode($2);
1308 +- PARSER->unregisterParseNode($3);
1309 ++ parser->unregisterParseNode($2);
1310 ++ parser->unregisterParseNode($3);
1311 + }
1312 + ;
1313 +@@ -184,9 +184,9 @@
1314 + if ($2) {
1315 + $$ = new Step(Step::ChildAxis, *$1, *$2);
1316 +- PARSER->deletePredicateVector($2);
1317 ++ parser->deletePredicateVector($2);
1318 + } else
1319 + $$ = new Step(Step::ChildAxis, *$1);
1320 +- PARSER->deleteNodeTest($1);
1321 +- PARSER->registerParseNode($$);
1322 ++ parser->deleteNodeTest($1);
1323 ++ parser->registerParseNode($$);
1324 + }
1325 + |
1326 +@@ -195,6 +195,6 @@
1327 + String localName;
1328 + String namespaceURI;
1329 +- if (!PARSER->expandQName(*$1, localName, namespaceURI)) {
1330 +- PARSER->m_gotNamespaceError = true;
1331 ++ if (!parser->expandQName(*$1, localName, namespaceURI)) {
1332 ++ parser->m_gotNamespaceError = true;
1333 + YYABORT;
1334 + }
1335 +@@ -202,9 +202,9 @@
1336 + if ($2) {
1337 + $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
1338 +- PARSER->deletePredicateVector($2);
1339 ++ parser->deletePredicateVector($2);
1340 + } else
1341 + $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
1342 +- PARSER->deleteString($1);
1343 +- PARSER->registerParseNode($$);
1344 ++ parser->deleteString($1);
1345 ++ parser->registerParseNode($$);
1346 + }
1347 + |
1348 +@@ -213,9 +213,9 @@
1349 + if ($3) {
1350 + $$ = new Step($1, *$2, *$3);
1351 +- PARSER->deletePredicateVector($3);
1352 ++ parser->deletePredicateVector($3);
1353 + } else
1354 + $$ = new Step($1, *$2);
1355 +- PARSER->deleteNodeTest($2);
1356 +- PARSER->registerParseNode($$);
1357 ++ parser->deleteNodeTest($2);
1358 ++ parser->registerParseNode($$);
1359 + }
1360 + |
1361 +@@ -224,6 +224,6 @@
1362 + String localName;
1363 + String namespaceURI;
1364 +- if (!PARSER->expandQName(*$2, localName, namespaceURI)) {
1365 +- PARSER->m_gotNamespaceError = true;
1366 ++ if (!parser->expandQName(*$2, localName, namespaceURI)) {
1367 ++ parser->m_gotNamespaceError = true;
1368 + YYABORT;
1369 + }
1370 +@@ -231,9 +231,9 @@
1371 + if ($3) {
1372 + $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3);
1373 +- PARSER->deletePredicateVector($3);
1374 ++ parser->deletePredicateVector($3);
1375 + } else
1376 + $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
1377 +- PARSER->deleteString($2);
1378 +- PARSER->registerParseNode($$);
1379 ++ parser->deleteString($2);
1380 ++ parser->registerParseNode($$);
1381 + }
1382 + |
1383 +@@ -260,6 +260,6 @@
1384 + $$ = new Step::NodeTest(Step::NodeTest::CommentNodeTest);
1385 +
1386 +- PARSER->deleteString($1);
1387 +- PARSER->registerNodeTest($$);
1388 ++ parser->deleteString($1);
1389 ++ parser->registerNodeTest($$);
1390 + }
1391 + |
1392 +@@ -267,6 +267,6 @@
1393 + {
1394 + $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest);
1395 +- PARSER->deleteString($1);
1396 +- PARSER->registerNodeTest($$);
1397 ++ parser->deleteString($1);
1398 ++ parser->registerNodeTest($$);
1399 + }
1400 + |
1401 +@@ -274,7 +274,7 @@
1402 + {
1403 + $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest, $3->stripWhiteSpace());
1404 +- PARSER->deleteString($1);
1405 +- PARSER->deleteString($3);
1406 +- PARSER->registerNodeTest($$);
1407 ++ parser->deleteString($1);
1408 ++ parser->deleteString($3);
1409 ++ parser->registerNodeTest($$);
1410 + }
1411 + ;
1412 +@@ -294,6 +294,6 @@
1413 + $$ = new Vector<Predicate*>;
1414 + $$->append(new Predicate($1));
1415 +- PARSER->unregisterParseNode($1);
1416 +- PARSER->registerPredicateVector($$);
1417 ++ parser->unregisterParseNode($1);
1418 ++ parser->registerPredicateVector($$);
1419 + }
1420 + |
1421 +@@ -301,5 +301,5 @@
1422 + {
1423 + $$->append(new Predicate($2));
1424 +- PARSER->unregisterParseNode($2);
1425 ++ parser->unregisterParseNode($2);
1426 + }
1427 + ;
1428 +@@ -316,5 +316,5 @@
1429 + {
1430 + $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
1431 +- PARSER->registerParseNode($$);
1432 ++ parser->registerParseNode($$);
1433 + }
1434 + ;
1435 +@@ -324,5 +324,5 @@
1436 + {
1437 + $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
1438 +- PARSER->registerParseNode($$);
1439 ++ parser->registerParseNode($$);
1440 + }
1441 + |
1442 +@@ -330,5 +330,5 @@
1443 + {
1444 + $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
1445 +- PARSER->registerParseNode($$);
1446 ++ parser->registerParseNode($$);
1447 + }
1448 + ;
1449 +@@ -338,6 +338,6 @@
1450 + {
1451 + $$ = new VariableReference(*$1);
1452 +- PARSER->deleteString($1);
1453 +- PARSER->registerParseNode($$);
1454 ++ parser->deleteString($1);
1455 ++ parser->registerParseNode($$);
1456 + }
1457 + |
1458 +@@ -350,6 +350,6 @@
1459 + {
1460 + $$ = new StringExpression(*$1);
1461 +- PARSER->deleteString($1);
1462 +- PARSER->registerParseNode($$);
1463 ++ parser->deleteString($1);
1464 ++ parser->registerParseNode($$);
1465 + }
1466 + |
1467 +@@ -357,6 +357,6 @@
1468 + {
1469 + $$ = new Number($1->toDouble());
1470 +- PARSER->deleteString($1);
1471 +- PARSER->registerParseNode($$);
1472 ++ parser->deleteString($1);
1473 ++ parser->registerParseNode($$);
1474 + }
1475 + |
1476 +@@ -370,6 +370,6 @@
1477 + if (!$$)
1478 + YYABORT;
1479 +- PARSER->deleteString($1);
1480 +- PARSER->registerParseNode($$);
1481 ++ parser->deleteString($1);
1482 ++ parser->registerParseNode($$);
1483 + }
1484 + |
1485 +@@ -379,7 +379,7 @@
1486 + if (!$$)
1487 + YYABORT;
1488 +- PARSER->deleteString($1);
1489 +- PARSER->deleteExpressionVector($3);
1490 +- PARSER->registerParseNode($$);
1491 ++ parser->deleteString($1);
1492 ++ parser->deleteExpressionVector($3);
1493 ++ parser->registerParseNode($$);
1494 + }
1495 + ;
1496 +@@ -390,6 +390,6 @@
1497 + $$ = new Vector<Expression*>;
1498 + $$->append($1);
1499 +- PARSER->unregisterParseNode($1);
1500 +- PARSER->registerExpressionVector($$);
1501 ++ parser->unregisterParseNode($1);
1502 ++ parser->registerExpressionVector($$);
1503 + }
1504 + |
1505 +@@ -397,5 +397,5 @@
1506 + {
1507 + $$->append($3);
1508 +- PARSER->unregisterParseNode($3);
1509 ++ parser->unregisterParseNode($3);
1510 + }
1511 + ;
1512 +@@ -413,7 +413,7 @@
1513 + $$->addSubExpression($1);
1514 + $$->addSubExpression($3);
1515 +- PARSER->unregisterParseNode($1);
1516 +- PARSER->unregisterParseNode($3);
1517 +- PARSER->registerParseNode($$);
1518 ++ parser->unregisterParseNode($1);
1519 ++ parser->unregisterParseNode($3);
1520 ++ parser->registerParseNode($$);
1521 + }
1522 + ;
1523 +@@ -431,7 +431,7 @@
1524 + $3->setAbsolute(true);
1525 + $$ = new Path(static_cast<Filter*>($1), $3);
1526 +- PARSER->unregisterParseNode($1);
1527 +- PARSER->unregisterParseNode($3);
1528 +- PARSER->registerParseNode($$);
1529 ++ parser->unregisterParseNode($1);
1530 ++ parser->unregisterParseNode($3);
1531 ++ parser->registerParseNode($$);
1532 + }
1533 + |
1534 +@@ -441,8 +441,8 @@
1535 + $3->setAbsolute(true);
1536 + $$ = new Path(static_cast<Filter*>($1), $3);
1537 +- PARSER->unregisterParseNode($1);
1538 +- PARSER->unregisterParseNode($2);
1539 +- PARSER->unregisterParseNode($3);
1540 +- PARSER->registerParseNode($$);
1541 ++ parser->unregisterParseNode($1);
1542 ++ parser->unregisterParseNode($2);
1543 ++ parser->unregisterParseNode($3);
1544 ++ parser->registerParseNode($$);
1545 + }
1546 + ;
1547 +@@ -454,7 +454,7 @@
1548 + {
1549 + $$ = new Filter($1, *$2);
1550 +- PARSER->unregisterParseNode($1);
1551 +- PARSER->deletePredicateVector($2);
1552 +- PARSER->registerParseNode($$);
1553 ++ parser->unregisterParseNode($1);
1554 ++ parser->deletePredicateVector($2);
1555 ++ parser->registerParseNode($$);
1556 + }
1557 + ;
1558 +@@ -466,7 +466,7 @@
1559 + {
1560 + $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
1561 +- PARSER->unregisterParseNode($1);
1562 +- PARSER->unregisterParseNode($3);
1563 +- PARSER->registerParseNode($$);
1564 ++ parser->unregisterParseNode($1);
1565 ++ parser->unregisterParseNode($3);
1566 ++ parser->registerParseNode($$);
1567 + }
1568 + ;
1569 +@@ -478,7 +478,7 @@
1570 + {
1571 + $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
1572 +- PARSER->unregisterParseNode($1);
1573 +- PARSER->unregisterParseNode($3);
1574 +- PARSER->registerParseNode($$);
1575 ++ parser->unregisterParseNode($1);
1576 ++ parser->unregisterParseNode($3);
1577 ++ parser->registerParseNode($$);
1578 + }
1579 + ;
1580 +@@ -490,7 +490,7 @@
1581 + {
1582 + $$ = new EqTestOp($2, $1, $3);
1583 +- PARSER->unregisterParseNode($1);
1584 +- PARSER->unregisterParseNode($3);
1585 +- PARSER->registerParseNode($$);
1586 ++ parser->unregisterParseNode($1);
1587 ++ parser->unregisterParseNode($3);
1588 ++ parser->registerParseNode($$);
1589 + }
1590 + ;
1591 +@@ -502,7 +502,7 @@
1592 + {
1593 + $$ = new EqTestOp($2, $1, $3);
1594 +- PARSER->unregisterParseNode($1);
1595 +- PARSER->unregisterParseNode($3);
1596 +- PARSER->registerParseNode($$);
1597 ++ parser->unregisterParseNode($1);
1598 ++ parser->unregisterParseNode($3);
1599 ++ parser->registerParseNode($$);
1600 + }
1601 + ;
1602 +@@ -514,7 +514,7 @@
1603 + {
1604 + $$ = new NumericOp(NumericOp::OP_Add, $1, $3);
1605 +- PARSER->unregisterParseNode($1);
1606 +- PARSER->unregisterParseNode($3);
1607 +- PARSER->registerParseNode($$);
1608 ++ parser->unregisterParseNode($1);
1609 ++ parser->unregisterParseNode($3);
1610 ++ parser->registerParseNode($$);
1611 + }
1612 + |
1613 +@@ -522,7 +522,7 @@
1614 + {
1615 + $$ = new NumericOp(NumericOp::OP_Sub, $1, $3);
1616 +- PARSER->unregisterParseNode($1);
1617 +- PARSER->unregisterParseNode($3);
1618 +- PARSER->registerParseNode($$);
1619 ++ parser->unregisterParseNode($1);
1620 ++ parser->unregisterParseNode($3);
1621 ++ parser->registerParseNode($$);
1622 + }
1623 + ;
1624 +@@ -534,7 +534,7 @@
1625 + {
1626 + $$ = new NumericOp($2, $1, $3);
1627 +- PARSER->unregisterParseNode($1);
1628 +- PARSER->unregisterParseNode($3);
1629 +- PARSER->registerParseNode($$);
1630 ++ parser->unregisterParseNode($1);
1631 ++ parser->unregisterParseNode($3);
1632 ++ parser->registerParseNode($$);
1633 + }
1634 + ;
1635 +@@ -547,6 +547,6 @@
1636 + $$ = new Negative;
1637 + $$->addSubExpression($2);
1638 +- PARSER->unregisterParseNode($2);
1639 +- PARSER->registerParseNode($$);
1640 ++ parser->unregisterParseNode($2);
1641 ++ parser->registerParseNode($$);
1642 + }
1643 + ;
1644
1645 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-disable-backtrace-uclibc.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-disable-backtrace-uclibc.patch
1646 new file mode 100644
1647 index 0000000..0646ec4
1648 --- /dev/null
1649 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-disable-backtrace-uclibc.patch
1650 @@ -0,0 +1,21 @@
1651 +diff -Nuar webkit-1.8.3.orig/Source/JavaScriptCore/wtf/Assertions.cpp webkit-1.8.3/Source/JavaScriptCore/wtf/Assertions.cpp
1652 +--- webkit-1.8.3.orig/Source/JavaScriptCore/wtf/Assertions.cpp 2012-08-20 16:26:04.000000000 +0000
1653 ++++ webkit-1.8.3/Source/JavaScriptCore/wtf/Assertions.cpp 2012-11-04 00:59:49.415465313 +0000
1654 +@@ -52,7 +52,7 @@
1655 + #include <windows.h>
1656 + #endif
1657 +
1658 +-#if OS(DARWIN) || OS(LINUX)
1659 ++#if OS(DARWIN) || OS(LINUX) && !defined(__UCLIBC__)
1660 + #include <cxxabi.h>
1661 + #include <dlfcn.h>
1662 + #include <execinfo.h>
1663 +@@ -249,7 +249,7 @@
1664 +
1665 + void WTFGetBacktrace(void** stack, int* size)
1666 + {
1667 +-#if OS(DARWIN) || OS(LINUX)
1668 ++#if OS(DARWIN) || OS(LINUX) && !defined(__UCLIBC__)
1669 + *size = backtrace(stack, *size);
1670 + #elif OS(WINDOWS) && !OS(WINCE)
1671 + // The CaptureStackBackTrace function is available in XP, but it is not defined
1672
1673 diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-libdl.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-libdl.patch
1674 new file mode 100644
1675 index 0000000..e422aa4
1676 --- /dev/null
1677 +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.8.3-libdl.patch
1678 @@ -0,0 +1,27 @@
1679 +https://bugs.gentoo.org/show_bug.cgi?id=417523
1680 +https://bugs.webkit.org/show_bug.cgi?id=96602
1681 +
1682 +Index: configure.ac
1683 +===================================================================
1684 +--- configure.ac (revision 128398)
1685 ++++ configure.ac (working copy)
1686 +@@ -268,6 +268,10 @@
1687 + AC_SUBST([OLE32_LIBS])
1688 +
1689 +
1690 ++AC_CHECK_FUNC([dlopen], [], [AC_CHECK_LIB([dl], [dlopen], [DLOPEN_LIBS="-ldl"])])
1691 ++AC_SUBST([DLOPEN_LIBS])
1692 ++
1693 ++
1694 + # determine the GTK+ version to use
1695 + AC_MSG_CHECKING([the GTK+ version to use])
1696 + AC_ARG_WITH([gtk],
1697 +@@ -554,7 +558,7 @@
1698 + if test "$enable_webgl" = "yes" || test "$with_accelerated_compositing" = "opengl" ; then
1699 + AC_CHECK_HEADERS([GL/gl.h], [], AC_MSG_ERROR([OpenGL header not found]))
1700 + AC_CHECK_HEADERS([GL/glx.h], [], AC_MSG_ERROR([GLX header not found]))
1701 +- OPENGL_LIBS="-lGL -ldl"
1702 ++ OPENGL_LIBS="-lGL $DLOPEN_LIBS"
1703 + fi
1704 + AC_SUBST([OPENGL_LIBS])
1705 +
1706
1707 diff --git a/net-libs/webkit-gtk/metadata.xml b/net-libs/webkit-gtk/metadata.xml
1708 new file mode 100644
1709 index 0000000..4232b5d
1710 --- /dev/null
1711 +++ b/net-libs/webkit-gtk/metadata.xml
1712 @@ -0,0 +1,16 @@
1713 +<?xml version="1.0" encoding="UTF-8"?>
1714 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1715 +<pkgmetadata>
1716 + <herd>gnome</herd>
1717 + <use>
1718 + <flag name="coverage">Enable code coverage support</flag>
1719 + <flag name="geoloc">Enable geolocation support through
1720 + <pkg>app-misc/geoclue</pkg></flag>
1721 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
1722 + for introspection</flag>
1723 + <flag name="webgl">Build support for the WebGL HTML API using
1724 + <pkg>virtual/opengl</pkg></flag>
1725 + <flag name="webkit2">Enable WebKit2 API that splits web content rendering
1726 + and application UI into separate processes</flag>
1727 + </use>
1728 +</pkgmetadata>
1729
1730 diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild
1731 new file mode 100644
1732 index 0000000..4ff30ed
1733 --- /dev/null
1734 +++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild
1735 @@ -0,0 +1,231 @@
1736 +# Copyright 1999-2012 Gentoo Foundation
1737 +# Distributed under the terms of the GNU General Public License v2
1738 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild,v 1.6 2012/10/28 16:48:17 armin76 Exp $
1739 +
1740 +EAPI="4"
1741 +
1742 +# Don't define PYTHON_DEPEND: python only needed at build time
1743 +inherit autotools eutils flag-o-matic gnome2-utils pax-utils python virtualx
1744 +
1745 +MY_P="webkit-${PV}"
1746 +DESCRIPTION="Open source web browser engine"
1747 +HOMEPAGE="http://www.webkitgtk.org/"
1748 +SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz"
1749 +
1750 +LICENSE="LGPL-2 LGPL-2.1 BSD"
1751 +SLOT="2"
1752 +KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
1753 +IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
1754 +# bugs 372493, 416331
1755 +REQUIRED_USE="introspection? ( geoloc gstreamer )"
1756 +
1757 +# use sqlite, svg by default
1758 +# dependency on >=x11-libs/gtk+-2.13:2 for gail
1759 +RDEPEND="
1760 + dev-libs/libxml2:2
1761 + dev-libs/libxslt
1762 + virtual/jpeg
1763 + >=media-libs/libpng-1.4:0
1764 + >=x11-libs/cairo-1.10
1765 + >=dev-libs/glib-2.32:2
1766 + >=x11-libs/gtk+-2.13:2[aqua=,introspection?]
1767 + >=dev-libs/icu-3.8.1-r1
1768 + >=net-libs/libsoup-2.37.92:2.4[introspection?]
1769 + dev-db/sqlite:3
1770 + >=x11-libs/pango-1.21
1771 + x11-libs/libXrender
1772 +
1773 + geoloc? ( app-misc/geoclue )
1774 +
1775 + gstreamer? (
1776 + media-libs/gstreamer:0.10
1777 + >=media-libs/gst-plugins-base-0.10.30:0.10 )
1778 +
1779 + introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
1780 +
1781 + spell? ( >=app-text/enchant-0.22 )
1782 +
1783 + webgl? ( virtual/opengl )
1784 +"
1785 +# paxctl needed for bug #407085
1786 +DEPEND="${RDEPEND}
1787 + dev-lang/perl
1788 + =dev-lang/python-2*
1789 + sys-devel/bison
1790 + >=sys-devel/flex-2.5.33
1791 + sys-devel/gettext
1792 + dev-util/gperf
1793 + virtual/pkgconfig
1794 + dev-util/gtk-doc-am
1795 + introspection? ( jit? ( sys-apps/paxctl ) )
1796 + test? ( x11-themes/hicolor-icon-theme
1797 + jit? ( sys-apps/paxctl ) )
1798 +"
1799 +# Need real bison, not yacc
1800 +
1801 +S="${WORKDIR}/${MY_P}"
1802 +
1803 +pkg_setup() {
1804 + # Needed for CodeGeneratorInspector.py
1805 + python_set_active_version 2
1806 + python_pkg_setup
1807 +}
1808 +
1809 +src_prepare() {
1810 + DOCS="ChangeLog NEWS" # other ChangeLog files handled by src_install
1811 +
1812 + # FIXME: Fix unaligned accesses on ARM, IA64 and SPARC
1813 + # https://bugs.webkit.org/show_bug.cgi?id=19775
1814 + # TODO: FAILS TO APPLY!
1815 + #use sparc && epatch "${FILESDIR}"/${PN}-1.2.3-fix-pool-sparc.patch
1816 +
1817 + # USE=-gstreamer build failure, bug #412221, https://bugs.webkit.org/show_bug.cgi?id=84526
1818 + epatch "${FILESDIR}/${PN}-1.8.1-CodeGeneratorGObject-properties.patch"
1819 +
1820 + # bug #416057; in 1.9.x
1821 + epatch "${FILESDIR}/${PN}-1.8.1-gst-required-version.patch"
1822 +
1823 + # bug #428012; in 1.9.x
1824 + epatch "${FILESDIR}/${PN}-1.8.2-bison-2.6.patch"
1825 +
1826 + # bug #417523, https://bugs.webkit.org/show_bug.cgi?id=96602
1827 + epatch "${FILESDIR}/${PN}-1.8.3-libdl.patch"
1828 +
1829 + # intermediate MacPorts hack while upstream bug is not fixed properly
1830 + # https://bugs.webkit.org/show_bug.cgi?id=28727
1831 + use aqua && epatch "${FILESDIR}"/${PN}-1.6.1-darwin-quartz.patch
1832 +
1833 + # Bug #403049, https://bugs.webkit.org/show_bug.cgi?id=79605
1834 + epatch "${FILESDIR}/${PN}-1.7.5-linguas.patch"
1835 +
1836 + # Drop DEPRECATED flags
1837 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' GNUmakefile.am || die
1838 +
1839 + # Don't force -O2
1840 + sed -i 's/-O2//g' "${S}"/configure.ac || die
1841 +
1842 + # Build-time segfaults under PaX with USE="introspection jit", bug #404215
1843 + if use introspection && use jit; then
1844 + epatch "${FILESDIR}/${PN}-1.6.3-paxctl-introspection.patch"
1845 + cp "${FILESDIR}/gir-paxctl-lt-wrapper" "${S}/" || die
1846 + fi
1847 +
1848 + # We need to reset some variables to prevent permissions problems and failures
1849 + # like https://bugs.webkit.org/show_bug.cgi?id=35471 and bug #323669
1850 + gnome2_environment_reset
1851 +
1852 + # https://bugs.webkit.org/show_bug.cgi?id=79498
1853 + epatch "${FILESDIR}/${PN}-1.7.90-parallel-make-hack.patch"
1854 +
1855 + # XXX: failing tests
1856 + # https://bugs.webkit.org/show_bug.cgi?id=50744
1857 + # testkeyevents is interactive
1858 + # mimehandling test sometimes fails under Xvfb (works fine manually)
1859 + # datasource test needs a network connection and intermittently fails with icedtea-web
1860 + # webplugindatabase intermittently fails with icedtea-web
1861 + sed -e '/Programs\/unittests\/testwebinspector/ d' \
1862 + -e '/Programs\/unittests\/testkeyevents/ d' \
1863 + -e '/Programs\/unittests\/testmimehandling/ d' \
1864 + -e '/Programs\/unittests\/testwebdatasource/ d' \
1865 + -e '/Programs\/unittests\/testwebplugindatabase/ d' \
1866 + -i Source/WebKit/gtk/GNUmakefile.am || die
1867 + # garbage collection test fails intermittently if icedtea-web is installed
1868 + epatch "${FILESDIR}/${PN}-1.7.90-test_garbage_collection.patch"
1869 +
1870 + # occasional test failure due to additional Xvfb process spawned
1871 + epatch "${FILESDIR}/${PN}-1.8.1-tests-xvfb.patch"
1872 +
1873 + # Bug to-be-filled-int
1874 + epatch "${FILESDIR}/${PN}-1.8.3-disable-backtrace-uclibc.patch"
1875 +
1876 + # For >=sys-devel/automake-1.12 compability wrt #420591
1877 + sed -i -e 's:mkdir_p:MKDIR_P:' {.,Source/WebKit/gtk/po}/GNUmakefile.am || die
1878 +
1879 + # Respect CC, otherwise fails on prefix #395875
1880 + tc-export CC
1881 +
1882 + # Prevent maintainer mode from being triggered during make
1883 + AT_M4DIR=Source/autotools eautoreconf
1884 +
1885 + # Ugly hack of a workaround for bizarre paludis behavior, bug #406117
1886 + # http://paludis.exherbo.org/trac/ticket/1230
1887 + sed -e '/ --\(en\|dis\)able-dependency-tracking/ d' -i configure || die
1888 +}
1889 +
1890 +src_configure() {
1891 + # It doesn't compile on alpha without this in LDFLAGS
1892 + use alpha && append-ldflags "-Wl,--no-relax"
1893 +
1894 + # Sigbuses on SPARC with mcpu and co.
1895 + use sparc && filter-flags "-mvis"
1896 +
1897 + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
1898 + use ppc64 && append-flags "-mminimal-toc"
1899 +
1900 + local myconf
1901 +
1902 + # XXX: Check Web Audio support
1903 + # XXX: dependency-tracking is required so parallel builds won't fail
1904 + # WebKit2 can only be built with gtk3
1905 + # API documentation (gtk-doc) is built in webkit-gtk:3, always disable here
1906 + myconf="
1907 + $(use_enable coverage)
1908 + $(use_enable debug)
1909 + $(use_enable debug debug-features)
1910 + $(use_enable geoloc geolocation)
1911 + $(use_enable spell spellcheck)
1912 + $(use_enable introspection)
1913 + $(use_enable gstreamer video)
1914 + $(use_enable jit)
1915 + $(use_enable webgl)
1916 + --enable-web-sockets
1917 + --with-gtk=2.0
1918 + --disable-gtk-doc
1919 + --disable-webkit2
1920 + --enable-dependency-tracking
1921 + $(use aqua && echo "--with-font-backend=pango --with-target=quartz")"
1922 +
1923 + econf ${myconf}
1924 +}
1925 +
1926 +src_compile() {
1927 + # Horrible failure of a hack to work around parallel make problems,
1928 + # see https://bugs.webkit.org/show_bug.cgi?id=79498
1929 + emake -j1 all-built-sources-local
1930 + emake all-ltlibraries-local
1931 + emake all-programs-local
1932 + use introspection && emake WebKit-1.0.gir
1933 + emake all-data-local
1934 + default
1935 +}
1936 +
1937 +src_test() {
1938 + # Tests expect an out-of-source build in WebKitBuild
1939 + ln -s . WebKitBuild || die "ln failed"
1940 + # Prevents test failures on PaX systems
1941 + use jit && pax-mark m $(list-paxables Programs/unittests/test*) \
1942 + Programs/unittests/.libs/test*
1943 + unset DISPLAY
1944 + # Tests need virtualx, bug #294691, bug #310695
1945 + # Parallel tests sometimes fail
1946 + Xemake -j1 check
1947 +}
1948 +
1949 +src_install() {
1950 + default
1951 +
1952 + newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk
1953 + newdoc Source/WebKit/gtk/po/ChangeLog ChangeLog.gtk-po
1954 + newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore
1955 + newdoc Source/WebCore/ChangeLog ChangeLog.WebCore
1956 +
1957 + # Remove .la files
1958 + find "${D}" -name '*.la' -exec rm -f '{}' +
1959 +
1960 + # Prevents crashes on PaX systems
1961 + use jit && pax-mark m "${ED}usr/bin/jsc-1"
1962 +
1963 + # File collisions with slot 3
1964 + # bug #402699, https://bugs.webkit.org/show_bug.cgi?id=78134
1965 + rm -rf "${ED}usr/share/gtk-doc" || die
1966 +}
1967
1968 diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild
1969 new file mode 100644
1970 index 0000000..e453387
1971 --- /dev/null
1972 +++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild
1973 @@ -0,0 +1,243 @@
1974 +# Copyright 1999-2012 Gentoo Foundation
1975 +# Distributed under the terms of the GNU General Public License v2
1976 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild,v 1.6 2012/10/28 16:48:17 armin76 Exp $
1977 +
1978 +EAPI="4"
1979 +
1980 +# Don't define PYTHON_DEPEND: python only needed at build time
1981 +inherit autotools eutils flag-o-matic gnome2-utils pax-utils python virtualx
1982 +
1983 +MY_P="webkit-${PV}"
1984 +DESCRIPTION="Open source web browser engine"
1985 +HOMEPAGE="http://www.webkitgtk.org/"
1986 +SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz"
1987 +
1988 +LICENSE="LGPL-2 LGPL-2.1 BSD"
1989 +SLOT="3"
1990 +KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
1991 +IUSE="aqua coverage debug doc +geoloc +gstreamer +introspection +jit spell +webgl webkit2"
1992 +# bugs 372493, 416331
1993 +REQUIRED_USE="introspection? ( geoloc gstreamer )"
1994 +
1995 +# use sqlite, svg by default
1996 +# dependency on >=x11-libs/gtk+-2.13:2 for gail
1997 +# Aqua support in gtk3 is untested
1998 +# gtk2 is needed for plugin process support
1999 +RDEPEND="
2000 + dev-libs/libxml2:2
2001 + dev-libs/libxslt
2002 + virtual/jpeg
2003 + >=media-libs/libpng-1.4:0
2004 + >=x11-libs/cairo-1.10
2005 + >=dev-libs/glib-2.32:2
2006 + >=x11-libs/gtk+-3.4:3[aqua=,introspection?]
2007 + >=dev-libs/icu-3.8.1-r1
2008 + >=net-libs/libsoup-2.37.92:2.4[introspection?]
2009 + dev-db/sqlite:3
2010 + >=x11-libs/pango-1.21
2011 + x11-libs/libXrender
2012 +
2013 + geoloc? ( app-misc/geoclue )
2014 +
2015 + gstreamer? (
2016 + media-libs/gstreamer:0.10
2017 + >=media-libs/gst-plugins-base-0.10.30:0.10 )
2018 +
2019 + introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
2020 +
2021 + spell? ( >=app-text/enchant-0.22 )
2022 +
2023 + webgl? ( virtual/opengl )
2024 +
2025 + webkit2? ( >=x11-libs/gtk+-2.13:2 )
2026 +"
2027 +# paxctl needed for bug #407085
2028 +DEPEND="${RDEPEND}
2029 + dev-lang/perl
2030 + =dev-lang/python-2*
2031 + sys-devel/bison
2032 + >=sys-devel/flex-2.5.33
2033 + sys-devel/gettext
2034 + dev-util/gperf
2035 + virtual/pkgconfig
2036 + dev-util/gtk-doc-am
2037 + doc? ( >=dev-util/gtk-doc-1.10 )
2038 + introspection? ( jit? ( sys-apps/paxctl ) )
2039 + test? (
2040 + x11-themes/hicolor-icon-theme
2041 + jit? ( sys-apps/paxctl ) )
2042 + webkit2? ( app-accessibility/at-spi2-core )
2043 +"
2044 +# Need real bison, not yacc
2045 +
2046 +S="${WORKDIR}/${MY_P}"
2047 +
2048 +pkg_setup() {
2049 + # Needed for CodeGeneratorInspector.py
2050 + python_set_active_version 2
2051 + python_pkg_setup
2052 +}
2053 +
2054 +src_prepare() {
2055 + DOCS="ChangeLog NEWS" # other ChangeLog files handled by src_install
2056 +
2057 + # FIXME: Fix unaligned accesses on ARM, IA64 and SPARC
2058 + # https://bugs.webkit.org/show_bug.cgi?id=19775
2059 + # TODO: FAILS TO APPLY!
2060 + #use sparc && epatch "${FILESDIR}"/${PN}-1.2.3-fix-pool-sparc.patch
2061 +
2062 + # webkit2 build failure with gcc-4.5, bug #412027
2063 + epatch "${FILESDIR}/${PN}-1.8.0-typedef-WebKitWebView.patch"
2064 +
2065 + # USE=-gstreamer build failure, bug #412221, https://bugs.webkit.org/show_bug.cgi?id=84526
2066 + epatch "${FILESDIR}/${PN}-1.8.1-CodeGeneratorGObject-properties.patch"
2067 +
2068 + # bug #416057; in 1.9.x
2069 + epatch "${FILESDIR}/${PN}-1.8.1-gst-required-version.patch"
2070 +
2071 + # bug #428012; in 1.9.x
2072 + epatch "${FILESDIR}/${PN}-1.8.2-bison-2.6.patch"
2073 +
2074 + # bug #417523, https://bugs.webkit.org/show_bug.cgi?id=96602
2075 + epatch "${FILESDIR}/${PN}-1.8.3-libdl.patch"
2076 +
2077 + # intermediate MacPorts hack while upstream bug is not fixed properly
2078 + # https://bugs.webkit.org/show_bug.cgi?id=28727
2079 + use aqua && epatch "${FILESDIR}"/${PN}-1.6.1-darwin-quartz.patch
2080 +
2081 + # Bug #403049, https://bugs.webkit.org/show_bug.cgi?id=79605
2082 + epatch "${FILESDIR}/${PN}-1.7.5-linguas.patch"
2083 +
2084 + # Drop DEPRECATED flags
2085 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' GNUmakefile.am || die
2086 +
2087 + # Don't force -O2
2088 + sed -i 's/-O2//g' "${S}"/configure.ac || die
2089 +
2090 + # Build-time segfaults under PaX with USE="introspection jit", bug #404215
2091 + if use introspection && use jit; then
2092 + epatch "${FILESDIR}/${PN}-1.6.3-paxctl-introspection.patch"
2093 + cp "${FILESDIR}/gir-paxctl-lt-wrapper" "${S}/" || die
2094 + fi
2095 +
2096 + # We need to reset some variables to prevent permissions problems and failures
2097 + # like https://bugs.webkit.org/show_bug.cgi?id=35471 and bug #323669
2098 + gnome2_environment_reset
2099 +
2100 + # https://bugs.webkit.org/show_bug.cgi?id=79498
2101 + epatch "${FILESDIR}/${PN}-1.7.90-parallel-make-hack.patch"
2102 +
2103 + # XXX: failing tests
2104 + # https://bugs.webkit.org/show_bug.cgi?id=50744
2105 + # testkeyevents is interactive
2106 + # mimehandling test sometimes fails under Xvfb (works fine manually)
2107 + # datasource test needs a network connection and intermittently fails with icedtea-web
2108 + # webplugindatabase intermittently fails with icedtea-web
2109 + sed -e '/Programs\/unittests\/testwebinspector/ d' \
2110 + -e '/Programs\/unittests\/testkeyevents/ d' \
2111 + -e '/Programs\/unittests\/testmimehandling/ d' \
2112 + -e '/Programs\/unittests\/testwebdatasource/ d' \
2113 + -e '/Programs\/unittests\/testwebplugindatabase/ d' \
2114 + -i Source/WebKit/gtk/GNUmakefile.am || die
2115 + # FIXME: TestWebKitWebView always fails for webkit-gtk-1.8.2-r300. Why?
2116 + # if ! use gstreamer; then
2117 + # webkit2's TestWebKitWebView requires <video> support
2118 + sed -e '/Programs\/WebKit2APITests\/TestWebKitWebView/ d' \
2119 + -i Source/WebKit2/UIProcess/API/gtk/tests/GNUmakefile.am || die
2120 + # fi
2121 + # garbage collection test fails intermittently if icedtea-web is installed
2122 + epatch "${FILESDIR}/${PN}-1.7.90-test_garbage_collection.patch"
2123 +
2124 + # occasional test failure due to additional Xvfb process spawned
2125 + epatch "${FILESDIR}/${PN}-1.8.1-tests-xvfb.patch"
2126 +
2127 + # Bug to-be-filled-int
2128 + epatch "${FILESDIR}/${PN}-1.8.3-disable-backtrace-uclibc.patch"
2129 +
2130 + # For >=sys-devel/automake-1.12 compability wrt #420591
2131 + sed -i -e 's:mkdir_p:MKDIR_P:' {.,Source/WebKit/gtk/po}/GNUmakefile.am || die
2132 +
2133 + # Respect CC, otherwise fails on prefix #395875
2134 + tc-export CC
2135 +
2136 + # Prevent maintainer mode from being triggered during make
2137 + AT_M4DIR=Source/autotools eautoreconf
2138 +
2139 + # Ugly hack of a workaround for bizarre paludis behavior, bug #406117
2140 + # http://paludis.exherbo.org/trac/ticket/1230
2141 + sed -e '/ --\(en\|dis\)able-dependency-tracking/ d' -i configure || die
2142 +}
2143 +
2144 +src_configure() {
2145 + # It doesn't compile on alpha without this in LDFLAGS
2146 + use alpha && append-ldflags "-Wl,--no-relax"
2147 +
2148 + # Sigbuses on SPARC with mcpu and co.
2149 + use sparc && filter-flags "-mvis"
2150 +
2151 + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
2152 + use ppc64 && append-flags "-mminimal-toc"
2153 +
2154 + local myconf
2155 +
2156 + # XXX: Check Web Audio support
2157 + # XXX: dependency-tracking is required so parallel builds won't fail
2158 + myconf="
2159 + $(use_enable coverage)
2160 + $(use_enable debug)
2161 + $(use_enable debug debug-features)
2162 + $(use_enable doc gtk-doc)
2163 + $(use_enable geoloc geolocation)
2164 + $(use_enable spell spellcheck)
2165 + $(use_enable introspection)
2166 + $(use_enable gstreamer video)
2167 + $(use_enable jit)
2168 + $(use_enable webgl)
2169 + $(use_enable webkit2)
2170 + --enable-web-sockets
2171 + --with-gtk=3.0
2172 + --enable-dependency-tracking
2173 + $(use aqua && echo "--with-font-backend=pango --with-target=quartz")"
2174 + # Aqua support in gtk3 is untested
2175 +
2176 + econf ${myconf}
2177 +}
2178 +
2179 +src_compile() {
2180 + # Horrible failure of a hack to work around parallel make problems,
2181 + # see https://bugs.webkit.org/show_bug.cgi?id=79498
2182 + emake -j1 all-built-sources-local
2183 + emake all-ltlibraries-local
2184 + emake all-programs-local
2185 + use introspection && emake WebKit-3.0.gir
2186 + emake -j1 all-data-local
2187 + default
2188 +}
2189 +
2190 +src_test() {
2191 + # Tests expect an out-of-source build in WebKitBuild
2192 + ln -s . WebKitBuild || die "ln failed"
2193 +
2194 + # Prevents test failures on PaX systems
2195 + use jit && pax-mark m $(list-paxables Programs/*[Tt]ests/*) \
2196 + Programs/unittests/.libs/test*
2197 + unset DISPLAY
2198 + # Tests need virtualx, bug #294691, bug #310695
2199 + # Parallel tests sometimes fail
2200 + Xemake -j1 check
2201 +}
2202 +
2203 +src_install() {
2204 + default
2205 +
2206 + newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk
2207 + newdoc Source/WebKit/gtk/po/ChangeLog ChangeLog.gtk-po
2208 + newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore
2209 + newdoc Source/WebCore/ChangeLog ChangeLog.WebCore
2210 +
2211 + # Remove .la files
2212 + find "${D}" -name '*.la' -exec rm -f '{}' +
2213 +
2214 + # Prevents crashes on PaX systems
2215 + use jit && pax-mark m "${ED}usr/bin/jsc-3"
2216 +}
2217
2218 diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
2219 deleted file mode 100644
2220 index 503b867..0000000
2221 --- a/x11-libs/gtk+/ChangeLog
2222 +++ /dev/null
2223 @@ -1,2719 +0,0 @@
2224 -# ChangeLog for x11-libs/gtk+
2225 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
2226 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.619 2012/10/28 16:49:24 armin76 Exp $
2227 -
2228 - 28 Oct 2012; Raúl Porcel <armin76@g.o> gtk+-2.24.12.ebuild,
2229 - gtk+-3.4.4.ebuild:
2230 - ia64/sh/sparc stable wrt #427544
2231 -
2232 -*gtk+-3.6.1 (17 Oct 2012)
2233 -
2234 - 17 Oct 2012; Alexandre Rostovtsev <tetromino@g.o> +gtk+-3.6.1.ebuild:
2235 - Version bump with lots of bugfixes, particularly in themeing.
2236 -
2237 - 16 Oct 2012; Anthony G. Basile <blueness@g.o> gtk+-2.24.12.ebuild:
2238 - stable ppc, bug #427544
2239 -
2240 - 14 Oct 2012; Anthony G. Basile <blueness@g.o> gtk+-2.24.12.ebuild:
2241 - stable ppc64, bug #427544
2242 -
2243 - 10 Oct 2012; Alexandre Rostovtsev <tetromino@g.o>
2244 - gtk+-2.24.10-r1.ebuild, gtk+-2.24.12.ebuild, gtk+-2.24.13.ebuild,
2245 - gtk+-3.0.12-r1.ebuild, gtk+-3.2.4-r1.ebuild, gtk+-3.4.4.ebuild,
2246 - gtk+-3.6.0.ebuild:
2247 - Drop useless USE=doc, it only regenerated documentation. Fixes bug #436612.
2248 -
2249 - 06 Oct 2012; Anthony G. Basile <blueness@g.o> gtk+-3.4.4.ebuild:
2250 - stable ppc ppc64, bug #427544
2251 -
2252 - 06 Oct 2012; Markus Meier <maekke@g.o> gtk+-2.24.12.ebuild:
2253 - arm stable, bug #427544
2254 -
2255 - 06 Oct 2012; Markus Meier <maekke@g.o> gtk+-3.4.4.ebuild:
2256 - arm stable, bug #427544
2257 -
2258 - 04 Oct 2012; Agostino Sarubbo <ago@g.o> gtk+-3.4.4.ebuild:
2259 - Stable for amd64, wrt bug #427544
2260 -
2261 - 04 Oct 2012; Agostino Sarubbo <ago@g.o> gtk+-2.24.12.ebuild:
2262 - Stable for amd64, wrt bug #427544
2263 -
2264 - 04 Oct 2012; Pawel Hajdan jr <phajdan.jr@g.o> gtk+-3.4.4.ebuild:
2265 - x86 stable wrt bug #427544
2266 -
2267 - 03 Oct 2012; Pawel Hajdan jr <phajdan.jr@g.o> gtk+-2.24.12.ebuild:
2268 - x86 stable wrt bug #427544
2269 -
2270 - 02 Oct 2012; Jeroen Roovers <jer@g.o> gtk+-2.24.12.ebuild,
2271 - gtk+-3.4.4.ebuild:
2272 - Stable for HPPA (bug #427544).
2273 -
2274 - 28 Sep 2012; Matt Turner <mattst88@g.o> gtk+-2.24.12.ebuild:
2275 - Stable on alpha, bug 427544.
2276 -
2277 - 26 Sep 2012; Matt Turner <mattst88@g.o> gtk+-3.4.4.ebuild:
2278 - Stable on alpha, bug 427544.
2279 -
2280 -*gtk+-3.6.0 (25 Sep 2012)
2281 -*gtk+-2.24.13 (25 Sep 2012)
2282 -
2283 - 25 Sep 2012; Alexandre Rostovtsev <tetromino@g.o>
2284 - gtk+-1.2.10-r12.ebuild, -files/gtk+-2.24.4-old-icons.patch,
2285 - -files/gtk+-2.24.5-background-repaint.patch,
2286 - -files/gtk+-2.24.5-darwin-quartz-introspection.patch, -gtk+-2.24.8-r1.ebuild,
2287 - -files/gtk+-2.24.8-iconview-layout.patch,
2288 - -files/gtk+-2.24.9-printing-crash.patch, gtk+-2.24.10-r1.ebuild,
2289 - -gtk+-2.24.11.ebuild, -gtk+-2.24.11-r1.ebuild,
2290 - -files/gtk+-2.24.11-stuck-grab.patch, gtk+-2.24.12.ebuild,
2291 - +gtk+-2.24.13.ebuild, +files/gtk+-2.24.13-gold.patch, gtk+-3.0.12-r1.ebuild,
2292 - -files/gtk+-3.2.2-toolbutton-icon-widget-GtkMisc.patch, -gtk+-3.2.3.ebuild,
2293 - gtk+-3.2.4-r1.ebuild, -gtk+-3.4.3.ebuild, -gtk+-3.4.3-r1.ebuild,
2294 - -files/gtk+-3.4.3-gtkprintbackendcups-debug.patch, gtk+-3.4.4.ebuild,
2295 - +gtk+-3.6.0.ebuild, metadata.xml:
2296 - Version bump to 3.6.0; adds GtkSearchEntry, GtkMenuButton, and GtkLevelBar
2297 - widgets, and support for CSS cross-fading, animations, and blur shadows. Also
2298 - bump gtk2 to 2.24.13 with a fix for the F10 issues (bug #399589). Drop old.
2299 - Make license more precise.
2300 -
2301 -*gtk+-2.24.12 (07 Sep 2012)
2302 -
2303 - 07 Sep 2012; Nirbheek Chauhan <nirbheek@g.o> +gtk+-2.24.12.ebuild:
2304 - Bump to 2.24.12; themeing updates, cups-1.6 support, etc
2305 -
2306 -*gtk+-2.24.11-r1 (20 Jul 2012)
2307 -
2308 - 20 Jul 2012; Alexandre Rostovtsev <tetromino@g.o>
2309 - +gtk+-2.24.11-r1.ebuild, +files/gtk+-2.24.11-stuck-grab.patch:
2310 - Fix stuck keyboard grab in pidgin and gajim (bug #427148, thanks to Christian
2311 - Trefzer, Rafał Mużyło, shinydoofy).
2312 -
2313 -*gtk+-3.4.4 (16 Jul 2012)
2314 -*gtk+-2.24.11 (16 Jul 2012)
2315 -
2316 - 16 Jul 2012; Alexandre Rostovtsev <tetromino@g.o>
2317 - +gtk+-2.24.11.ebuild, +gtk+-3.4.4.ebuild:
2318 - Version bumps with various bugfixes; 2.24.11 adds cups-1.6 support to gtk2.
2319 -
2320 - 15 Jul 2012; Raúl Porcel <armin76@g.o> gtk+-2.24.10-r1.ebuild,
2321 - gtk+-3.2.4-r1.ebuild:
2322 - alpha/ia64/sh/sparc stable wrt #410611
2323 -
2324 -*gtk+-3.4.3-r1 (04 Jul 2012)
2325 -
2326 - 04 Jul 2012; Alexandre Rostovtsev <tetromino@g.o> -gtk+-3.4.2.ebuild,
2327 - +gtk+-3.4.3-r1.ebuild:
2328 - Add upstream patches to fix various crashes, hangs, and rendering problems.
2329 - Fixes bug #424781 (thanks to Pim Vullers). Probably fixes bug #418153 (thanks
2330 - to Hristo Venev). Drop old.
2331 -
2332 - 03 Jun 2012; Justin Lecher <jlec@g.o> gtk+-2.24.8-r1.ebuild,
2333 - gtk+-2.24.10-r1.ebuild, +files/gtk+-2.24.10-gold.patch,
2334 - gtk+-3.0.12-r1.ebuild, gtk+-3.2.3.ebuild, gtk+-3.2.4-r1.ebuild,
2335 - gtk+-3.4.2.ebuild, gtk+-3.4.3.ebuild:
2336 - Add fix for underlinking detected by gold; correct eclass inherits following
2337 - repomans suggestions
2338 -
2339 - 24 May 2012; Samuli Suominen <ssuominen@g.o> gtk+-2.24.10-r1.ebuild,
2340 - gtk+-3.2.4-r1.ebuild:
2341 - ppc stable wrt #410611
2342 -
2343 - 20 May 2012; Samuli Suominen <ssuominen@g.o> gtk+-3.2.3.ebuild:
2344 - ppc stable wrt #407643
2345 -
2346 - 19 May 2012; Alexandre Rostovtsev <tetromino@g.o>
2347 - -files/gtk+-3.4.1-extraneous-events-scrolling.patch,
2348 - -files/gtk+-3.4.1-toolpalette-adjustment.patch,
2349 - -files/gtk+-3.4.1-toolpalette-rename.patch, gtk+-3.4.3.ebuild,
2350 - +files/gtk+-3.4.3-gtkprintbackendcups-debug.patch:
2351 - Fix buid with USE="cups debug" (bug #416625, thanks to Jakub Daniel). Remove
2352 - unused patches.
2353 -
2354 - 16 May 2012; Jeroen Roovers <jer@g.o> gtk+-2.24.10-r1.ebuild,
2355 - gtk+-3.2.4-r1.ebuild:
2356 - Stable for HPPA (bug #410611).
2357 -
2358 -*gtk+-3.4.3 (12 May 2012)
2359 -
2360 - 12 May 2012; Pacho Ramos <pacho@g.o> +gtk+-3.4.3.ebuild,
2361 - -gtk+-2.24.5-r1.ebuild, -gtk+-2.24.9-r1.ebuild, -gtk+-3.2.4.ebuild,
2362 - -gtk+-3.4.1-r1.ebuild, -gtk+-3.4.1.ebuild:
2363 - Version bump, remove old.
2364 -
2365 - 09 May 2012; Alexis Ballier <aballier@g.o> gtk+-3.4.2.ebuild:
2366 - keyword ~amd64-fbsd
2367 -
2368 - 08 May 2012; Alexis Ballier <aballier@g.o> gtk+-2.24.10-r1.ebuild:
2369 - keyword ~amd64-fbsd
2370 -
2371 - 06 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
2372 - gtk+-3.4.2.ebuild:
2373 - Fix compilation on non-solaris
2374 -
2375 - 06 May 2012; Fabian Groffen <grobian@g.o> gtk+-3.4.2.ebuild:
2376 - Fix compilation on Solaris
2377 -
2378 - 05 May 2012; Jeff Horelick <jdhore@g.o> gtk+-2.24.5-r1.ebuild,
2379 - gtk+-2.24.8-r1.ebuild, gtk+-2.24.9-r1.ebuild, gtk+-2.24.10-r1.ebuild,
2380 - gtk+-3.0.12-r1.ebuild, gtk+-3.2.3.ebuild, gtk+-3.2.4.ebuild,
2381 - gtk+-3.2.4-r1.ebuild, gtk+-3.4.1.ebuild, gtk+-3.4.1-r1.ebuild,
2382 - gtk+-3.4.2.ebuild:
2383 - dev-util/pkgconfig -> virtual/pkgconfig
2384 -
2385 -*gtk+-3.4.2 (03 May 2012)
2386 -
2387 - 03 May 2012; Alexandre Rostovtsev <tetromino@g.o> -gtk+-3.4.0.ebuild,
2388 - +gtk+-3.4.2.ebuild:
2389 - Version bump, fixes assorted bugs and cups-1.6 compatibility. Drop old.
2390 -
2391 -*gtk+-3.4.1-r1 (02 May 2012)
2392 -
2393 - 02 May 2012; Alexandre Rostovtsev <tetromino@g.o>
2394 - +gtk+-3.4.1-r1.ebuild, +files/gtk+-3.4.1-extraneous-events-scrolling.patch,
2395 - +files/gtk+-3.4.1-toolpalette-adjustment.patch,
2396 - +files/gtk+-3.4.1-toolpalette-rename.patch:
2397 - Fix annotation button in evince (bug #412751, thanks to Geraint Yang).
2398 - Fix inefficient scrolling.
2399 -
2400 - 29 Apr 2012; Markus Meier <maekke@g.o> gtk+-2.24.10-r1.ebuild:
2401 - x86 stable, bug #410611
2402 -
2403 - 29 Apr 2012; Markus Meier <maekke@g.o> gtk+-3.2.4-r1.ebuild:
2404 - x86 stable, bug #410611
2405 -
2406 - 25 Apr 2012; Markus Meier <maekke@g.o> gtk+-2.24.10-r1.ebuild:
2407 - arm stable, bug #410611
2408 -
2409 - 25 Apr 2012; Markus Meier <maekke@g.o> gtk+-3.2.4-r1.ebuild:
2410 - arm stable, bug #410611
2411 -
2412 - 19 Apr 2012; Brent Baude <ranger@g.o> gtk+-2.24.10-r1.ebuild,
2413 - gtk+-3.2.4-r1.ebuild:
2414 - Marking gtk+-2.24.10-r1 ppc64 stable for bug 410611
2415 -
2416 - 19 Apr 2012; Brent Baude <ranger@g.o> gtk+-3.2.4-r1.ebuild:
2417 - Marking gtk+-3.2.4-r1 ppc64 stable for bug 410611
2418 -
2419 - 18 Apr 2012; Agostino Sarubbo <ago@g.o> gtk+-2.24.10-r1.ebuild,
2420 - gtk+-3.2.4-r1.ebuild:
2421 - Stable for amd64, wrt bug #410611
2422 -
2423 -*gtk+-3.4.1 (14 Apr 2012)
2424 -
2425 - 14 Apr 2012; Alexandre Rostovtsev <tetromino@g.o> +gtk+-3.4.1.ebuild:
2426 - Version bump with various bugfixes, including better smooth scrolling
2427 - performance.
2428 -
2429 - 01 Apr 2012; Raúl Porcel <armin76@g.o> gtk+-3.2.3.ebuild:
2430 - alpha/ia64/sh/sparc stable wrt #407643
2431 -
2432 -*gtk+-3.4.0 (27 Mar 2012)
2433 -
2434 - 27 Mar 2012; Alexandre Rostovtsev <tetromino@g.o>
2435 - +files/gtk+-3.3.18-fallback-theme.patch,
2436 - +files/gtk+-3.3.20-wayland-xkbcommon-headers.patch, +gtk+-3.4.0.ebuild,
2437 - metadata.xml:
2438 - Version bump from the gnome overlay. Notable changes: improved input event
2439 - handling, better theming, smooth scrolling, lots of new features in
2440 - GtkApplication, new color chooser, optional wayland support.
2441 -
2442 - 25 Mar 2012; Raúl Porcel <armin76@g.o> gtk+-2.24.8-r1.ebuild:
2443 - alpha/ia64/sh/sparc stable wrt #393007
2444 -
2445 - 25 Mar 2012; Markus Meier <maekke@g.o> gtk+-3.2.3.ebuild:
2446 - arm stable, bug #407643
2447 -
2448 - 23 Mar 2012; Jeroen Roovers <jer@g.o> gtk+-3.2.3.ebuild:
2449 - Stable for HPPA (bug #407643).
2450 -
2451 - 16 Mar 2012; Jeff Horelick <jdhore@g.o> gtk+-3.2.3.ebuild:
2452 - marked x86 per bug 407643
2453 -
2454 -*gtk+-3.2.4-r1 (15 Mar 2012)
2455 -
2456 - 15 Mar 2012; Alexandre Rostovtsev <tetromino@g.o>
2457 - -gtk+-2.24.10.ebuild, gtk+-2.24.10-r1.ebuild, gtk+-3.2.4.ebuild,
2458 - +gtk+-3.2.4-r1.ebuild, +files/gtk+-3.2.4-fallback-theme.patch:
2459 - For 3.2.4-r1, fall back to the theme in /etc/gtk-3.0/settings.ini if the
2460 - theme specified by gnome-settings-daemon does not support gtk3 (provides a
2461 - better gtk3 experience for gnome2 users). Regenerate marshalers code that had
2462 - been generated with glib-2.31 (fixes g_value_get_schar errors).
2463 -
2464 -*gtk+-3.2.4 (14 Mar 2012)
2465 -
2466 - 14 Mar 2012; Alexandre Rostovtsev <tetromino@g.o> +gtk+-3.2.4.ebuild:
2467 - Version bump; fixes various bugs and improves window iconification.
2468 -
2469 - 13 Mar 2012; Agostino Sarubbo <ago@g.o> gtk+-3.2.3.ebuild:
2470 - Stable for amd64, wrt bug #407643
2471 -
2472 - 12 Mar 2012; Brent Baude <ranger@g.o> gtk+-3.2.3.ebuild:
2473 - Marking gtk+-3.2.3 ppc64 stable for bug 407643
2474 -
2475 - 10 Mar 2012; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.3.ebuild:
2476 - Skip tests if gnome-themes-standard-3.2 is not installed (see bug #398789,
2477 - reported by Pacho Ramos).
2478 -
2479 - 05 Mar 2012; Brent Baude <ranger@g.o> gtk+-2.24.8-r1.ebuild:
2480 - Marking gtk+-2.24.8-r1 ppc stable for bug 393007
2481 -
2482 - 05 Mar 2012; Brent Baude <ranger@g.o> gtk+-2.24.8-r1.ebuild:
2483 - Marking gtk+-2.24.8-r1 ppc64 stable for bug 393007
2484 -
2485 - 14 Feb 2012; Alexandre Rostovtsev <tetromino@g.o>
2486 - gtk+-2.24.10-r1.ebuild:
2487 - PYTHON_DEPEND is not needed without python, thanks to Dessa for noticing.
2488 -
2489 -*gtk+-2.24.10-r1 (13 Feb 2012)
2490 -
2491 - 13 Feb 2012; Alexandre Rostovtsev <tetromino@g.o>
2492 - gtk+-2.24.5-r1.ebuild, gtk+-2.24.8-r1.ebuild, gtk+-2.24.9-r1.ebuild,
2493 - gtk+-2.24.10.ebuild, +gtk+-2.24.10-r1.ebuild:
2494 - Split dev-util/gtk-builder-convert out of gtk+-2.24.10-r1 to get rid of
2495 - python dependency (requested by Diego Elio Pettenò, bug #402905).
2496 -
2497 - 10 Feb 2012; Patrick Lauer <patrick@g.o> gtk+-2.24.10.ebuild,
2498 - gtk+-2.24.5-r1.ebuild, gtk+-2.24.8-r1.ebuild, gtk+-2.24.9-r1.ebuild:
2499 - Changing python deps in preparation for 2.4 removal
2500 -
2501 -*gtk+-2.24.10 (07 Feb 2012)
2502 -
2503 - 07 Feb 2012; Alexandre Rostovtsev <tetromino@g.o> -gtk+-2.24.9.ebuild,
2504 - +gtk+-2.24.10.ebuild:
2505 - Version bump; drop crash-prone 2.24.9 version. Avoid building gdk/gtk tests
2506 - when FEATURES=-test (thanks to Rafał Mużyło).
2507 -
2508 -*gtk+-2.24.9-r1 (02 Feb 2012)
2509 -
2510 - 02 Feb 2012; Pacho Ramos <pacho@g.o>
2511 - +files/gtk+-2.24.9-printing-crash.patch, +gtk+-2.24.9-r1.ebuild:
2512 - Don't crash when printing, upstream bug #543520, thanks to gringo for
2513 - reporting.
2514 -
2515 -*gtk+-2.24.9 (29 Jan 2012)
2516 -
2517 - 29 Jan 2012; Pacho Ramos <pacho@g.o> +gtk+-2.24.9.ebuild,
2518 - -gtk+-2.24.4.ebuild, -gtk+-2.24.6.ebuild, -gtk+-2.24.7.ebuild,
2519 - -gtk+-3.0.12.ebuild, -gtk+-3.2.2-r1.ebuild, -gtk+-3.2.2-r2.ebuild:
2520 - Version bump, remove old.
2521 -
2522 - 18 Jan 2012; Markus Meier <maekke@g.o> gtk+-2.24.8-r1.ebuild:
2523 - arm stable, bug #393007
2524 -
2525 - 14 Jan 2012; Markus Meier <maekke@g.o> gtk+-2.24.8-r1.ebuild:
2526 - x86 stable, bug #393007
2527 -
2528 - 29 Dec 2011; Pacho Ramos <pacho@g.o> gtk+-2.24.8-r1.ebuild:
2529 - amd64 stable, bug 393007
2530 -
2531 -*gtk+-3.2.3 (28 Dec 2011)
2532 -
2533 - 28 Dec 2011; Alexandre Rostovtsev <tetromino@g.o> -gtk+-3.2.1.ebuild,
2534 - -gtk+-3.2.2.ebuild, +gtk+-3.2.3.ebuild:
2535 - Version bump with assorted bugfixes. Drop old.
2536 -
2537 - 20 Dec 2011; Jeroen Roovers <jer@g.o> gtk+-2.24.8-r1.ebuild:
2538 - Stable for HPPA (bug #393007).
2539 -
2540 -*gtk+-3.2.2-r2 (15 Dec 2011)
2541 -
2542 - 15 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
2543 - +gtk+-3.2.2-r2.ebuild:
2544 - Add upstream patches to fix various crashes, including the segfault in file
2545 - open dialog (bug #394681, thanks to ByrneG and Marien Zwart). Should also fix
2546 - disappearing mouse pointer in fluxbox. Includes the gtktoolbutton fix from
2547 - 3.2.2-r1.
2548 -
2549 - 14 Dec 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.0.12.ebuild,
2550 - gtk+-3.0.12-r1.ebuild, gtk+-3.2.1.ebuild, gtk+-3.2.2.ebuild,
2551 - gtk+-3.2.2-r1.ebuild:
2552 - Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since
2553 - glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to
2554 - Marc-Antoine Perennou for reporting).
2555 -
2556 -*gtk+-2.24.8-r1 (17 Nov 2011)
2557 -
2558 - 17 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> -gtk+-2.24.8.ebuild,
2559 - +gtk+-2.24.8-r1.ebuild, +files/gtk+-2.24.8-iconview-layout.patch:
2560 - Add upstream patch to prevent segfault in gtk_icon_view_layout_single_row,
2561 - drop broken version. Thanks to Rafał Mużyło (galtgendo) for reporting.
2562 -
2563 -*gtk+-3.2.2-r1 (16 Nov 2011)
2564 -
2565 - 16 Nov 2011; Nirbheek Chauhan <nirbheek@g.o> +gtk+-3.2.2-r1.ebuild,
2566 - +files/gtk+-3.2.2-toolbutton-icon-widget-GtkMisc.patch:
2567 - Fix abort when icon widgets on gtktoolbuttons aren't GtkMisc, needed by
2568 - gnome-boxes
2569 -
2570 -*gtk+-2.24.8 (16 Nov 2011)
2571 -
2572 - 16 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> +gtk+-2.24.8.ebuild,
2573 - gtk+-3.2.2.ebuild:
2574 - Bump to 2.24.8; fixes several bugs and updates search to tracker-0.12 dbus
2575 - API. Makes the same Alt key handling change as in gtk+-3.2.2 (and so gets a
2576 - blocker on old vte:0 versions to make sure that 2.24.8 is not stabilized
2577 - before vte-0.28.2-r201:0).
2578 - Also, add a comment to 3.2.2 about when the vte blocker can be lifted.
2579 -
2580 - 15 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.2.ebuild:
2581 - Force vte:2.90 users to upgrade to vte-0.30.1-r1 (having a working Alt key in
2582 - a terminal is vital).
2583 -
2584 -*gtk+-3.2.2 (14 Nov 2011)
2585 -
2586 - 14 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> +gtk+-3.2.2.ebuild:
2587 - Bump. Notable changes: improves filechooser appearance in non-gnome DEs, plus
2588 - assorted bugfixes, mostly treeview-related.
2589 -
2590 - 30 Oct 2011; Raúl Porcel <armin76@g.o> gtk+-3.0.12-r1.ebuild:
2591 - alpha/ia64/sh/sparc stable wrt #385699
2592 -
2593 - 30 Oct 2011; Raúl Porcel <armin76@g.o> gtk+-2.24.5-r1.ebuild:
2594 - alpha/ia64/sh/sparc stable wrt #385699
2595 -
2596 - 28 Oct 2011; Markus Meier <maekke@g.o> gtk+-2.24.5-r1.ebuild:
2597 - arm stable, bug #385699
2598 -
2599 - 28 Oct 2011; Markus Meier <maekke@g.o> gtk+-3.0.12-r1.ebuild:
2600 - arm stable, bug #385699
2601 -
2602 - 28 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.1.ebuild:
2603 - Restore keywords after IRC discussion with other members of gnome team
2604 - (bug #387959). Minor stylistic issues pointed out by Nirbheek.
2605 -
2606 - 25 Oct 2011; Jeroen Roovers <jer@g.o> gtk+-3.2.1.ebuild:
2607 - Marked ~hppa (bug #387959).
2608 -
2609 - 21 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.1.ebuild:
2610 - Do not call gnome2_src_prepare, gtk+ is not using gnome.eclass. Thanks to
2611 - ssuominen for noticing.
2612 -
2613 - 21 Oct 2011; Pawel Hajdan jr <phajdan.jr@g.o> gtk+-2.24.5-r1.ebuild,
2614 - gtk+-3.0.12-r1.ebuild:
2615 - x86 stable wrt bug #385699
2616 -
2617 - 21 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.1.ebuild:
2618 - Drop keywords for USE="colord packagekit" (bug #387959).
2619 -
2620 -*gtk+-3.2.1 (19 Oct 2011)
2621 -
2622 - 19 Oct 2011; Alexandre Rostovtsev <tetromino@g.o> +gtk+-3.2.1.ebuild,
2623 - +files/gtk+-3.2.1-failing-tests.patch, +files/gtk+-3.2.1-selector.errors,
2624 - metadata.xml:
2625 - Add gtk+-3.2.1 from the gnome overlay. Disable failing treeview scrolling
2626 - tests (see bug #384855 and https://bugzilla.gnome.org/show_bug.cgi?id=660931),
2627 - add missing selectors.errors file (needed for the css parser test),
2628 - completely skip reftests (many of them fail when building from portage, but
2629 - strangely enough succeed when building from my home directory; need to
2630 - investigate why), and disable a11y picker test (GtkFileChooserButton look
2631 - depends on list of mounted filesystems).
2632 - Notable changes: *lots* (better theming, including a new CSS parser, and dark
2633 - theme variants; better XInput2 support; gail is no longer a module; tree
2634 - model improvements; more widgets support height-for-width;
2635 - GtkFontChooserDialog, GtkLockButton, GtkOverlay).
2636 -
2637 -*gtk+-2.24.7 (18 Oct 2011)
2638 -
2639 - 18 Oct 2011; Pacho Ramos <pacho@g.o> +gtk+-2.24.7.ebuild,
2640 - +files/gtk+-2.24.7-darwin-quartz-introspection.patch:
2641 - Version bump, also skip broken pltcheck tests under gtk/ subdir (bug
2642 - #333463).
2643 -
2644 - 18 Oct 2011; Jeroen Roovers <jer@g.o> gtk+-2.24.5-r1.ebuild,
2645 - gtk+-3.0.12-r1.ebuild:
2646 - Stable for HPPA (bug #385699).
2647 -
2648 - 16 Oct 2011; Kacper Kowalik <xarthisius@g.o> gtk+-2.24.5-r1.ebuild,
2649 - gtk+-3.0.12-r1.ebuild:
2650 - ppc/ppc64 stable wrt #385699
2651 -
2652 - 14 Oct 2011; Samuli Suominen <ssuominen@g.o> gtk+-2.24.5-r1.ebuild,
2653 - gtk+-3.0.12-r1.ebuild:
2654 - amd64 stable wrt #385699
2655 -
2656 -*gtk+-3.0.12-r1 (26 Sep 2011)
2657 -
2658 - 26 Sep 2011; Pacho Ramos <pacho@g.o> +gtk+-3.0.12-r1.ebuild,
2659 - +files/gtk+-3.0.12-use-const.patch:
2660 - Use const instead G_CONST_RETURN, bug #379897 by Alexandre Rostovtsev.
2661 -
2662 -*gtk+-2.24.6 (09 Sep 2011)
2663 -
2664 - 09 Sep 2011; Pacho Ramos <pacho@g.o> +gtk+-2.24.6.ebuild,
2665 - -gtk+-3.0.11.ebuild:
2666 - Version bump, remove old.
2667 -
2668 - 04 Sep 2011; Fabian Groffen <grobian@g.o> gtk+-3.0.12.ebuild:
2669 - Fix compilation on Solaris
2670 -
2671 - 28 Aug 2011; Fabian Groffen <grobian@g.o> gtk+-2.24.5-r1.ebuild:
2672 - Marked ~x64-macos
2673 -
2674 - 16 Aug 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.24.4.ebuild,
2675 - gtk+-2.24.5-r1.ebuild:
2676 - Remove misleading GNOME2_LA_PUNT variable export; we don't inherit
2677 - gnome2.eclass, bug 379373
2678 -
2679 - 11 Aug 2011; Markus Duft <mduft@g.o> gtk+-2.24.5-r1.ebuild,
2680 - gtk+-3.0.12.ebuild:
2681 - removed obsolete dependency for interix prefix
2682 -
2683 - 10 Aug 2011; Samuli Suominen <ssuominen@g.o> gtk+-2.24.5-r1.ebuild:
2684 - Remove libtool files (again, see ChangeLog entry from 10 Apr 2011)
2685 -
2686 -*gtk+-3.0.12 (28 Jul 2011)
2687 -
2688 - 28 Jul 2011; Pacho Ramos <pacho@g.o> -gtk+-2.22.1-r1.ebuild,
2689 - -files/gtk+-2.22.1-old-icons.patch, -files/gtk+-2.22.1-print-settings.patch,
2690 - -gtk+-3.0.10.ebuild, +gtk+-3.0.12.ebuild, +files/settings.ini:
2691 - Version bump, also use eapi4 and install settings.ini instead of gtkrc as
2692 - it's the way to configure default settings for gtk3. Remove old.
2693 -
2694 - 11 Jul 2011; Matt Turner <mattst88@g.o> gtk+-3.0.11.ebuild:
2695 - Added ~mips, bug 364693
2696 -
2697 - 09 Jul 2011; Raúl Porcel <armin76@g.o> gtk+-2.24.4.ebuild:
2698 - alpha/arm/ia64/sh/sparc stable wrt #371320
2699 -
2700 - 06 Jul 2011; Mark Loeser <halcy0n@g.o> gtk+-2.24.4.ebuild:
2701 - Stable for ppc64; bug #371320
2702 -
2703 - 29 Jun 2011; Christoph Mende <angelos@g.o> gtk+-2.24.4.ebuild:
2704 - Stable on amd64 wrt bug #371320
2705 -
2706 - 29 Jun 2011; Jeroen Roovers <jer@g.o> gtk+-2.24.4.ebuild:
2707 - Stable for HPPA (bug #371320).
2708 -
2709 - 28 Jun 2011; Brent Baude <ranger@g.o> gtk+-2.24.4.ebuild:
2710 - Marking gtk+-2.24.4 ppc stable for bug 371320
2711 -
2712 - 27 Jun 2011; Fabian Groffen <grobian@g.o> gtk+-2.24.5-r1.ebuild,
2713 - +files/gtk+-2.24.5-darwin-quartz-introspection.patch, gtk+-3.0.11.ebuild,
2714 - +files/gtk+-3.0.11-darwin-quartz-introspection.patch:
2715 - Fix compilation with introspection on Darwin, bug #372953, patch by Naohiro
2716 - Aota
2717 -
2718 - 22 Jun 2011; Pawel Hajdan jr <phajdan.jr@g.o> gtk+-2.24.4.ebuild:
2719 - x86 stable wrt security bug #371320
2720 -
2721 -*gtk+-2.24.5-r1 (18 Jun 2011)
2722 -
2723 - 18 Jun 2011; Pacho Ramos <pacho@g.o> -gtk+-2.24.5.ebuild,
2724 - +gtk+-2.24.5-r1.ebuild, +files/gtk+-2.24.5-background-repaint.patch:
2725 - Revert commit that is causing major gnome-panel problems, bug #372147. Remove
2726 - broken version.
2727 -
2728 - 16 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.24.4.ebuild,
2729 - gtk+-2.24.5.ebuild:
2730 - Skip tests known to fail, fix introspection eautoreconf failure
2731 -
2732 - 16 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.24.5.ebuild:
2733 - Fix bug 371907 by creating m4, and passing the appropriate AT_M4DIR
2734 -
2735 -*gtk+-2.24.5 (16 Jun 2011)
2736 -
2737 - 16 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> -gtk+-2.24.3.ebuild,
2738 - +gtk+-2.24.5.ebuild:
2739 - Bump to 2.24.5, remove old
2740 -
2741 - 11 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.11.ebuild:
2742 - Use xz tarballs
2743 -
2744 -*gtk+-3.0.11 (11 Jun 2011)
2745 -
2746 - 11 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> -gtk+-3.0.9.ebuild,
2747 - +gtk+-3.0.11.ebuild:
2748 - Bump to 3.0.11, remove old
2749 -
2750 -*gtk+-2.24.4 (03 Jun 2011)
2751 -
2752 - 03 Jun 2011; Pacho Ramos <pacho@g.o> -files/gtk+-2.8.0-multilib.patch,
2753 - -files/gtk+-2.18.5-macosx-aqua.patch,
2754 - -files/gtk+-2.18.9-notifications-gtkentry.patch, -gtk+-2.20.1-r1.ebuild,
2755 - -files/gtk+-2.20.1-GtkOffscreenWindow.patch,
2756 - -files/gtk+-2.20.1-darwin8.patch, -files/gtk+-2.20.1-gail_cell_type.patch,
2757 - -files/gtk+-2.20.1-gtkrange.patch,
2758 - -files/gtk+-2.20.1-libpixbufloader-warning.patch,
2759 - -files/gtk+-2.20.1-libpng-fix.patch, +gtk+-2.24.4.ebuild,
2760 - +files/gtk+-2.24.4-old-icons.patch:
2761 - Version bump as upstream bug #646609 is not a regression over 2.24.3 and
2762 - doesn't look to be a major problem. Remove old.
2763 -
2764 -*gtk+-3.0.10 (02 Jun 2011)
2765 -
2766 - 02 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> -gtk+-3.0.8.ebuild,
2767 - +gtk+-3.0.10.ebuild:
2768 - Bump to 3.0.10
2769 -
2770 - 20 May 2011; Fabian Groffen <grobian@g.o> gtk+-3.0.9.ebuild:
2771 - Drop comments about broken *-macos support, since that works for a while
2772 -
2773 - 29 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.8.ebuild,
2774 - gtk+-3.0.9.ebuild:
2775 - Add cairo[glib] dependency according to bug 365159
2776 -
2777 - 29 Apr 2011; Jeroen Roovers <jer@g.o> gtk+-3.0.9.ebuild:
2778 - Marked ~hppa (bug #364693).
2779 -
2780 - 24 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.8.ebuild,
2781 - gtk+-3.0.9.ebuild:
2782 - Drop keywords on mips/hppa w.r.t. KEYWORDREQ bug 364693
2783 -
2784 -*gtk+-3.0.9 (16 Apr 2011)
2785 -
2786 - 16 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> -gtk+-2.24.0.ebuild,
2787 - -gtk+-2.24.1.ebuild, -gtk+-3.0.6.ebuild, +gtk+-3.0.9.ebuild:
2788 - Bump to 3.0.9, remove old
2789 -
2790 - 10 Apr 2011; Samuli Suominen <ssuominen@g.o> gtk+-2.24.3.ebuild:
2791 - Punt useless libtool files.
2792 -
2793 - 09 Apr 2011; Fabian Groffen <grobian@g.o> gtk+-3.0.8.ebuild,
2794 - +files/gtk+-3.0.8-darwin-quartz.patch:
2795 - Add patch from upstream for Darwin
2796 -
2797 -*gtk+-3.0.8 (04 Apr 2011)
2798 -
2799 - 04 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> -gtk+-3.0.7.ebuild,
2800 - +gtk+-3.0.8.ebuild:
2801 - Bump to 3.0.8, remove buggy 3.0.7
2802 -
2803 -*gtk+-3.0.7 (01 Apr 2011)
2804 -
2805 - 01 Apr 2011; Nirbheek Chauhan <nirbheek@g.o> +gtk+-3.0.7.ebuild:
2806 - Bump to 3.0.7
2807 -
2808 - 30 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
2809 - Prevent maintainer-mode rebuild, bug 361227
2810 -
2811 - 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
2812 - Remove useless live ebuild conditionals
2813 -
2814 - 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
2815 - Remove redundant jpeg/jpeg2k/tiff USE-flags
2816 -
2817 -*gtk+-3.0.6 (29 Mar 2011)
2818 -
2819 - 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> +gtk+-3.0.6.ebuild:
2820 - Add gtk+-3.0.6 to the tree, slot-dep problems have come down to a
2821 - reasonable level. Themeing under any DE except GNOME 3 is still broken,
2822 - but everything else should work fine.
2823 -
2824 - 22 Mar 2011; Brent Baude <ranger@g.o> gtk+-2.22.1-r1.ebuild:
2825 - Marking gtk+-2.22.1-r1 ppc stable for bug 353436
2826 -
2827 - 21 Mar 2011; Kacper Kowalik <xarthisius@g.o> gtk+-2.22.1-r1.ebuild:
2828 - ppc64 stable wrt #353436
2829 -
2830 -*gtk+-2.24.3 (18 Mar 2011)
2831 -
2832 - 18 Mar 2011; Gilles Dartiguelongue <eva@g.o> +gtk+-2.24.3.ebuild:
2833 - Version bump. Bug fixes.
2834 -
2835 - 12 Mar 2011; Raúl Porcel <armin76@g.o> gtk+-2.22.1-r1.ebuild:
2836 - alpha/arm/ia64/sh/sparc stable wrt #353436
2837 -
2838 - 07 Mar 2011; Jeroen Roovers <jer@g.o> gtk+-2.22.1-r1.ebuild:
2839 - Stable for HPPA (bug #353436).
2840 -
2841 - 27 Feb 2011; Pacho Ramos <pacho@g.o> gtk+-2.24.1.ebuild:
2842 - Inherit autotools (bug #356631 by Diego Elio Pettenò).
2843 -
2844 - 24 Feb 2011; Thomas Kahle <tomka@g.o> gtk+-2.22.1-r1.ebuild:
2845 - x86 stable per bug 353436
2846 -
2847 - 23 Feb 2011; Markos Chandras <hwoarang@g.o> gtk+-2.22.1-r1.ebuild:
2848 - Stable on amd64 wrt bug #353436
2849 -
2850 -*gtk+-2.24.1 (21 Feb 2011)
2851 -
2852 - 21 Feb 2011; Nirbheek Chauhan <nirbheek@g.o> +gtk+-2.24.1.ebuild:
2853 - Bump to 2.24.1, bugfix release
2854 -
2855 - 09 Feb 2011; Samuli Suominen <ssuominen@g.o> gtk+-2.22.1-r1.ebuild:
2856 - Revert removing USE="jpeg jpeg2k tiff" until gentoo-x86 is compatible with it
2857 - wrt #354279.
2858 -
2859 -*gtk+-2.24.0 (09 Feb 2011)
2860 -
2861 - 09 Feb 2011; Gilles Dartiguelongue <eva@g.o> -gtk+-2.18.9.ebuild,
2862 - -gtk+-2.22.0.ebuild, -gtk+-2.22.1.ebuild, gtk+-2.22.1-r1.ebuild,
2863 - +gtk+-2.24.0.ebuild:
2864 - Clean up unused la files. Disable recentmanager tests, bug #285687. Drop
2865 - jpeg, jpeg2k and tiff use flags unneeded since the gdk-pixbuf split. Version
2866 - bump to 2.24. Drop old revisions.
2867 -
2868 - 12 Jan 2011; Gilles Dartiguelongue <eva@g.o> gtk+-2.22.1-r1.ebuild:
2869 - Always apply multilib patch, will avoid falling into bug #288549 again, and
2870 - handle file move in postinst as well. Add some needed die statements.
2871 - Mutualize build directory removal code. Insert gtkrc at the proper location,
2872 - bug #288549. Also generate gtk.immodules file, there is no reason the
2873 - directory would not exist. Another attemp at making testsuite run
2874 - successfully for everyone, bug #285687. Pin gdk-pixbuf dependency to slot 2.
2875 - Add gdk-pixbuf split handling in postinst.
2876 -
2877 - 03 Jan 2011; Fabian Groffen <grobian@g.o> gtk+-2.22.1-r1.ebuild:
2878 - Don't use ED with DESTDIR
2879 -
2880 -*gtk+-2.22.1-r1 (01 Jan 2011)
2881 -
2882 - 01 Jan 2011; Pacho Ramos <pacho@g.o> +gtk+-2.22.1-r1.ebuild,
2883 - +files/gtk+-2.22.1-old-icons.patch, +files/gtk+-2.22.1-print-settings.patch:
2884 - Revision bump to create symlinks to old icons until apps are ported (bug
2885 - #339319), set new print operation settings before emitting
2886 - custom-widget-apply signal (upstream bug #637069 that will end up evince
2887 - remembering printer settings), stop trying to build unmaintained docs (bug
2888 - #349754).
2889 -
2890 - 17 Dec 2010; Fabian Groffen <grobian@g.o> gtk+-2.22.1.ebuild:
2891 - Drop --libdir argument to econf, it seems no longer necessary
2892 -
2893 - 16 Dec 2010; Fabian Groffen <grobian@g.o> gtk+-2.22.1.ebuild:
2894 - Fix for Prefix
2895 -
2896 -*gtk+-2.22.1 (19 Nov 2010)
2897 -
2898 - 19 Nov 2010; Pacho Ramos <pacho@g.o> +gtk+-2.22.1.ebuild:
2899 - Version bump with bugfixes and translation updates. Stop compiling tests
2900 - and demos when not needed (bugs #226293 and #226243).
2901 -
2902 - 15 Nov 2010; Gilles Dartiguelongue <eva@g.o> -gtk+-2.18.7.ebuild,
2903 - gtk+-2.20.1-r1.ebuild, gtk+-2.22.0.ebuild:
2904 - Set HOME for tests and re-enable recently-used tests, bug #285687. Do not
2905 - show evince elog message if it is installed, bug #236547.
2906 -
2907 - 20 Oct 2010; Gilles Dartiguelongue <eva@g.o> gtk+-2.22.0.ebuild:
2908 - Fix shebang of gtk-builder-convert script.
2909 -
2910 - 17 Oct 2010; Raúl Porcel <armin76@g.o> gtk+-2.20.1-r1.ebuild:
2911 - alpha/ia64/sh/sparc stable wrt #324077
2912 -
2913 - 14 Oct 2010; Markus Meier <maekke@g.o> gtk+-2.20.1-r1.ebuild:
2914 - arm stable, bug #324077
2915 -
2916 - 08 Oct 2010; Gilles Dartiguelongue <eva@g.o>
2917 - -files/gtk+-2.16.5-jpeg-backward-compatibility.patch, -gtk+-2.16.6.ebuild,
2918 - -files/gtk+-2.16.6-fix-pltcheck-test.patch, -gtk+-2.18.6.ebuild,
2919 - gtk+-2.18.7.ebuild, -files/gtk+-2.18.7-destroy-crash.patch:
2920 - Clean up old revisions.
2921 -
2922 - 07 Oct 2010; Samuli Suominen <ssuominen@g.o> gtk+-2.20.1-r1.ebuild:
2923 - ppc64 stable wrt #324077
2924 -
2925 -*gtk+-2.22.0 (24 Sep 2010)
2926 -
2927 - 24 Sep 2010; <nirbheek@g.o> +files/gtk+-2.21.3-multilib.patch,
2928 - +gtk+-2.22.0.ebuild:
2929 - Bump to 2.22.0, gdk-pixbuf has been split off and the pixbuf directories
2930 - changed
2931 -
2932 - 11 Sep 2010; Joseph Jezak <josejx@g.o> gtk+-2.20.1-r1.ebuild:
2933 - Marked ppc for bug #324077.
2934 -
2935 - 18 Aug 2010; Markus Meier <maekke@g.o> gtk+-2.18.9.ebuild:
2936 - arm stable, bug #314899
2937 -
2938 - 14 Aug 2010; Raúl Porcel <armin76@g.o> gtk+-2.18.9.ebuild:
2939 - alpha/ia64/sh/sparc stable wrt #314899
2940 -
2941 - 05 Aug 2010; Jeroen Roovers <jer@g.o> gtk+-2.20.1-r1.ebuild:
2942 - Stable for HPPA (bug #324077).
2943 -
2944 - 01 Aug 2010; Christian Faulhammer <fauli@g.o>
2945 - gtk+-2.20.1-r1.ebuild:
2946 - x86 stable, bug 324077
2947 -
2948 - 31 Jul 2010; Pacho Ramos <pacho@g.o> gtk+-2.20.1-r1.ebuild:
2949 - amd64 stable, bug 324077
2950 -
2951 - 23 Jul 2010; Samuli Suominen <ssuominen@g.o> gtk+-2.18.9.ebuild,
2952 - gtk+-2.20.1-r1.ebuild:
2953 - Use virtual/jpeg.
2954 -
2955 - 20 Jul 2010; Jeroen Roovers <jer@g.o> gtk+-2.18.9.ebuild:
2956 - Stable for HPPA (bug #314899).
2957 -
2958 - 07 Jul 2010; Samuli Suominen <ssuominen@g.o> gtk+-2.18.9.ebuild:
2959 - ppc64 stable wrt #314899
2960 -
2961 - 05 Jul 2010; Fabian Groffen <grobian@g.o> gtk+-2.20.1-r1.ebuild,
2962 - files/gtk+-2.20.1-darwin8.patch:
2963 - Replace darwin8 NSUInteger patch with the one committed upstream, no
2964 - longer needs to be conditional
2965 -
2966 - 03 Jul 2010; Fabian Groffen <grobian@g.o> gtk+-2.20.1-r1.ebuild,
2967 - +files/gtk+-2.20.1-darwin8.patch:
2968 - Fix compilation on Darwin8, drop no longer necessary aqua patch
2969 -
2970 - 20 Jun 2010; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.20.1-r1.ebuild,
2971 - metadata.xml:
2972 - Add introspection support
2973 -
2974 - 13 Jun 2010; Pacho Ramos <pacho@g.o>
2975 - +files/gtk+-2.20.1-GtkOffscreenWindow.patch,
2976 - +files/gtk+-2.20.1-gail_cell_type.patch,
2977 - +files/gtk+-2.20.1-gtkrange.patch,
2978 - +files/gtk+-2.20.1-libpixbufloader-warning.patch,
2979 - +files/gtk+-2.20.1-libpng-fix.patch:
2980 - Really adding needed patches, thanks Kaleb Elwert and Lars Wendler for
2981 - reporting.
2982 -
2983 -*gtk+-2.20.1-r1 (13 Jun 2010)
2984 -
2985 - 13 Jun 2010; Pacho Ramos <pacho@g.o> +gtk+-2.20.1-r1.ebuild:
2986 - Add new version for Gnome 2.30.
2987 -
2988 - 04 Jun 2010; Markus Meier <maekke@g.o> gtk+-2.18.9.ebuild:
2989 - x86 stable, bug #314899
2990 -
2991 - 03 Jun 2010; Fabian Groffen <grobian@g.o> gtk+-2.18.9.ebuild:
2992 - Tidy up ebuild by using EAPI=3
2993 -
2994 - 11 May 2010; Brent Baude <ranger@g.o> gtk+-2.18.6.ebuild:
2995 - Marking gtk+-2.18.6 ppc64 for bug 304777
2996 -
2997 - 07 May 2010; Jeroen Roovers <jer@g.o> gtk+-2.18.7.ebuild:
2998 - Stable for HPPA (bug #304777).
2999 -
3000 - 03 May 2010; Olivier Crête <tester@g.o> gtk+-2.18.9.ebuild:
3001 - amd64 stable, bug #314899
3002 -
3003 - 23 Apr 2010; Gilles Dartiguelongue <eva@g.o>
3004 - -files/gtk+-2.8.10-xinerama.patch,
3005 - -files/gtk+-2.10.7-mozilla-dnd-fix.patch,
3006 - -files/gtk+-2.10.11-update-icon-subdirs.patch,
3007 - -files/gtk+-2.12.0-flash-workaround.patch,
3008 - -files/gtk+-2.12.0-openoffice-freeze-workaround.patch,
3009 - -files/gtk+-2.12.1-firefox-print-preview.patch,
3010 - -files/gtk+-2.12.9-libtool-2.patch, -files/gtk+-2.12.10-fix-nocxx.patch,
3011 - -files/gtk+-2.12.10-no-libintl.patch, -gtk+-2.12.11.ebuild,
3012 - -gtk+-2.12.12.ebuild, -gtk+-2.14.7-r2.ebuild,
3013 - -files/gtk+-2.14.7-filechooser.patch,
3014 - -files/gtk+-2.14.7-ignore-gtkcurve.patch,
3015 - -files/gtk+-2.14.7-uncertain-mime.patch, -gtk+-2.18.5.ebuild:
3016 - Clean up old revisions.
3017 -
3018 - 11 Apr 2010; <nixnut@g.o> gtk+-2.18.7.ebuild:
3019 - ppc stable #304777
3020 -
3021 - 07 Apr 2010; Brent Baude <ranger@g.o> gtk+-2.18.6.ebuild:
3022 - Marking gtk+-2.18.6 ppc stable for bug 304777
3023 -
3024 - 24 Mar 2010; Raúl Porcel <armin76@g.o> gtk+-2.18.6.ebuild:
3025 - alpha/arm/ia64/sh/sparc stable wrt #304777
3026 -
3027 -*gtk+-2.18.9 (22 Mar 2010)
3028 -
3029 - 22 Mar 2010; Pacho Ramos <pacho@g.o> -gtk+-2.18.7-r1.ebuild,
3030 - +gtk+-2.18.9.ebuild, +files/gtk+-2.18.9-notifications-gtkentry.patch:
3031 - Version bump with multiple bugfixes, cleaning old testing version
3032 -
3033 -*gtk+-2.18.7-r1 (11 Mar 2010)
3034 -
3035 - 11 Mar 2010; Pacho Ramos <pacho@g.o> +gtk+-2.18.7-r1.ebuild,
3036 - +files/gtk+-2.18.7-destroy-crash.patch:
3037 - Fix bug 308985, thanks to Michael Bombach for reporting and finding the
3038 - fix.
3039 -
3040 - 06 Mar 2010; Pacho Ramos <pacho@g.o> gtk+-2.18.7.ebuild:
3041 - amd64 stable, bug 304777
3042 -
3043 - 06 Mar 2010; Pawel Hajdan jr <phajdan.jr@g.o> gtk+-2.18.6.ebuild:
3044 - x86 stable wrt bug #304777
3045 -
3046 - 06 Mar 2010; Samuli Suominen <ssuominen@g.o> gtk+-2.18.6.ebuild:
3047 - amd64 stable wrt #304777
3048 -
3049 - 23 Feb 2010; Christian Faulhammer <fauli@g.o> gtk+-2.18.7.ebuild:
3050 - Use libresolv from sys-libs/itx-bin on Interix Prefix
3051 -
3052 -*gtk+-2.18.7 (23 Feb 2010)
3053 -
3054 - 23 Feb 2010; Romain Perier <mrpouet@g.o> +gtk+-2.18.7.ebuild:
3055 - Version bump, many bugsfixes and translation updates, per bug #306187.
3056 - Thanks to LeBarJack for tests.
3057 -
3058 - 19 Jan 2010; Samuli Suominen <ssuominen@g.o> gtk+-2.18.5.ebuild,
3059 - gtk+-2.18.6.ebuild:
3060 - Require SLOT="0" of media-libs/jpeg wrt #301551.
3061 -
3062 -*gtk+-2.18.6 (15 Jan 2010)
3063 -
3064 - 15 Jan 2010; Romain Perier <mrpouet@g.o> +gtk+-2.18.6.ebuild:
3065 - Version bump, various bugs fixes and translation update.
3066 -
3067 - 09 Jan 2010; Christian Faulhammer <fauli@g.o> gtk+-2.18.5.ebuild:
3068 - keyword ~x86-freebsd
3069 -
3070 - 24 Dec 2009; Jonathan Callen <abcd@g.o> gtk+-2.18.5.ebuild,
3071 - +files/gtk+-2.18.5-macosx-aqua.patch:
3072 - Add patch for Aqua on Mac OS X; move prefix keywords from overlay
3073 -
3074 -*gtk+-2.18.5 (13 Dec 2009)
3075 -
3076 - 13 Dec 2009; Nirbheek Chauhan <nirbheek@g.o> -gtk+-2.18.3.ebuild,
3077 - +gtk+-2.18.5.ebuild:
3078 - Bump to 2.18.5; remove old -- many bugfixes; a few translation updates
3079 -
3080 - 31 Oct 2009; Nirbheek Chauhan <nirbheek@g.o> gtk+-2.18.3.ebuild:
3081 - Depend on cairo[svg]; fixes bug 291283 (we probably want to do +svg in
3082 - cairo)
3083 -
3084 -*gtk+-2.18.3 (29 Oct 2009)
3085 -
3086 - 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> +gtk+-2.18.3.ebuild:
3087 - New version for GNOME 2.28.
3088 -
3089 - 26 Oct 2009; Raúl Porcel <armin76@g.o> gtk+-2.16.6.ebuild:
3090 - ia64/sh/sparc stable wrt #285586
3091 -
3092 - 08 Oct 2009; Markus Meier <maekke@g.o> gtk+-2.16.6.ebuild:
3093 - arm stable, bug #285586
3094 -
3095 - 03 Oct 2009; Tobias Klausmann <klausman@g.o> gtk+-2.16.6.ebuild:
3096 - Stable on alpha, bug #285586
3097 -
3098 - 30 Sep 2009; Jeroen Roovers <jer@g.o> gtk+-2.16.6.ebuild:
3099 - Stable for HPPA (bug #285586).
3100 -
3101 - 27 Sep 2009; nixnut <nixnut@g.o> gtk+-2.16.6.ebuild:
3102 - ppc stable #285586
3103 -
3104 - 25 Sep 2009; Brent Baude <ranger@g.o> gtk+-2.16.6.ebuild:
3105 - Marking gtk+-2.16.6 ppc64 stable for bug 285586
3106 -
3107 - 22 Sep 2009; Markus Meier <maekke@g.o> gtk+-2.16.6.ebuild:
3108 - x86 stable, bug #285586
3109 -
3110 - 20 Sep 2009; Mart Raudsepp <leio@g.o>
3111 - +files/gtk+-2.16.6-fix-pltcheck-test.patch, gtk+-2.16.6.ebuild:
3112 - Fix tests, bug 285698
3113 -
3114 - 20 Sep 2009; Mart Raudsepp <leio@g.o> -gtk+-2.16.1.ebuild,
3115 - -gtk+-2.16.5.ebuild, -gtk+-2.16.5-r1.ebuild:
3116 - Remove old
3117 -
3118 - 19 Sep 2009; Olivier Crête <tester@g.o> gtk+-2.16.6.ebuild:
3119 - Stable on amd64, bug #285586
3120 -
3121 -*gtk+-2.16.6 (19 Sep 2009)
3122 -
3123 - 19 Sep 2009; Mart Raudsepp <leio@g.o> +gtk+-2.16.6.ebuild:
3124 - Version bump. Various safe bug fixes
3125 -
3126 -*gtk+-2.16.5-r1 (06 Sep 2009)
3127 -
3128 - 06 Sep 2009; Romain Perier <mrpouet@g.o>
3129 - +gtk+-2.16.5-r1.ebuild,
3130 - +files/gtk+-2.16.5-jpeg-backward-compatibility.patch:
3131 - Fix jpeg7 blured images in gdk-pixbuf due to jpeg7 scale specs changes,
3132 - per bug #282744.
3133 -
3134 -*gtk+-2.16.5 (19 Jul 2009)
3135 -
3136 - 19 Jul 2009; Gilles Dartiguelongue <eva@g.o> +gtk+-2.16.5.ebuild:
3137 - Version bump. Lots of bug fixes, disable tests broken in gentoo env.
3138 -
3139 -*gtk+-2.16.1 (04 May 2009)
3140 -
3141 - 04 May 2009; Gilles Dartiguelongue <eva@g.o> -gtk+-2.10.14.ebuild,
3142 - +gtk+-2.16.1.ebuild:
3143 - New version for GNOME 2.26. New GtkOrientable API, a lot of bug fixes and
3144 - polish all over the place.
3145 -
3146 - 27 Apr 2009; Jeroen Roovers <jer@g.o> gtk+-2.14.7-r2:
3147 - Stable for HPPA (bug #260063).
3148 -
3149 - 22 Apr 2009; Mart Raudsepp <leio@g.o>
3150 - -files/gtk+-2.12.1-cupsutils.patch, -gtk+-2.12.8.ebuild,
3151 - -gtk+-2.14.4.ebuild, -gtk+-2.14.5.ebuild, -gtk+-2.14.7.ebuild,
3152 - -gtk+-2.14.7-r1.ebuild:
3153 - Remove old
3154 -
3155 - 12 Apr 2009; Friedrich Oslage <bluebird@g.o> ChangeLog:
3156 - Stable on sparc, bug #260063
3157 -
3158 - 29 Mar 2009; Raúl Porcel <armin76@g.o> gtk+-2.14.7-r2.ebuild:
3159 - arm/sh/sparc stable
3160 -
3161 - 18 Mar 2009; Raúl Porcel <armin76@g.o> gtk+-2.14.7-r2.ebuild:
3162 - alpha/ia64 stable wrt #260063
3163 -
3164 - 15 Mar 2009; Markus Meier <maekke@g.o> gtk+-2.14.7-r2.ebuild:
3165 - x86 stable, bug #260063
3166 -
3167 - 11 Mar 2009; Daniel Gryniewicz <dang@g.o> gtk+-2.14.7-r2.ebuild:
3168 - Marked stable on amd64
3169 -
3170 - 06 Mar 2009; Brent Baude <ranger@g.o> gtk+-2.14.7-r2.ebuild:
3171 - Marking gtk+-2.14.7-r2 ppc stable for bug 260063
3172 -
3173 - 05 Mar 2009; Brent Baude <ranger@g.o> gtk+-2.14.7-r2.ebuild:
3174 - Marking gtk+-2.14.7-r2 ppc64 stable for bug 260063
3175 -
3176 -*gtk+-2.14.7-r2 (01 Mar 2009)
3177 -
3178 - 01 Mar 2009; Gilles Dartiguelongue <eva@g.o>
3179 - +files/gtk+-2.14.7-ignore-gtkcurve.patch,
3180 - +files/gtk+-2.14.7-uncertain-mime.patch, +gtk+-2.14.7-r2.ebuild:
3181 - Bump to 2.14.7-r2. Hopefully fix test failures, bug #238995, and enhance
3182 - mime-type resolution, bug #257980.
3183 -
3184 - 15 Feb 2009; Raúl Porcel <armin76@g.o> gtk+-2.12.11.ebuild:
3185 - arm/sh stable
3186 -
3187 -*gtk+-2.14.7-r1 (29 Jan 2009)
3188 -
3189 - 29 Jan 2009; Daniel Gryniewicz <dang@g.o>
3190 - +files/gtk+-2.14.7-filechooser.patch, +gtk+-2.14.7-r1.ebuild:
3191 - Fix for filechooser centering: bug #239360
3192 -
3193 -*gtk+-2.14.7 (15 Jan 2009)
3194 -
3195 - 15 Jan 2009; Mart Raudsepp <leio@g.o> +gtk+-2.14.7.ebuild:
3196 - Version bump for various bug fixes. This is a stable candidate.
3197 -
3198 - 30 Nov 2008; Gilles Dartiguelongue <eva@g.o> gtk+-2.10.14.ebuild,
3199 - gtk+-2.12.8.ebuild, gtk+-2.12.11.ebuild, gtk+-2.12.12.ebuild,
3200 - gtk+-2.14.4.ebuild, gtk+-2.14.5.ebuild:
3201 - Update comment about preview command, bug #236547.
3202 -
3203 -*gtk+-2.14.5 (27 Nov 2008)
3204 -
3205 - 27 Nov 2008; Mart Raudsepp <leio@g.o>
3206 - -files/gtk+-2.12.9-filechooser-fix-icon-size.patch,
3207 - -files/gtk+-2.12.9-gtk-filesystem-backend-tilde-fix.patch,
3208 - -files/gtk+-2.12.9-print-backend-64bit.patch,
3209 - -files/gtk+-2.12.9-treeview-search-window-type.patch,
3210 - -files/gtk+-2.12.10-fix-get_frame_extents.patch,
3211 - -files/gtk+-2.12.10-fix-treeview_sort_indicators.patch,
3212 - -files/gtk+-2.14.3-dont-unset-filechooser-filter-after-first-use.patch,
3213 - -files/gtk+-2.14.3-fix-combining-broken-diacritics.patch,
3214 - -files/gtk+-2.14.3-fix-filesystem-double-free.patch,
3215 - -files/gtk+-2.14.3-fix-lpr_write-double-free.patch,
3216 - -files/gtk+-2.14.3-fix-password-dialog-on-mount.patch,
3217 - -files/gtk+-2.14.3-notebook-tab-draw-correctness.patch,
3218 - -files/gtk+-2.14.3-reorder-compose-key-table-order.patch,
3219 - -gtk+-2.12.9-r1.ebuild, -gtk+-2.12.9-r2.ebuild, -gtk+-2.12.10-r1.ebuild,
3220 - -gtk+-2.14.3-r1.ebuild, -gtk+-2.14.3-r2.ebuild, +gtk+-2.14.5.ebuild:
3221 - Version bump for various bug fixes. Remove old
3222 -
3223 - 17 Nov 2008; Diego E. Pettenò <flameeyes@g.o>
3224 - files/gtk+-2.10.7-mozilla-dnd-fix.patch:
3225 - Fix patch with absolute paths.
3226 -
3227 - 13 Nov 2008; Brent Baude <ranger@g.o> gtk+-2.12.11.ebuild:
3228 - Marking gtk+-2.12.11 ppc64 stable for bug 236971
3229 -
3230 -*gtk+-2.14.4 (19 Oct 2008)
3231 -
3232 - 19 Oct 2008; Mart Raudsepp <leio@g.o> +gtk+-2.14.4.ebuild:
3233 - Version bump for various bug fixes
3234 -
3235 - 18 Oct 2008; Brent Baude <ranger@g.o> gtk+-2.12.11.ebuild:
3236 - Marking gtk+-2.12.11 ppc stable for bug 236971
3237 -
3238 -*gtk+-2.14.3-r2 (01 Oct 2008)
3239 -
3240 - 01 Oct 2008; Rémi Cardona <remi@g.o>
3241 - +files/gtk+-2.14.3-fix-combining-broken-diacritics.patch,
3242 - +files/gtk+-2.14.3-reorder-compose-key-table-order.patch,
3243 - +gtk+-2.14.3-r2.ebuild:
3244 - fix broken diacritics on intl keyboards (see gnome bug #554192)
3245 -
3246 -*gtk+-2.14.3-r1 (29 Sep 2008)
3247 -
3248 - 29 Sep 2008; Mart Raudsepp <leio@g.o>
3249 - +files/gtk+-2.14.3-dont-unset-filechooser-filter-after-first-use.patch,
3250 - +files/gtk+-2.14.3-fix-filesystem-double-free.patch,
3251 - +files/gtk+-2.14.3-fix-lpr_write-double-free.patch,
3252 - +files/gtk+-2.14.3-fix-password-dialog-on-mount.patch,
3253 - +files/gtk+-2.14.3-notebook-tab-draw-correctness.patch,
3254 - -gtk+-2.14.3.ebuild, +gtk+-2.14.3-r1.ebuild:
3255 - Add a few fixes from upstream unreleased code
3256 -
3257 - 28 Sep 2008; Mart Raudsepp <leio@g.o>
3258 - +files/gtk+-2.14.3-limit-gtksignal-includes.patch, gtk+-2.14.3.ebuild:
3259 - Adjust a header so that packages using GtkCList will remain buildable
3260 -
3261 - 25 Sep 2008; Jeroen Roovers <jer@g.o> gtk+-2.12.11.ebuild:
3262 - Stable for HPPA (bug #236971).
3263 -
3264 -*gtk+-2.14.3 (25 Sep 2008)
3265 -
3266 - 25 Sep 2008; Mart Raudsepp <leio@g.o> +gtk+-2.14.3.ebuild:
3267 - Major version bump. Uses GIO (and indirectly gvfs for remote file support)
3268 - directly for filechooser, with improved auto-completion; printer dialog
3269 - can show status information; includes gail accessibility library with
3270 - other a11y improvements; better keyboard compose sequences; jpeg2000
3271 - support for gdk-pixbuf with USE=jpeg2k; uses Xrandr for more and better
3272 - monitor information; new API that helps removing use of libgnome(ui) by
3273 - applications; and much much more
3274 -
3275 -*gtk+-2.12.12 (22 Sep 2008)
3276 -
3277 - 22 Sep 2008; Mart Raudsepp <leio@g.o> +gtk+-2.12.12.ebuild:
3278 - Version bump for bug fixes in the 2.12 series
3279 -
3280 - 09 Sep 2008; Raúl Porcel <armin76@g.o> gtk+-2.12.11.ebuild:
3281 - alpha/ia64/sparc stable wrt #236971
3282 -
3283 - 08 Sep 2008; Markus Meier <maekke@g.o> gtk+-2.12.11.ebuild:
3284 - x86 stable, bug #236971
3285 -
3286 - 07 Sep 2008; Olivier Crête <tester@g.o> gtk+-2.12.11.ebuild:
3287 - amd64 stable, bug #236971
3288 -
3289 - 12 Aug 2008; Raúl Porcel <armin76@g.o> gtk+-2.12.10-r1.ebuild:
3290 - alpha/ia64/sparc stable wrt #229709
3291 -
3292 - 10 Aug 2008; Markus Meier <maekke@g.o> gtk+-2.12.10-r1.ebuild:
3293 - x86 stable, bug #229709
3294 -
3295 - 31 Jul 2008; Gilles Dartiguelongue <eva@g.o>
3296 - gtk+-1.2.10-r12.ebuild, -gtk+-2.12.1-r2.ebuild, -gtk+-2.12.5-r1.ebuild,
3297 - -gtk+-2.12.9.ebuild, -gtk+-2.12.10.ebuild:
3298 - drop gtk+-1 to ~mips for repoman check.
3299 - clean up old revisions.
3300 -
3301 - 30 Jul 2008; Brent Baude <ranger@g.o> gtk+-2.12.10-r1.ebuild:
3302 - Marking gtk+-2.12.10-r1 ppc stable for bug 229709
3303 -
3304 - 26 Jul 2008; Olivier Crête <tester@g.o> gtk+-2.12.10-r1.ebuild:
3305 - Stable on amd64, bug #229709
3306 -
3307 -*gtk+-2.12.11 (16 Jul 2008)
3308 -
3309 - 16 Jul 2008; Gilles Dartiguelongue <eva@g.o> +gtk+-2.12.11.ebuild:
3310 - version bump for various bug fixes and translation updates.
3311 -
3312 -*gtk+-2.12.10-r1 (11 Jun 2008)
3313 -
3314 - 11 Jun 2008; Mart Raudsepp <leio@g.o>
3315 - +files/gtk+-2.12.10-fix-get_frame_extents.patch,
3316 - +files/gtk+-2.12.10-fix-nocxx.patch,
3317 - +files/gtk+-2.12.10-fix-treeview_sort_indicators.patch,
3318 - +files/gtk+-2.12.10-no-libintl.patch, +gtk+-2.12.10-r1.ebuild:
3319 - Fix bug #225339 in gdk_window_get_frame_extents causing window
3320 - misplacements by various programs; fix sort indicator on treeview not
3321 - showing in certain circumstances; also include some patches that benefit
3322 - embedded use cases
3323 -
3324 - 07 Jun 2008; nixnut <nixnut@g.o> gtk+-2.12.9-r2.ebuild:
3325 - Stable on ppc wrt bug 224817
3326 -
3327 - 07 Jun 2008; Kenneth Prugh <ken69267@g.o> gtk+-2.12.9-r2.ebuild:
3328 - amd64 stable, bug #224817
3329 -
3330 - 04 Jun 2008; Raúl Porcel <armin76@g.o> gtk+-2.12.9-r2.ebuild:
3331 - alpha/ia64/sparc stable wrt #224817
3332 -
3333 - 04 Jun 2008; Markus Rothe <corsair@g.o> gtk+-2.12.9-r2.ebuild:
3334 - Stable on ppc64; bug #224817
3335 -
3336 - 04 Jun 2008; Dawid Węgliński <cla@g.o> gtk+-2.12.9-r2.ebuild:
3337 - Stable on x86 (bug #224817)
3338 -
3339 - 04 Jun 2008; Jeroen Roovers <jer@g.o> gtk+-2.12.9-r2.ebuild:
3340 - Stable for HPPA (bug #224817).
3341 -
3342 -*gtk+-2.12.10 (04 Jun 2008)
3343 -
3344 - 04 Jun 2008; Mart Raudsepp <leio@g.o> +gtk+-2.12.10.ebuild:
3345 - Version bump for various bug fixes
3346 -
3347 - 28 Apr 2008; Gilles Dartiguelongue <eva@g.o>
3348 - +files/gtk+-2.12.9-libtool-2.patch, gtk+-2.12.9-r2.ebuild:
3349 - Fix libtool usage for configure stage, bug #213789. Fix bug #197899 by
3350 - raising gtk-doc to 1.8 (as per upstream svn).
3351 -
3352 -*gtk+-2.12.9-r2 (10 Apr 2008)
3353 -
3354 - 10 Apr 2008; Mart Raudsepp <leio@g.o>
3355 - +files/gtk+-2.12.9-filechooser-fix-icon-size.patch,
3356 - +files/gtk+-2.12.9-gtk-filesystem-backend-tilde-fix.patch,
3357 - +files/gtk+-2.12.9-print-backend-64bit.patch,
3358 - +files/gtk+-2.12.9-treeview-search-window-type.patch,
3359 - +gtk+-2.12.9-r2.ebuild:
3360 - Fix 64bit printing dialogs, especially seen in Eclipse, bugs 214863 and
3361 - 215318; Improve ~ handling in gtk+ filechooser backend (outside GNOME usage
3362 - mostly), bug 215146; Also add patches to fix treeview search popup window
3363 - type for compiz benefits and filechooser icon size inconsistencies that were
3364 - best seen with GVFS bookmark icons
3365 -
3366 -*gtk+-2.12.9-r1 (26 Mar 2008)
3367 -
3368 - 26 Mar 2008; Rémi Cardona <remi@g.o> +gtk+-2.12.9-r1.ebuild:
3369 - fix cups support (fixes bug #214017, patch by Octavio Ruiz)
3370 -
3371 - 22 Mar 2008; Daniel Gryniewicz <dang@g.o> gtk+-2.12.8.ebuild:
3372 - Marked stable on amd64 for bug #212986
3373 -
3374 -*gtk+-2.12.9 (17 Mar 2008)
3375 -
3376 - 17 Mar 2008; Mart Raudsepp <leio@g.o> +gtk+-2.12.9.ebuild:
3377 - Version bump for mostly bug fixes
3378 -
3379 - 17 Mar 2008; Jeroen Roovers <jer@g.o> gtk+-2.12.8.ebuild:
3380 - Stable for HPPA (bug #212986).
3381 -
3382 - 15 Mar 2008; nixnut <nixnut@g.o> gtk+-2.12.8.ebuild:
3383 - Stable on ppc wrt bug 212986
3384 -
3385 - 14 Mar 2008; Raúl Porcel <armin76@g.o> gtk+-2.12.8.ebuild:
3386 - alpha/ia64/sparc stable wrt #212986
3387 -
3388 - 12 Mar 2008; Christian Faulhammer <opfer@g.o> gtk+-2.12.8.ebuild:
3389 - stable x86, bug 212986
3390 -
3391 - 12 Mar 2008; Brent Baude <ranger@g.o> gtk+-2.12.8.ebuild:
3392 - Marking gtk+-2.12.8 ppc64 for bug 212986
3393 -
3394 -*gtk+-2.12.8 (14 Feb 2008)
3395 -
3396 - 14 Feb 2008; Mart Raudsepp <leio@g.o> +gtk+-2.12.8.ebuild:
3397 - Version bump for assorted bug fixes, including multiple filechooser
3398 - improvements
3399 -
3400 - 04 Feb 2008; Jeroen Roovers <jer@g.o> gtk+-2.12.5-r1.ebuild:
3401 - Stable for HPPA (bug #208366).
3402 -
3403 -*gtk+-2.12.7 (03 Feb 2008)
3404 -
3405 - 03 Feb 2008; Mart Raudsepp <leio@g.o> +gtk+-2.12.7.ebuild:
3406 - Version bump
3407 -
3408 - 03 Feb 2008; Raúl Porcel <armin76@g.o> gtk+-2.12.5-r1.ebuild:
3409 - alpha/ia64/sparc stable wrt #208366
3410 -
3411 - 02 Feb 2008; Chris Gianelloni <wolf31o2@g.o> gtk+-2.12.5-r1.ebuild:
3412 - Stable on amd64 wrt bug #208366.
3413 -
3414 - 01 Feb 2008; Brent Baude <ranger@g.o> gtk+-2.12.5-r1.ebuild:
3415 - Marking gtk+-2.12.5-r1 ppc64 and ppc stable for bug 208366
3416 -
3417 - 01 Feb 2008; Christian Faulhammer <opfer@g.o>
3418 - gtk+-2.12.5-r1.ebuild:
3419 - stable x86, bug 208366
3420 -
3421 -*gtk+-2.12.5-r1 (13 Jan 2008)
3422 -
3423 - 13 Jan 2008; Gilles Dartiguelongue <eva@g.o>
3424 - +gtk+-2.12.5-r1.ebuild:
3425 - apply flash & OOo fix again (bug #205515)
3426 -
3427 -*gtk+-2.12.5 (10 Jan 2008)
3428 -
3429 - 10 Jan 2008; Gilles Dartiguelongue <eva@g.o> +gtk+-2.12.5.ebuild:
3430 - bump to 2.12.5, numerous fixes (firefox, OOo, pixbufs, and many more)
3431 -
3432 - 14 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
3433 - -files/gtk+-2.2.1-disable_icons_smooth_alpha.patch,
3434 - -files/gtk+-2.4.9-ppc64.patch,
3435 - -files/gtk+-2.12.0-icon-cache-speedup.patch,
3436 - -files/gtk+-2.12.0-libtracker_so.patch,
3437 - -files/gtk+-2.12.0-searchenginesimple-crash-fix.patch,
3438 - -files/gtk+-2.12.0-swt-tooltips-fix.patch, -files/gtk+-2-xpm_loader.patch,
3439 - -gtk+-2.6.10-r1.ebuild, -gtk+-2.8.19.ebuild, -gtk+-2.8.20-r1.ebuild,
3440 - -gtk+-2.10.13.ebuild, -gtk+-2.12.1-r1.ebuild:
3441 - prune unused versions
3442 -
3443 - 23 Nov 2007; Jeroen Roovers <jer@g.o> gtk+-2.12.1-r2.ebuild:
3444 - Stable for HPPA (bug #198845).
3445 -
3446 - 23 Nov 2007; Jeroen Roovers <jer@g.o> gtk+-2.12.1-r1.ebuild:
3447 - Stable for HPPA (bug #198845).
3448 -
3449 -*gtk+-2.12.1-r2 (21 Nov 2007)
3450 -
3451 - 21 Nov 2007; Samuli Suominen <drac@g.o> +gtk+-2.12.1-r2.ebuild:
3452 - gdk-pixbuf.loaders installation was broken by einstall passing sysconfdir,
3453 - revert back to using make with destdir wrt #199746.
3454 -
3455 - 20 Nov 2007; Joshua Kinard <kumba@g.o> gtk+-2.12.1-r1.ebuild:
3456 - Stable on mips, per #198845.
3457 -
3458 - 20 Nov 2007; Joshua Kinard <kumba@g.o> gtk+-2.10.14.ebuild:
3459 - Stable on mips, per #190019.
3460 -
3461 - 19 Nov 2007; Markus Rothe <corsair@g.o> gtk+-2.12.1-r1.ebuild:
3462 - Stable on ppc64; bug #198845
3463 -
3464 - 17 Nov 2007; nixnut <nixnut@g.o> gtk+-2.12.1-r1.ebuild:
3465 - Stable on ppc wrt bug 198845
3466 -
3467 - 14 Nov 2007; Raúl Porcel <armin76@g.o> gtk+-2.12.1-r1.ebuild:
3468 - sparc stable wrt #198845
3469 -
3470 - 14 Nov 2007; Raúl Porcel <armin76@g.o> gtk+-2.12.1-r1.ebuild:
3471 - alpha/ia64 stable wrt #198845
3472 -
3473 - 13 Nov 2007; Christian Faulhammer <opfer@g.o>
3474 - gtk+-2.12.1-r1.ebuild:
3475 - stable x86, bug 198845
3476 -
3477 - 13 Nov 2007; Mart Raudsepp <leio@g.o> gtk+-2.6.10-r1.ebuild,
3478 - gtk+-2.8.19.ebuild, gtk+-2.8.20-r1.ebuild, gtk+-2.10.13.ebuild,
3479 - gtk+-2.10.14.ebuild:
3480 - QA: Fix quoting of variables in old versions
3481 -
3482 - 13 Nov 2007; Mart Raudsepp <leio@g.o> -gtk+-2.10.11.ebuild,
3483 - -gtk+-2.12.0-r2.ebuild, -gtk+-2.12.1.ebuild:
3484 - Remove old unnecessary versions
3485 -
3486 - 12 Nov 2007; Samuli Suominen <drac@g.o> gtk+-2.12.1-r1.ebuild:
3487 - amd64 stable wrt #198845
3488 -
3489 -*gtk+-2.12.1-r1 (05 Nov 2007)
3490 -
3491 - 05 Nov 2007; Daniel Gryniewicz <dang@g.o>
3492 - +files/gtk+-2.12.1-cupsutils.patch, +gtk+-2.12.1-r1.ebuild:
3493 - Bump to 2.12.1-r1
3494 - Include patch to fix printing on ppc64; bug #197639
3495 -
3496 - 28 Oct 2007; Gilles Dartiguelongue <eva@g.o> gtk+-2.12.1.ebuild:
3497 - add vim-syntax support, fix bug #152275
3498 - add a note about evince being the default backend for printing preview
3499 -
3500 -*gtk+-2.12.1 (20 Oct 2007)
3501 -
3502 - 20 Oct 2007; Mart Raudsepp <leio@g.o>
3503 - +files/gtk+-2.12.1-firefox-print-preview.patch, -gtk+-2.12.0.ebuild,
3504 - -gtk+-2.12.0-r1.ebuild, +gtk+-2.12.1.ebuild:
3505 - Version bump. Include patch to fix firefox print preview crash for bug #195644
3506 -
3507 -*gtk+-2.12.0-r2 (25 Sep 2007)
3508 -
3509 - 25 Sep 2007; Mart Raudsepp <leio@g.o>
3510 - +files/gtk+-2.12.0-openoffice-freeze-workaround.patch,
3511 - +files/gtk+-2.12.0-searchenginesimple-crash-fix.patch,
3512 - +gtk+-2.12.0-r2.ebuild:
3513 - Fix a crash in file chooser search functionality and freezes in OpenOffice
3514 - when ran outside Gnome; upstream bug #480123 and our bug #193513
3515 - respectively
3516 -
3517 - 25 Sep 2007; Mart Raudsepp <leio@g.o> gtk+-2.12.0-r1.ebuild:
3518 - QA: Some quoting and other fixes, thanks to Donnie Berkholz
3519 -
3520 -*gtk+-2.12.0-r1 (24 Sep 2007)
3521 -
3522 - 24 Sep 2007; Mart Raudsepp <leio@g.o>
3523 - +files/gtk+-2.12.0-flash-workaround.patch,
3524 - +files/gtk+-2.12.0-swt-tooltips-fix.patch, +gtk+-2.12.0-r1.ebuild:
3525 - Hopefully fix netscape-flash crashes and infinite loops and Java SWT
3526 - tooltips weird behaviour and related crashes. Bug #193513 and part of bug
3527 - #192310 and self-observation
3528 -
3529 -*gtk+-2.12.0 (21 Sep 2007)
3530 -
3531 - 21 Sep 2007; Rémi Cardona <remi@g.o>
3532 - +files/gtk+-2.12.0-icon-cache-speedup.patch, +gtk+-2.12.0.ebuild:
3533 - Add gtk+-2.12.0 (Gnome 2.20)
3534 -
3535 - 21 Sep 2007; Brent Baude <ranger@g.o> gtk+-2.10.14.ebuild:
3536 - Marking gtk+-2.10.14 ppc64 for bug #190019
3537 -
3538 - 28 Aug 2007; nixnut <nixnut@g.o> gtk+-2.10.14.ebuild:
3539 - Stable on ppc wrt bug 190019
3540 -
3541 - 28 Aug 2007; Jeroen Roovers <jer@g.o> gtk+-2.10.14.ebuild:
3542 - Stable for HPPA (bug #190019).
3543 -
3544 - 25 Aug 2007; Raúl Porcel <armin76@g.o> gtk+-2.10.14.ebuild:
3545 - alpha/ia64/x86 stable wrt #190019
3546 -
3547 - 24 Aug 2007; Wulf C. Krueger <philantrop@g.o> gtk+-2.10.14.ebuild:
3548 - Marked stable on amd64 as per bug 190019.
3549 -
3550 - 24 Aug 2007; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.14.ebuild:
3551 - Stable on sparc wrt #190019
3552 -
3553 - 31 Jul 2007; Joshua Kinard <kumba@g.o> gtk+-2.10.13.ebuild:
3554 - Stable on mips, per #185614.
3555 -
3556 - 23 Jul 2007; nixnut <nixnut@g.o> gtk+-2.10.13.ebuild:
3557 - Stable on ppc wrt bug 185614
3558 -
3559 - 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
3560 - gtk+-1.2.10-r12.ebuild, gtk+-2.6.10-r1.ebuild, gtk+-2.8.19.ebuild,
3561 - gtk+-2.8.20-r1.ebuild:
3562 - Drop virtual/x11 references.
3563 -
3564 - 19 Jul 2007; Christoph Mende <angelos@g.o> gtk+-2.10.13.ebuild:
3565 - Stable on amd64 wrt bug #185614
3566 -
3567 - 18 Jul 2007; Raúl Porcel <armin76@g.o> gtk+-2.10.13.ebuild:
3568 - alpha/ia64/x86 stable wrt #185614
3569 -
3570 - 17 Jul 2007; Jeroen Roovers <jer@g.o> gtk+-2.10.13.ebuild:
3571 - Stable for HPPA (bug #185614).
3572 -
3573 - 17 Jul 2007; Markus Rothe <corsair@g.o> gtk+-2.10.13.ebuild:
3574 - Stable on ppc64; bug #185614
3575 -
3576 - 17 Jul 2007; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.13.ebuild:
3577 - Stable on sparc wrt #185614
3578 -
3579 -*gtk+-2.10.14 (16 Jul 2007)
3580 -
3581 - 16 Jul 2007; Mart Raudsepp <leio@g.o>
3582 - -files/gtk+-2.10.7-textview-fix.patch, -gtk+-2.10.6.ebuild,
3583 - -gtk+-2.10.7-r1.ebuild, -gtk+-2.10.9.ebuild, -gtk+-2.10.12.ebuild,
3584 - +gtk+-2.10.14.ebuild:
3585 - Version bump and remove some old versions
3586 -
3587 - 02 Jul 2007; Piotr Jaroszyński <peper@g.o> gtk+-2.8.19.ebuild,
3588 - gtk+-2.8.20-r1.ebuild, gtk+-2.10.6.ebuild, gtk+-2.10.7-r1.ebuild,
3589 - gtk+-2.10.9.ebuild, gtk+-2.10.11.ebuild, gtk+-2.10.12.ebuild,
3590 - gtk+-2.10.13.ebuild:
3591 - (QA) RESTRICT clean up.
3592 -
3593 - 27 Jun 2007; Mike Frysinger <vapier@g.o>
3594 - +files/gtk+-1.2.10-automake.patch, +files/gtk+-1.2.10-cleanup.patch,
3595 - gtk+-1.2.10-r12.ebuild:
3596 - Fixup autotool handling #168198.
3597 -
3598 -*gtk+-2.10.13 (14 Jun 2007)
3599 -
3600 - 14 Jun 2007; Mart Raudsepp <leio@g.o> +gtk+-2.10.13.ebuild:
3601 - Version bump for bug fixes. Should also fix our bug #180669
3602 -
3603 - 02 Jun 2007; Brent Baude <ranger@g.o> gtk+-2.10.11.ebuild:
3604 - Marking gtk+-2.10.11 ppc stable for bug #171107
3605 -
3606 - 31 May 2007; Jeroen Roovers <jer@g.o> gtk+-2.10.11.ebuild:
3607 - Stable for HPPA (bug #171107).
3608 -
3609 - 31 May 2007; Daniel Gryniewicz <dang@g.o> gtk+-2.10.11.ebuild:
3610 - Marked stable on amd64 for bug #171107
3611 -
3612 - 31 May 2007; Brent Baude <ranger@g.o> gtk+-2.10.11.ebuild:
3613 - Marking gtk+-2.10.11 ppc64 stable for bug #171107
3614 -
3615 - 30 May 2007; Raúl Porcel <armin76@g.o> gtk+-2.10.11.ebuild:
3616 - alpha/ia64 stable wrt #171107
3617 -
3618 - 29 May 2007; Andrej Kacian <ticho@g.o> gtk+-2.10.11.ebuild:
3619 - Stable on x86, bug #171107.
3620 -
3621 - 29 May 2007; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.11.ebuild:
3622 - Stable on sparc wrt #171107
3623 -
3624 - 27 May 2007; Joshua Kinard <kumba@g.o> gtk+-2.10.11.ebuild:
3625 - Stable on mips.
3626 -
3627 - 26 May 2007; Daniel Gryniewicz <dang@g.o> gtk+-2.10.11.ebuild:
3628 - icon cache patch shouldn't have gone into .11
3629 -
3630 - 22 May 2007; Daniel Gryniewicz <dang@g.o>
3631 - +files/gtk+-2.10.11-update-icon-subdirs.patch, gtk+-2.10.11.ebuild,
3632 - gtk+-2.10.12.ebuild:
3633 - Add patch to check intelligently for icon cache updates
3634 -
3635 -*gtk+-2.10.12 (03 May 2007)
3636 -
3637 - 03 May 2007; Saleem Abdulrasool <compnerd@g.o>
3638 - +gtk+-2.10.12.ebuild:
3639 - Version bump from upstream with numerous bug fixes
3640 -
3641 - 22 Mar 2007; Chris Gianelloni <wolf31o2@g.o> gtk+-2.10.9.ebuild:
3642 - Stable on alpha/ia64/ppc wrt bug #163678.
3643 -
3644 - 15 Mar 2007; Markus Rothe <corsair@g.o> gtk+-2.10.9.ebuild:
3645 - Stable on ppc64; bug #163678
3646 -
3647 - 15 Mar 2007; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.9.ebuild:
3648 - Stable on sparc wrt #163678
3649 -
3650 - 15 Mar 2007; Jeroen Roovers <jer@g.o> gtk+-2.10.9.ebuild:
3651 - Stable for HPPA (bug #163678).
3652 -
3653 -*gtk+-2.10.11 (14 Mar 2007)
3654 -
3655 - 14 Mar 2007; Daniel Gryniewicz <dang@g.o> +gtk+-2.10.11.ebuild:
3656 - Bump to 2.10.11
3657 - - Tons of bug fixes...
3658 -
3659 - 14 Mar 2007; Simon Stelling <blubb@g.o> gtk+-2.10.9.ebuild:
3660 - stable on amd64; security bug 163678
3661 -
3662 - 14 Mar 2007; Christian Faulhammer <opfer@g.o> gtk+-2.10.9.ebuild:
3663 - stable x86, bug 163678
3664 -
3665 - 21 Feb 2007; Simon Stelling <blubb@g.o> gtk+-2.10.6.ebuild,
3666 - gtk+-2.10.9.ebuild:
3667 - we don't need the use x86 && [[ LIBDIR == lib32 ]] hack anymore
3668 -
3669 -*gtk+-2.10.9 (25 Jan 2007)
3670 -
3671 - 25 Jan 2007; Mart Raudsepp <leio@g.o> +gtk+-2.10.9.ebuild:
3672 - Version bump
3673 -
3674 -*gtk+-2.10.7-r1 (16 Jan 2007)
3675 -
3676 - 16 Jan 2007; Mart Raudsepp <leio@g.o>
3677 - +files/gtk+-2.10.7-mozilla-dnd-fix.patch, -gtk+-2.10.7.ebuild,
3678 - +gtk+-2.10.7-r1.ebuild:
3679 - Fix drag and drop problem in mozilla products, bug 162362
3680 -
3681 -*gtk+-2.10.7 (14 Jan 2007)
3682 -
3683 - 14 Jan 2007; Mart Raudsepp <leio@g.o>
3684 - +files/gtk+-2.10.7-textview-fix.patch, +gtk+-2.10.7.ebuild:
3685 - Version bump, also fix bug 158179
3686 -
3687 - 10 Jan 2007; Mart Raudsepp <leio@g.o> -gtk+-1.2.10-r11.ebuild:
3688 - Remove old gtk1 revision
3689 -
3690 - 09 Jan 2007; Mart Raudsepp <leio@g.o>
3691 - -files/gtk+-gdk-pixbuf-testfix.patch, -gtk+-2.8.8.ebuild,
3692 - -gtk+-2.8.12.ebuild:
3693 - Remove some old versions
3694 -
3695 - 06 Jan 2007; Stephen P. Becker <geoman@g.o> gtk+-1.2.10-r12.ebuild:
3696 - stable on mips
3697 -
3698 - 05 Jan 2007; Diego Pettenò <flameeyes@g.o> gtk+-2.8.8.ebuild,
3699 - gtk+-2.8.12.ebuild, gtk+-2.8.19.ebuild, gtk+-2.8.20-r1.ebuild,
3700 - gtk+-2.10.6.ebuild:
3701 - Remove debug.eclass usage.
3702 -
3703 - 09 Dec 2006; Bryan Østergaard <kloeri@g.o> gtk+-2.10.6.ebuild:
3704 - Stable on Alpha.
3705 -
3706 - 07 Dec 2006; Mart Raudsepp <leio@g.o> gtk+-2.10.6.ebuild:
3707 - Fix the broken syntax in elog for the module rebuild suggestion, bug #157419
3708 -
3709 - 07 Dec 2006; Doug Goldstein <cardoe@g.o> gtk+-2.10.6.ebuild:
3710 - Removed pdf USE flag check since cairo no longer has the pdf USE flag
3711 -
3712 - 01 Dec 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.6.ebuild:
3713 - Stable on hppa wrt #156572
3714 -
3715 - 01 Dec 2006; Markus Rothe <corsair@g.o> gtk+-2.10.6.ebuild:
3716 - Stable on ppc64; bug #156572
3717 -
3718 - 01 Dec 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.10.6.ebuild:
3719 - Stable on sparc wrt #156572
3720 -
3721 - 30 Nov 2006; Tobias Scherbaum <dertobi123@g.o> gtk+-2.10.6.ebuild:
3722 - ppc stable, bug #156572
3723 -
3724 - 30 Nov 2006; Christian Faulhammer <opfer@g.o> gtk+-2.10.6.ebuild:
3725 - stable x86, bug #156572
3726 -
3727 - 29 Nov 2006; Olivier Crête <tester@g.o> gtk+-2.10.6.ebuild:
3728 - Stable on amd64 for bugs #156572
3729 -
3730 - 12 Nov 2006; Donnie Berkholz <dberkholz@g.o>; gtk+-2.8.8.ebuild,
3731 - gtk+-2.8.12.ebuild, gtk+-2.8.19.ebuild, gtk+-2.8.20-r1.ebuild,
3732 - gtk+-2.10.6.ebuild:
3733 - Remove warning about Nvidia drivers RENDER accel being broken (Andy Ritger,
3734 - Nvidia). It's reported fixed on >=8756 and current stable is 8776.
3735 -
3736 - 05 Nov 2006; Mart Raudsepp <leio@g.o> gtk+-1.2.10-r12.ebuild:
3737 - Fix automake dependency, bug #150503
3738 -
3739 - 01 Nov 2006; Bryan Østergaard <kloeri@g.o> gtk+-1.2.10-r12.ebuild:
3740 - Stable on Alpha, bug 150355.
3741 -
3742 - 20 Oct 2006; Simon Stelling <blubb@g.o> Manifest:
3743 - repoman broke the manifest
3744 -
3745 - 20 Oct 2006; Simon Stelling <blubb@g.o> gtk+-1.2.10-r12.ebuild:
3746 - stable on amd64
3747 -
3748 - 19 Oct 2006; Bryan Østergaard <kloeri@g.o> gtk+-2.8.19.ebuild:
3749 - Stable on Alpha.
3750 -
3751 - 14 Oct 2006; Aron Griffis <agriffis@g.o> gtk+-1.2.10-r12.ebuild:
3752 - Mark 1.2.10-r12 stable on ia64. #150355
3753 -
3754 - 11 Oct 2006; Stephanie Lockwood-Childs <wormo@g.o>
3755 - gtk+-1.2.10-r12.ebuild:
3756 - stable on ppc (Bug #150355)
3757 -
3758 - 10 Oct 2006; Gustavo Zacarias <gustavoz@g.o>
3759 - gtk+-1.2.10-r12.ebuild:
3760 - Stable on sparc wrt #150355
3761 -
3762 - 09 Oct 2006; Jeroen Roovers <jer@g.o> gtk+-1.2.10-r12.ebuild:
3763 - Stable for HPPA (bug #150355).
3764 -
3765 -*gtk+-2.10.6 (07 Oct 2006)
3766 -
3767 - 07 Oct 2006; Mart Raudsepp <leio@g.o>
3768 - -files/gtk+-2.10.5-buildfile_typo.patch, -gtk+-2.10.4.ebuild,
3769 - -gtk+-2.10.5.ebuild, +gtk+-2.10.6.ebuild:
3770 - New version in the 2.10 series
3771 -
3772 - 07 Oct 2006; Markus Rothe <corsair@g.o> gtk+-1.2.10-r12.ebuild:
3773 - Stable on ppc64; bug #150355
3774 -
3775 - 07 Oct 2006; Andrej Kacian <ticho@g.o> gtk+-1.2.10-r12.ebuild:
3776 - Stable on x86, bug #150355.
3777 -
3778 -*gtk+-1.2.10-r12 (07 Oct 2006)
3779 -
3780 - 07 Oct 2006; Alin Nastac <mrness@g.o>
3781 - +files/gtk+-1.2.10-as-needed.patch, +gtk+-1.2.10-r12.ebuild:
3782 - Strip unsupported languages from LINGUAS (#114797). Fix broken compilation
3783 - of dependent packages when they're build with LDFLAGS=-Wl,--as-needed
3784 - (#133819).
3785 -
3786 -*gtk+-2.10.5 (02 Oct 2006)
3787 -
3788 - 02 Oct 2006; Mart Raudsepp <leio@g.o>
3789 - +files/gtk+-2.10.5-buildfile_typo.patch, +gtk+-2.10.5.ebuild:
3790 - Version bump for 2.10 series.
3791 -
3792 -*gtk+-2.10.4 (28 Sep 2006)
3793 -
3794 - 28 Sep 2006; Mart Raudsepp <leio@g.o> -gtk+-2.10.2.ebuild,
3795 - -gtk+-2.10.3.ebuild, +gtk+-2.10.4.ebuild:
3796 - Add 2.10.4, and clean up older 2.10 versions
3797 -
3798 - 25 Sep 2006; Daniel Gryniewicz <dang@g.o> Manifest:
3799 - Fix digest
3800 -
3801 - 23 Sep 2006; Markus Rothe <corsair@g.o> gtk+-2.8.19.ebuild,
3802 - gtk+-2.8.20-r1.ebuild, gtk+-2.10.2.ebuild, gtk+-2.10.3.ebuild:
3803 - Do not filter -mminimal-toc on ppc64, else it won't build
3804 -
3805 - 15 Sep 2006; John N. Laliberte <allanonjl@g.o> Manifest:
3806 - fix digest, #147632
3807 -
3808 - 14 Sep 2006; Daniel Gryniewicz <dang@g.o>
3809 - +files/gtk+-gdk-pixbuf-testfix.patch, +gtk+-2.8.8.ebuild:
3810 - Oops, missed a hard dep on 2.8.8. Thanks, mr-bones
3811 -
3812 - 13 Sep 2006; Daniel Gryniewicz <dang@g.o> gtk+-2.8.19.ebuild,
3813 - gtk+-2.8.20-r1.ebuild, gtk+-2.10.2.ebuild, gtk+-2.10.3.ebuild:
3814 - Only allow upstream-supported CFLAGS. Bug #133469
3815 -
3816 - 13 Sep 2006; Daniel Gryniewicz <dang@g.o>
3817 - -files/gtk+-gdk-pixbuf-testfix.patch, -gtk+-1.2.10-r10.ebuild,
3818 - -gtk+-2.8.8.ebuild, -gtk+-2.8.17.ebuild, -gtk+-2.8.18.ebuild,
3819 - -gtk+-2.8.20.ebuild:
3820 - Clean up old versions
3821 -
3822 - 12 Sep 2006; Daniel Gryniewicz <dang@g.o> gtk+-2.10.3.ebuild:
3823 - Remove monolithic X deps
3824 -
3825 -*gtk+-2.10.3 (05 Sep 2006)
3826 -
3827 - 05 Sep 2006; Daniel Gryniewicz <dang@g.o> -gtk+-2.10.0.ebuild,
3828 - -gtk+-2.10.1.ebuild, +gtk+-2.10.3.ebuild:
3829 - Add 2.10.3, and clean up older 2.10 versions
3830 -
3831 - 05 Sep 2006; Joshua Kinard <kumba@g.o> gtk+-2.8.19.ebuild:
3832 - Marked stable on mips.
3833 -
3834 - 04 Sep 2006; Gustavo Zacarias <gustavoz@g.o>
3835 - gtk+-1.2.10-r11.ebuild:
3836 - Stable on sparc
3837 -
3838 - 27 Aug 2006; Saleem Abdulrasool <compnerd@g.o>
3839 - gtk+-1.2.10-r11.ebuild:
3840 - Add an if block around the warning for gtkrc as per bug #141253
3841 -
3842 -*gtk+-2.10.2 (26 Aug 2006)
3843 -
3844 - 26 Aug 2006; Saleem Abdulrasool <compnerd@g.o> +gtk+-2.10.2.ebuild:
3845 - version bump from upstream
3846 -
3847 - 16 Aug 2006; Markus Rothe <corsair@g.o> gtk+-2.8.19.ebuild:
3848 - Stable on ppc64
3849 -
3850 - 26 Jul 2006; Stefan Schweizer <genstef@g.o> gtk+-2.10.1.ebuild:
3851 - Pango 1.12 is enough thanks to Todd Merrill <todd.merrill@×××××××.net> in
3852 - bug 141797
3853 -
3854 -*gtk+-2.10.1 (24 Jul 2006)
3855 -
3856 - 24 Jul 2006; Stefan Schweizer <genstef@g.o> +gtk+-2.10.1.ebuild:
3857 - version bump
3858 -
3859 - 19 Jul 2006; Olivier Crête <tester@g.o> files/digest-gtk+-2.8.19:
3860 - Fix digest
3861 -
3862 -*gtk+-2.8.20-r1 (18 Jul 2006)
3863 -
3864 - 18 Jul 2006; John N. Laliberte <allanonjl@g.o>
3865 - +gtk+-2.8.20-r1.ebuild, gtk+-2.10.0.ebuild:
3866 - we now create a gtkrc file with the fallback theme set to gnome. fixes #133241
3867 -
3868 - 17 Jul 2006; Daniel Gryniewicz <dang@g.o> gtk+-2.8.19.ebuild:
3869 - Marked stable on amd64 for bug #139612
3870 -
3871 -*gtk+-2.8.20 (17 Jul 2006)
3872 -
3873 - 17 Jul 2006; Daniel Gryniewicz <dang@g.o> +gtk+-2.8.20.ebuild:
3874 - Bump to 2.8.20 and fix bug #140222
3875 -
3876 - 16 Jul 2006; Tobias Scherbaum <dertobi123@g.o> gtk+-2.8.19.ebuild:
3877 - hppa stable, bug #139612
3878 -
3879 - 14 Jul 2006; Tobias Scherbaum <dertobi123@g.o> gtk+-2.8.19.ebuild:
3880 - ppc stable, bug #139612
3881 -
3882 - 12 Jul 2006; Chris Gianelloni <wolf31o2@g.o> gtk+-2.8.19.ebuild:
3883 - Stable on x86 wrt bug #139612.
3884 -
3885 - 12 Jul 2006; Chris Gianelloni <wolf31o2@g.o> gtk+-2.8.19.ebuild:
3886 - Stable on x86 wrt bug #139612.
3887 -
3888 - 10 Jul 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.8.19.ebuild:
3889 - Stable on sparc wrt #139612
3890 -
3891 - 08 Jul 2006; Stefan Schweizer <genstef@g.o> gtk+-2.10.0.ebuild:
3892 - Add elog message about rebuilding the gtk-engines
3893 -
3894 -*gtk+-2.10.0 (05 Jul 2006)
3895 -
3896 - 05 Jul 2006; Stefan Schweizer <genstef@g.o> +gtk+-2.10.0.ebuild:
3897 - version bump thanks to Milosz Kosobucki <mikomek@×××××××××××.pl> and Josef
3898 - Reidinger <queen.killer@××××××.cz> in bug 139195
3899 -
3900 - 25 Jun 2006; Javier Villavicencio <the_paya@g.o>
3901 - gtk+-2.8.19.ebuild:
3902 - Add ~x86-fbsd keyword.
3903 -
3904 -*gtk+-2.8.19 (16 Jun 2006)
3905 -
3906 - 16 Jun 2006; Leonardo Boshell <leonardop@g.o> +gtk+-2.8.19.ebuild:
3907 - New release.
3908 -
3909 -*gtk+-2.8.18 (26 May 2006)
3910 -
3911 - 26 May 2006; John N. Laliberte <allanonjl@g.o> -gtk+-2.8.11.ebuild,
3912 - -gtk+-2.8.13.ebuild, -gtk+-2.8.16.ebuild, +gtk+-2.8.18.ebuild:
3913 - new version, cleanup old versions.
3914 -
3915 -*gtk+-2.8.17 (01 May 2006)
3916 -
3917 - 01 May 2006; Daniel Gryniewicz <dang@g.o> +gtk+-2.8.17.ebuild:
3918 - Bump for 2.14.1
3919 -
3920 - 21 Apr 2006; Thomas Cort <tcort@g.o> gtk+-2.8.12.ebuild:
3921 - Stable on alpha wrt Bug #126321.
3922 -
3923 - 21 Apr 2006; Marinus Schraal <foser@g.o> gtk+-2.8.16.ebuild :
3924 - Always enable png, so we actually can display icons
3925 -
3926 - 15 Apr 2006; Stephen P. Becker <geoman@g.o> gtk+-2.8.12.ebuild:
3927 - stable on mips
3928 -
3929 - 12 Apr 2006; Diego Pettenò <flameeyes@g.o> gtk+-1.2.10-r11.ebuild:
3930 - Add ~x86-fbsd keyword.
3931 -
3932 - 07 Apr 2006; Diego Pettenò <flameeyes@g.o> gtk+-2.8.13.ebuild,
3933 - gtk+-2.8.16.ebuild:
3934 - Restrict confcache on gtk+ as it might cause spurious failures during build
3935 - (not during configure).
3936 -
3937 - 24 Mar 2006; Aron Griffis <agriffis@g.o> gtk+-2.8.12.ebuild:
3938 - Mark 2.8.12 stable on ia64
3939 -
3940 - 20 Mar 2006; Seemant Kulleen <seemant@g.o> gtk+-2.8.16.ebuild:
3941 - fix the make check stage which wants to run a gtk+ app (so run it in a
3942 - virtual X display).
3943 -
3944 - 19 Mar 2006; Markus Rothe <corsair@g.o> gtk+-2.8.12.ebuild:
3945 - Stable on ppc64
3946 -
3947 - 18 Mar 2006; Olivier Crête <tester@g.o> gtk+-2.8.12.ebuild:
3948 - Stable on amd64 per bug #126321
3949 -
3950 - 17 Mar 2006; Chris Gianelloni <wolf31o2@g.o> gtk+-2.8.12.ebuild:
3951 - Stable on x86 wrt bug #126321.
3952 -
3953 - 17 Mar 2006; Tobias Scherbaum <dertobi123@g.o> gtk+-2.8.12.ebuild:
3954 - Stable gnome-2.12.3 for ppc, bug #126321
3955 -
3956 - 16 Mar 2006; John N. Laliberte <allanonjl@g.o> gtk+-2.8.16.ebuild:
3957 - add missing inherit on autotools eclass. fixes #126455
3958 -
3959 -*gtk+-2.8.16 (16 Mar 2006)
3960 -
3961 - 16 Mar 2006; John N. Laliberte <allanonjl@g.o> -gtk+-2.8.15.ebuild,
3962 - +gtk+-2.8.16.ebuild:
3963 - new version
3964 -
3965 - 14 Mar 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.8.12.ebuild:
3966 - Stable on hppa
3967 -
3968 -*gtk+-2.8.15 (13 Mar 2006)
3969 -
3970 - 13 Mar 2006; Saleem Abdulrasool <compnerd@g.o> +gtk+-2.8.15.ebuild:
3971 - Version bump from upstream. allanonjl dropped disable_icons_smooth_alpha
3972 - patch, and bumped glib dependency to 2.10.1.
3973 -
3974 - 13 Mar 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.8.12.ebuild:
3975 - Stable on sparc
3976 -
3977 -*gtk+-2.8.13 (03 Mar 2006)
3978 -
3979 - 03 Mar 2006; Saleem Abdulrasool <compnerd@g.o> +gtk+-2.8.13.ebuild:
3980 - Version bump from upstream
3981 -
3982 - 20 Feb 2006; Saleem Abdulrasool <compnerd@g.o>
3983 - gtk+-1.2.10-r11.ebuild:
3984 - Fixing mod-z deps as per bug #123453
3985 -
3986 - 12 Feb 2006; John N. Laliberte <allanonjl@g.o> gtk+-2.8.12.ebuild:
3987 - add AT_M4DIR to fix compilation when user does not have gtk-doc installed
3988 -
3989 -*gtk+-2.8.12 (12 Feb 2006)
3990 -
3991 - 12 Feb 2006; John N. Laliberte <allanonjl@g.o> +gtk+-2.8.12.ebuild:
3992 - new version. this includes the patch to fix the slow repainting with ATI
3993 - cards. remove smoothscroll patch, use eautoreconf.
3994 -
3995 - 12 Feb 2006; Donnie Berkholz <spyderous@g.o>;
3996 - gtk+-1.2.10-r10.ebuild, gtk+-1.2.10-r11.ebuild, gtk+-2.6.10-r1.ebuild:
3997 - Fix for modular X.
3998 -
3999 - 03 Feb 2006; Aron Griffis <agriffis@g.o> gtk+-2.8.8.ebuild:
4000 - Mark 2.8.8 stable on ia64
4001 -
4002 - 03 Feb 2006; Guy Martin <gmsoft@g.o> gtk+-2.8.8.ebuild:
4003 - Stable on hppa.
4004 -
4005 -*gtk+-2.8.11 (29 Jan 2006)
4006 -
4007 - 29 Jan 2006; John N. Laliberte <allanonjl@g.o> -gtk+-2.8.9.ebuild,
4008 - -gtk+-2.8.10.ebuild, +gtk+-2.8.11.ebuild:
4009 - version bump. cleanup old ebuilds. remove abicheck.sh patch since it is now
4010 - applied upstream.
4011 -
4012 - 14 Jan 2006; <dang@g.o> +files/gtk+-2.8.10-xinerama.patch,
4013 - gtk+-2.8.10.ebuild:
4014 - Make xinerama support optional. Bug #118744
4015 -
4016 - 13 Jan 2006; Fernando J. Pereda <ferdy@g.o> gtk+-2.8.8.ebuild:
4017 - Stable on alpha wrt bug #117505
4018 -
4019 -*gtk+-2.8.10 (13 Jan 2006)
4020 -
4021 - 13 Jan 2006; John N. Laliberte <allanonjl@g.o>
4022 - +files/gtk+-gdk-pixbuf-testfix.patch, gtk+-2.8.8.ebuild,
4023 - gtk+-2.8.9.ebuild, +gtk+-2.8.10.ebuild:
4024 - apply patch to fix #118722 . Attached patch to gnome bug #317961
4025 -
4026 - 08 Jan 2006; Tobias Scherbaum <dertobi123@g.o> gtk+-2.8.8.ebuild:
4027 - ppc stable, bug #117505
4028 -
4029 - 04 Jan 2006; Mark Loeser <halcy0n@g.o> gtk+-2.8.8.ebuild:
4030 - Stable on x86; bug #117505
4031 -
4032 - 03 Jan 2006; Luis Medinas <metalgod@g.o> gtk+-2.8.8.ebuild:
4033 - Stable on amd64. For bug #117505.
4034 -
4035 - 03 Jan 2006; Markus Rothe <corsair@g.o> gtk+-2.8.8.ebuild:
4036 - Stable on ppc64
4037 -
4038 - 03 Jan 2006; Gustavo Zacarias <gustavoz@g.o> gtk+-2.8.8.ebuild:
4039 - Stable on sparc wrt #117505
4040 -
4041 - 02 Jan 2006; John N. Laliberte <allanonjl@g.o>
4042 - -files/gtk+-2.8.6-freebsd.patch, -gtk+-2.6.8.ebuild,
4043 - -gtk+-2.8.6-r1.ebuild, -gtk+-2.8.7.ebuild, gtk+-2.8.8.ebuild,
4044 - gtk+-2.8.9.ebuild:
4045 - cleanup old builds, add informational message about RenderAccel bug, bump
4046 - atk dep to fix #111741
4047 -
4048 -*gtk+-2.8.9 (13 Dec 2005)
4049 -
4050 - 13 Dec 2005; <dang@g.o> +gtk+-2.8.9.ebuild:
4051 - New upstream version
4052 -
4053 - 13 Dec 2005; Seemant Kulleen <seemant@g.o> gtk+-1.2.10-r11.ebuild:
4054 - modular X deps, committing Donnie's fixes in bug #115232
4055 -
4056 -*gtk+-2.8.8 (01 Dec 2005)
4057 -
4058 - 01 Dec 2005; <dang@g.o> +gtk+-2.8.8.ebuild:
4059 - New upstream release
4060 -
4061 - 20 Nov 2005; Hardave Riar <hardave@g.o> gtk+-2.6.10-r1.ebuild:
4062 - Stable on mips, bug #112608.
4063 -
4064 -*gtk+-2.8.7 (18 Nov 2005)
4065 -
4066 - 18 Nov 2005; Leonardo Boshell <leonardop@g.o> +gtk+-2.8.7.ebuild:
4067 - New version. Dropped patches that have been integrated upstream.
4068 -
4069 -*gtk+-2.8.6-r1 (15 Nov 2005)
4070 -*gtk+-2.6.10-r1 (15 Nov 2005)
4071 -
4072 - 15 Nov 2005; Leonardo Boshell <leonardop@g.o>
4073 - +files/gtk+-2-xpm_loader.patch, -gtk+-2.6.10.ebuild,
4074 - +gtk+-2.6.10-r1.ebuild, -gtk+-2.8.6.ebuild, +gtk+-2.8.6-r1.ebuild:
4075 - Added patch to fix a probem inside gdk-pixbuf regarding the XPM loader
4076 - (bug #112608). Marked 2.6.10-r1 stable on all arches that reported back
4077 - successful testing.
4078 -
4079 - 11 Nov 2005; Michael Hanselmann <hansmi@g.o> gtk+-2.6.10.ebuild:
4080 - Stable on hppa, ppc.
4081 -
4082 - 04 Nov 2005; <dang@g.o> gtk+-2.8.6.ebuild:
4083 - Make sure cairo was built with X. bug 111483
4084 -
4085 - 02 Nov 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.6.10.ebuild:
4086 - Stable on sparc
4087 -
4088 - 01 Nov 2005; John N. Laliberte <allanonjl@g.o> gtk+-2.6.10.ebuild:
4089 - stable on x86
4090 -
4091 - 31 Oct 2005; Leonardo Boshell <leonardop@g.o> gtk+-2.6.10.ebuild,
4092 - gtk+-2.8.6.ebuild:
4093 - Fix logic around GTK2_CONFDIR to make the postinst hook work on binary
4094 - packages.
4095 -
4096 - 27 Oct 2005; Diego Pettenò <flameeyes@g.o>
4097 - +files/gtk+-2.8.6-freebsd.patch, gtk+-2.8.6.ebuild:
4098 - Added patch to compile on FreeBSD as per bug #109519.
4099 -
4100 - 22 Oct 2005; Yuta SATOH <nigoro@g.o> gtk+-2.6.8.ebuild,
4101 - gtk+-2.6.10.ebuild:
4102 - also fixes #109089 of 2.6.x
4103 -
4104 - 19 Oct 2005; Yuta SATOH <nigoro@g.o> gtk+-2.8.6.ebuild:
4105 - Fixes #109089 by not applying the patch which fixes the problem of the
4106 - cursor key for ppc64.
4107 -
4108 - 10 Oct 2005; Hardave Riar <hardave@g.o> gtk+-2.6.8.ebuild:
4109 - Stable on mips.
4110 -
4111 -*gtk+-2.8.6 (08 Oct 2005)
4112 -
4113 - 08 Oct 2005; Leonardo Boshell <leonardop@g.o> -gtk+-2.8.4.ebuild,
4114 - +gtk+-2.8.6.ebuild:
4115 - New version.
4116 -
4117 -*gtk+-2.8.4 (27 Sep 2005)
4118 -
4119 - 27 Sep 2005; Leonardo Boshell <leonardop@g.o>
4120 - -files/gtk+-2.8.3-misc_fixes.patch, -gtk+-2.8.3-r1.ebuild,
4121 - +gtk+-2.8.4.ebuild:
4122 - New version.
4123 -
4124 - 17 Sep 2005; Aron Griffis <agriffis@g.o> gtk+-2.6.8.ebuild:
4125 - Mark 2.6.8 stable on alpha
4126 -
4127 -*gtk+-2.8.3-r1 (04 Sep 2005)
4128 -
4129 - 04 Sep 2005; Leonardo Boshell <leonardop@g.o>
4130 - +files/gtk+-2.8.3-misc_fixes.patch, -gtk+-2.8.3.ebuild,
4131 - +gtk+-2.8.3-r1.ebuild:
4132 - Avoid passing --disable-debug. Added patch with various bug fixes from
4133 - upstream CVS repository.
4134 -
4135 - 03 Sep 2005; Michael Hanselmann <hansmi@g.o> gtk+-2.6.8.ebuild:
4136 - Stable on ppc.
4137 -
4138 - 03 Sep 2005; Markus Rothe <corsair@g.o> gtk+-2.6.8.ebuild:
4139 - Stable on ppc64
4140 -
4141 -*gtk+-2.8.3 (01 Sep 2005)
4142 -
4143 - 01 Sep 2005; Leonardo Boshell <leonardop@g.o>
4144 - -files/gtk+-2.8.0-dep_checks.patch, -files/gtk+-2.8.0-gdk_fix.patch,
4145 - -gtk+-2.8.0-r2.ebuild, -gtk+-2.8.2.ebuild, +gtk+-2.8.3.ebuild:
4146 - New version.
4147 -
4148 - 31 Aug 2005; Herbie Hopkins <herbs@g.o> gtk+-2.6.8.ebuild:
4149 - Stable on amd64.
4150 -
4151 - 29 Aug 2005; Guy Martin <gmsoft@g.o> gtk+-2.6.8.ebuild:
4152 - Stable on hppa.
4153 -
4154 - 26 Aug 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.6.8.ebuild:
4155 - Stable on sparc
4156 -
4157 -*gtk+-2.8.2 (25 Aug 2005)
4158 -
4159 - 25 Aug 2005; Doug Goldstein <cardoe@g.o> +gtk+-2.8.2.ebuild:
4160 - rev bump. modular X depends. clean up old cruft from the 2.0.x days.
4161 -
4162 - 25 Aug 2005; Aron Griffis <agriffis@g.o> gtk+-2.6.8.ebuild:
4163 - stable on ia64
4164 -
4165 - 25 Aug 2005; Leonardo Boshell <leonardop@g.o>
4166 - gtk+-2.6.8.ebuild:
4167 - Stable on x86.
4168 -
4169 - 23 Aug 2005; Aron Griffis <agriffis@g.o> gtk+-2.6.7.ebuild:
4170 - stable on ia64
4171 -
4172 - 19 Aug 2005; Leonardo Boshell <leonardop@g.o> gtk+-2.6.10.ebuild,
4173 - gtk+-2.8.0-r2.ebuild:
4174 - Fix invocation of epatch (bug #103042).
4175 -
4176 -*gtk+-2.8.0-r2 (19 Aug 2005)
4177 -
4178 - 19 Aug 2005; Leonardo Boshell <leonardop@g.o>
4179 - +files/gtk+-2.8.0-dep_checks.patch, +files/gtk+-2.8.0-gdk_fix.patch,
4180 - +gtk+-2.8.0-r2.ebuild:
4181 - Patches from upstream CVS to fix gdk warnings and related side-effects, as
4182 - wall as sanitizing some dependencies (bug #102854).
4183 -
4184 -*gtk+-2.6.10 (18 Aug 2005)
4185 -
4186 - 18 Aug 2005; Leonardo Boshell <leonardop@g.o> +gtk+-2.6.10.ebuild:
4187 - New version from the stable branch.
4188 -
4189 -*gtk+-2.8.0-r1 (17 Aug 2005)
4190 -
4191 - 17 Aug 2005; Herbie Hopkins <herbs@g.o>
4192 - +files/gtk+-2.8.0-multilib.patch, +gtk+-2.8.0-r1.ebuild:
4193 - Updated the multilib patch for 2.8, bug 101289
4194 -
4195 -*gtk+-2.8.0 (15 Aug 2005)
4196 -
4197 - 15 Aug 2005; Leonardo Boshell <leonardop@g.o> gtk+-2.8.0.ebuild:
4198 - New version.
4199 -
4200 -*gtk+-2.7.4 (31 Jul 2005)
4201 -
4202 - 31 Jul 2005; Marinus Schraal <foser@g.o> gtk+-2.7.4.ebuild :
4203 - New release
4204 -
4205 - 12 Jul 2005; Stephen P. Becker <geoman@g.o> gtk+-2.6.7.ebuild:
4206 - stable on mips
4207 -
4208 -*gtk+-2.6.8 (22 Jun 2005)
4209 -
4210 - 22 Jun 2005; Marinus Schraal <foser@g.o> gtk+-2.6.8.ebuild :
4211 - New release
4212 -
4213 - 12 Jun 2005; Olivier Crête <tester@g.o> gtk+-2.6.7.ebuild:
4214 - Stable on amd64
4215 -
4216 - 12 Jun 2005; Tobias Scherbaum <dertobi123@g.o> gtk+-2.6.7.ebuild:
4217 - Stable on ppc.
4218 -
4219 - 12 Jun 2005; Bryan Østergaard <kloeri@g.o> gtk+-2.6.7.ebuild:
4220 - Stable on alpha.
4221 -
4222 - 10 Jun 2005; Rene Nussbaumer <killerfox@g.o> gtk+-2.6.7.ebuild:
4223 - Stable on hppa.
4224 -
4225 - 06 Jun 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.6.7.ebuild:
4226 - Stable on sparc
4227 -
4228 - 06 Jun 2005; Markus Rothe <corsair@g.o> gtk+-2.6.7.ebuild:
4229 - Stable on ppc64
4230 -
4231 - 13 May 2005; Rene Nussbaumer <killerfox@g.o> gtk+-2.6.4-r1.ebuild:
4232 - stable on hppa
4233 -
4234 - 28 Apr 2005; Bryan Østergaard <kloeri@g.o> gtk+-2.6.4-r1.ebuild:
4235 - Stable on alpha + ia64.
4236 -
4237 - 20 Apr 2005; Michael Hanselmann <hansmi@g.o> gtk+-2.6.4-r1.ebuild:
4238 - Stable on ppc.
4239 -
4240 - 20 Apr 2005; Herbie Hopkins <herbs@g.o> gtk+-2.6.4-r1.ebuild:
4241 - Stable on amd64.
4242 -
4243 - 18 Apr 2005; Herbie Hopkins <herbs@g.o> gtk+-2.6.7.ebuild:
4244 - Minor multilib cleanup.
4245 -
4246 -*gtk+-2.6.7 (16 Apr 2005)
4247 -
4248 - 16 Apr 2005; foser <foser@g.o> gtk+-2.6.7.ebuild :
4249 - Updated scroll patch (#85663)
4250 -
4251 - 09 Apr 2005; Markus Rothe <corsair@g.o> gtk+-2.6.4-r1.ebuild:
4252 - Stable on ppc64
4253 -
4254 - 07 Apr 2005; Simon Stelling <blubb@g.o> gtk+-2.4.14.ebuild:
4255 - stable on amd64
4256 -
4257 - 02 Apr 2005; Stephen P. Becker <geoman@g.o> gtk+-2.6.4-r1.ebuild:
4258 - stable on mips
4259 -
4260 - 30 Mar 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.6.4-r1.ebuild:
4261 - Stable on sparc
4262 -
4263 -*gtk+-2.6.4-r1 (30 Mar 2005)
4264 -
4265 - 30 Mar 2005; foser <foser@g.o> gtk+-2.6.4-r1.ebuild :
4266 - Add bmp corruption header fix (#86979)
4267 - Change location of epunt_cxx so it has some effect
4268 -
4269 - 21 Mar 2005; Jeremy Huddleston <eradicator@g.o>
4270 - gtk+-1.2.10-r11.ebuild:
4271 - Use the right toolchain compiler.
4272 -
4273 - 09 Mar 2005; Mike Gardiner <obz@g.o> gtk+-2.4.14.ebuild:
4274 - Keyworded ppc
4275 -
4276 - 08 Mar 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.6.2.ebuild:
4277 - Stable on sparc
4278 -
4279 - 07 Mar 2005; Markus Rothe <corsair@g.o> gtk+-2.6.2.ebuild:
4280 - Stable on ppc64
4281 -
4282 - 03 Mar 2005; Sven Wegener <swegener@g.o> :
4283 - Added missing digest entries.
4284 -
4285 - 13 Feb 2005; Bryan Østergaard <kloeri@g.o> gtk+-2.4.14.ebuild:
4286 - Stable on alpha.
4287 -
4288 -*gtk+-2.6.2 (05 Feb 2005)
4289 -
4290 - 05 Feb 2005; Joe McCann <joem@g.o> +gtk+-2.6.2.ebuild:
4291 - New version. File selector and dialogue patches applied upstream and no
4292 - longer needed
4293 -
4294 -*gtk+-2.6.1-r2 (03 Feb 2005)
4295 -
4296 - 03 Feb 2005; Joe McCann <joem@g.o>
4297 - +files/gtk+-2.6.1-gtk_dialog.patch, +gtk+-2.6.1-r2.ebuild:
4298 - Adding upstream patch from bug 80262 as reported by compnerd. Should fix
4299 - gtk+ apps crashing when focus is called on lable widgets.
4300 -
4301 - 22 Jan 2005; Markus Rothe <corsair@g.o> gtk+-2.6.1-r1.ebuild:
4302 - Added append-flags -mminimal-toc for ppc64 to let it compile
4303 -
4304 -*gtk+-2.6.1-r1 (17 Jan 2005)
4305 -
4306 - 17 Jan 2005; foser <foser@g.o> gtk+-2.6.1-r1.ebuild :
4307 - Add upstream patch for http://bugzilla.gnome.org/show_bug.cgi?id=164290
4308 - block pixmap engine, partially fixes #77791
4309 -
4310 - 13 Jan 2005; Mike Doty <kingtaco@g.o> gtk+-2.6.1.ebuild:
4311 - amd64 patch update by seemant
4312 -
4313 - 12 Jan 2005; Gustavo Zacarias <gustavoz@g.o> gtk+-2.4.14.ebuild:
4314 - Stable on sparc
4315 -
4316 -*gtk+-2.6.1 (12 Jan 2005)
4317 -
4318 - 12 Jan 2005; foser <foser@g.o> gtk+-2.6.1.ebuild :
4319 - New release, closes a whole lot of empty bugs
4320 -
4321 - 28 Dec 2004; Ciaran McCreesh <ciaranm@g.o> :
4322 - Change encoding to UTF-8 for GLEP 31 compliance
4323 -
4324 -*gtk+-2.4.9-r2 (26 Dec 2004)
4325 -
4326 - 26 Dec 2004; Markus Rothe <corsair@g.o>
4327 - +files/gtk+-2.4.9-ppc64.patch, gtk+-2.4.14.ebuild, +gtk+-2.4.9-r2.ebuild:
4328 - I've added the patch from bug #64359, which fixes a cursor key problem on
4329 - ppc64 to 2.4.9-r2 and 2.4.14. I marked 2.4.9-r2 stable on ppc64 and will
4330 - remove this version when 2.4.14 will be marked stable. Credits go to Yuta
4331 - SATOH.
4332 -
4333 - 24 Dec 2004; Bryan Østergaard <kloeri@g.o> gtk+-2.4.13-r1.ebuild:
4334 - Stable on alpha.
4335 -
4336 - 23 Dec 2004; Guy Martin <gmsoft@g.o> gtk+-2.4.13-r1.ebuild:
4337 - Stable on hppa.
4338 -
4339 - 21 Dec 2004; Gustavo Zacarias <gustavoz@g.o> gtk+-2.4.13-r1.ebuild:
4340 - Stable on sparc
4341 -
4342 - 20 Dec 2004; Dylan Carlson <absinthe@g.o> gtk+-2.4.13-r1.ebuild:
4343 - Stable on amd64.
4344 -
4345 - 19 Dec 2004; Mike Gardiner <obz@g.o> gtk+-2.4.13-r1.ebuild:
4346 - Keyworded x86 and ppc for GNOME 2.8.1
4347 -
4348 -*gtk+-2.4.14 (11 Dec 2004)
4349 -
4350 - 11 Dec 2004; Mike Gardiner <obz@g.o> +gtk+-2.4.14.ebuild:
4351 - New version of gtk+
4352 -
4353 -*gtk+-2.4.13-r1 (21 Nov 2004)
4354 -
4355 - 21 Nov 2004; foser <foser@g.o> gtk+-2.4.13-r1.ebuild :
4356 - Add revised smoothscroll patch (#71807), moved patch to mirrors
4357 -
4358 - 02 Nov 2004; Malcolm Lashley <malc@g.o> :
4359 - Fix missing digest - bug #69859
4360 -
4361 -*gtk+-2.4.13 (02 Nov 2004)
4362 -
4363 - 02 Nov 2004; foser <foser@g.o> gtk+-2.4.13.ebuild :
4364 - Not so fresh release (#64913)
4365 - Add correct automake dep (#65796)
4366 -
4367 - 14 Oct 2004; Mamoru KOMACHI <usata@g.o> gtk+-1.2.10-r11.ebuild:
4368 - Removed ~ppc-macos keyword until bug #57677 is solved.
4369 -
4370 - 11 Oct 2004; Mamoru KOMACHI <usata@g.o> gtk+-1.2.10-r11.ebuild:
4371 - Added to ~ppc-macos. This closes bug #62069.
4372 -
4373 - 09 Oct 2004; Tom Gall <tgall@g.o> gtk+-2.4.9-r1.ebuild:
4374 - stable on ppc64, bug #64230
4375 -
4376 - 01 Oct 2004; Stephen P. Becker <geoman@g.o> gtk+-2.4.4.ebuild,
4377 - gtk+-2.4.9-r1.ebuild:
4378 - stable on mips
4379 -
4380 - 20 Sep 2004; Bryan Østergaard,,, <kloeri@g.o> gtk+-2.4.9-r1.ebuild:
4381 - Stable on alpha, bug 64240.
4382 -
4383 - 20 Sep 2004; Gustavo Zacarias <gustavoz@g.o> gtk+-2.4.9-r1.ebuild:
4384 - Stable on sparc wrt #64230
4385 -
4386 - 20 Sep 2004; <SeJo@g.o> gtk+-2.4.9-r1.ebuild:
4387 - marked ppc gsla bug: 64230
4388 -
4389 -*gtk+-2.4.9-r1 (20 Sep 2004)
4390 -
4391 - 20 Sep 2004; foser <foser@g.o> gtk+-2.4.9-r1.ebuild, gtk+-2.4.9-ico_xpm_secure.patch :
4392 - Add security fix for the ico & xpm loaders (#64230)
4393 -
4394 - 30 Aug 2004; Tom Gall <tgall@g.o> gtk+-2.4.4.ebuild:
4395 - only stable version of gtk+-2.4.3 for ppc64 was removed,
4396 - marking 2.4.4 stable on an emergancy basis
4397 -
4398 -*gtk+-2.4.9 (29 Aug 2004)
4399 -
4400 - 29 Aug 2004; foser <foser@g.o. gtk+-2.4.9.ebuild :
4401 - New release
4402 -
4403 - 24 Aug 2004; Bryan Østergaard <kloeri@g.o> gtk+-2.4.4.ebuild:
4404 - Stable on alpha.
4405 -
4406 - 22 Aug 2004; Travis Tilley <lv@g.o> gtk+-2.4.4.ebuild,
4407 - gtk+-2.4.7.ebuild:
4408 - made arch specific config file patch apply on x86 when CONF_LIBDIR=lib32. this
4409 - is just to make building the emul-linux-x86-gtklibs package easier, and has no
4410 - effect on x86 users in general.
4411 -
4412 - 22 Aug 2004; Travis Tilley <lv@g.o> gtk+-2.4.4.ebuild,
4413 - gtk+-2.4.7.ebuild:
4414 - added a patch that puts the config files for gtk in an arch specific directory
4415 - on amd64 so that the 32bit and 64bit versions dont clash
4416 -
4417 -*gtk+-2.4.7 (19 Aug 2004)
4418 -
4419 - 19 Aug 2004; foser <foser@g.o> gtk+-2.4.7.ebuild :
4420 - New release
4421 - Add smoothscroll patch from gnome bugzilla for testing
4422 -
4423 - 07 Aug 2004; Travis Tilley <lv@g.o> gtk+-2.4.4.ebuild:
4424 - stable on amd64
4425 -
4426 - 07 Aug 2004; Michael Hanselmann <hansmi@g.o> gtk+-1.2.10-r11.ebuild:
4427 - Added gnuconfig to replace config.* on Mac OS X and added to ~macos.
4428 -
4429 - 05 Aug 2004; Gustavo Zacarias <gustavoz@g.o> gtk+-2.4.4.ebuild:
4430 - Stable on sparc
4431 -
4432 - 05 Aug 2004; Guy Martin <gmsoft@g.o> gtk+-2.4.4.ebuild:
4433 - Stable on hppa.
4434 -
4435 - 31 Jul 2004; <spider@g.o> gtk+-2.4.4.ebuild:
4436 - stable on x86 for gnome 2.6.2
4437 -
4438 - 27 Jul 2004; <agriffis@g.o> gtk+-1.2.10-r11.ebuild,
4439 - gtk+-2.4.1.ebuild:
4440 - stable on alpha (1.2.10-r11) and ia64 (1.2.10-r11, 2.4.1)
4441 -
4442 - 26 Jul 2004; Tom Gall <tgall@g.o> gtk+-1.2.10-r11.ebuild:
4443 - stable on ppc64
4444 -
4445 - 20 Jul 2004; Tom Gall <tgall@g.o> gtk+-2.4.3-r1.ebuild:
4446 - stable on ppc64, bug #57154
4447 -
4448 -*gtk+-2.4.4 (11 Jul 2004)
4449 -
4450 - 11 Jul 2004; <spider@g.o> +gtk+-2.4.4.ebuild:
4451 - Versionbump.
4452 -
4453 -*gtk+-2.4.3-r1 (06 Jul 2004)
4454 -
4455 - 06 Jul 2004; Martin Schlemmer <azarah@g.o>
4456 - +files/gtk+-2.4.x-filesel-navbuttons.patch.bz2, +gtk+-2.4.3-r1.ebuild:
4457 - Add fileselect dialog patch from Ximian/Suse.
4458 -
4459 - 02 Jul 2004; Tom Gall <tgall@g.o> gtk+-1.2.10-r11.ebuild:
4460 - fix repoman dep (imlib)
4461 -
4462 - 28 Jun 2004; Tom Gall <tgall@g.o> gtk+-2.4.3.ebuild:
4463 - ~ppc64 , bug #54792
4464 -
4465 - 23 Jun 2004; Aron Griffis <agriffis@g.o> gtk+-1.2.10-r10.ebuild:
4466 - QA - fix use invocation
4467 -
4468 - 19 Jun 2004; Gustavo Zacarias <gustavoz@g.o> gtk+-2.4.1.ebuild:
4469 - sparc stable
4470 -
4471 - 16 Jun 2004; Bryan Østergaard <kloeri@g.o> gtk+-2.4.1.ebuild:
4472 - Stable on alpha.
4473 -
4474 -*gtk+-2.4.3 (15 Jun 2004)
4475 -
4476 - 15 Jun 2004; foser <foser@g.o> gtk+-2.4.3.ebuild :
4477 - New release (#53700)
4478 -
4479 - 03 Jun 2004; Stephen P. Becker <geoman@g.o> gtk+-2.4.1.ebuild:
4480 - Stable on mips.
4481 -
4482 - 01 Jun 2004; Travis Tilley <lv@g.o> gtk+-2.4.1.ebuild:
4483 - stable on amd64
4484 -
4485 -*gtk+-2.4.1 (04 May 2004)
4486 -
4487 - 04 May 2004; foser <foser@g.o> gtk+-2.4.1.ebuild :
4488 - New release, add patch & dep to have a default icon theme available to the chooser
4489 -
4490 - 26 Apr 2004; Stephen P. Becker <geoman@g.o> gtk+-2.2.4-r1.ebuild:
4491 - Marked stable on mips.
4492 -
4493 - 22 Apr 2004; Stephen P. Becker <geoman@g.o> gtk+-2.4.0-r1.ebuild:
4494 - Breaks GNOME 2.4, so returned to ~mips.
4495 -
4496 - 14 Apr 2004; Stephen P. Becker <geoman@g.o> gtk+-1.2.10-r10.ebuild,
4497 - gtk+-1.2.10-r11.ebuild, gtk+-2.4.0-r1.ebuild:
4498 - Marked stable on mips.
4499 -
4500 -*gtk+-2.4.0-r1 (09 Apr 2004)
4501 -
4502 - 09 Apr 2004; Travis Tilley <lv@g.o> gtk+-2.4.0-r1.ebuild,
4503 - files/gtk+-2.4.0-uimanager-zero-becomes-null.patch:
4504 - added patch to fix a crash in epiphany that may or may not occur only on
4505 - amd64. for more information on this bug, please refer to
4506 - http://bugzilla.gnome.org/show_bug.cgi?id=138997
4507 -
4508 - 30 Mar 2004; Donnie Berkholz <spyderous@g.o>; gtk+-2.2.4-r1.ebuild,
4509 - gtk+-2.4.0.ebuild:
4510 - Change x11-base/xfree dependency to virtual/x11. Everyone on xfree should be
4511 - on 4.3.0-r3 or greater by now, so #20407 shouldn't be an issue.
4512 -
4513 -*gtk+-2.4.0 (18 Mar 2004)
4514 -
4515 - 18 Mar 2004; foser <foser@g.o> gtk+-2.4.0.ebuild :
4516 - New release
4517 - Remove incorporated patches
4518 - Removed wm patch, it's broken
4519 - Correct license
4520 -
4521 - 06 Mar 2004; Stephen P. Becker <geoman@g.o> gtk+-1.2.10-r10.ebuild,
4522 - gtk+-2.2.4-r1.ebuild:
4523 - Added ~mips keyword.
4524 -
4525 -*gtk+-1.2.10-r11 (05 Feb 2004)
4526 -
4527 - 05 Feb 2004; <spider@g.o> gtk+-1.2.10-r11.ebuild:
4528 - Minor change to DEPEND, adding an RDEPEND to get intltool out of the RDEPEND
4529 - set. this deserves a revbump only to make sure that packages get updated.
4530 -
4531 - 07 Dec 2003; foser <foser@g.o> gtk+-1.2.10-r10.ebuild :
4532 - Fix sysconfdir to /etc to fix gtkrc problems described in #34279
4533 -
4534 - 14 Nov 2003; Aron Griffis <agriffis@g.o> gtk+-1.2.10-r10.ebuild:
4535 - Stable on ia64
4536 -
4537 - 08 Nov 2003; Todd Sunderlin <todd@g.o> gtk+-2.2.4-r1.ebuild:
4538 - added sparc keyword
4539 -
4540 - 20 Oct 2003; Aron Griffis <agriffis@g.o> gtk+-2.2.4-r1.ebuild:
4541 - Stable on alpha
4542 -
4543 - 08 Oct 2003; foser <foser@g.o> gtk+-2.2.4-r1.ebuild :
4544 - Added patch to fix notification area, submitted by <pat@××××××.org>
4545 -
4546 - 06 Oct 2003; Mike Gardiner <obz@g.o> gtk+-2.2.4-r1.ebuild:
4547 - Marked stable on x86
4548 -
4549 - 23 Sep 2003; Bartosch Pixa <darkspecter@g.o> gtk+-2.2.4-r1.ebuild:
4550 - set ppc in keywords
4551 -
4552 -*gtk+-2.2.4-r1 (10 Sep 2003)
4553 -
4554 - 16 Nov 2003; Guy Martin <gmsoft@g.o> gtk+-2.2.4-r1.ebuild :
4555 - Added hppa to KEYWORDS.
4556 -
4557 - 10 Sep 2003; foser <foser@g.o> gtk+-2.2.4-r1.ebuild :
4558 - Remove USE debug support, the not hardcoded disabling of debugging support
4559 - should fix a lot of problems. Rev bump to propagate.
4560 -
4561 -*gtk+-2.2.4 (07 Sep 2003)
4562 -
4563 - 07 Sep 2003; foser <foser@g.o> gtk+-2.2.4.ebuild :
4564 - New bugfix release
4565 -
4566 -*gtk+-2.2.3 (27 Aug 2003)
4567 -
4568 - 27 Aug 2003; foser <foser@g.o> gtk+-2.2.3.ebuild :
4569 - New version
4570 -
4571 - 25 Jul 2003; foser <foser@g.o> gtk+-2.2.2-r1.ebuild :
4572 - Fix xinput (#25203)
4573 -
4574 - 02 Jul 2003; Jason Wever <weeve@g.o> gtk+-2.2.2-r1.ebuild:
4575 - Changed sparc keyword back to ~sparc to fix broken dependencies.
4576 -
4577 -*gtk+-2.2.2-r1 (12 Jun 2003)
4578 -
4579 - 01 Jul 2003; Guy Martin <gmsoft@g.o> gtk+-2.2.2-r1.ebuild :
4580 - Added ~hppa to KEYWORDS.
4581 -
4582 - 01 Jul 2003; Todd Sunderlin <todd@g.o> gtk+-2.2.2-r1.ebuild :
4583 - set stable on sparc
4584 -
4585 - 16 Jun 2003; foser <foser@g.o> gtk+-2.2.2-r1.ebuild, gtk+-2.2.2-gtkwidget_pixmap_expose.patch :
4586 - Replace reverting patch with correct upstream patch for #22576
4587 -
4588 - 12 Jun 2003; foser <foser@g.o> gtk+-2.2.2-r1.ebuild :
4589 - Added patch to 'fix' pixbuf corruption issues (#22576)
4590 -
4591 - 10 Jun 2003; Luca Barbato <lu_zero@g.o> gtk+-2.2.2.ebuild :
4592 - Removed an unnecessary ppc patch.
4593 -
4594 -*gtk+-2.2.2 (10 Jun 2003)
4595 -
4596 - 10 Jun 2003; foser <foser@g.o> gtk+-2.2.2.ebuild :
4597 - New version, enabled xinput support (#20407) which needs a recent xfree
4598 - Added GDK_USE_XFT as environment var as suggested by utx
4599 -
4600 - 30 May 2003; Luca Barbato <lu_zero@g.o> gtk+-2.2.1.ebuild:
4601 - Added ppc to keywords.
4602 -
4603 -*gtk+-2.2.1-r1 (11 Apr 2003)
4604 -
4605 - 19 Apr 2003; foser <foser@g.o> gtk+-2.2.1-r1.ebuild :
4606 - Make sure we enable wm patch (better late then never)
4607 -
4608 - 11 Apr 2003; foser <foser@g.o> gtk+-2.2.1-r1.ebuild :
4609 - Added gtktreeview patch for eclipse (#19084)
4610 -
4611 -*gtk+-1.2.10-r10 (08 Mar 2003)
4612 -
4613 - 01 Jul 2003; Guy Martin <gmsoft@g.o> gtk+-1.2.10-r10.ebuild :
4614 - Marked stable on hpp.
4615 -
4616 - 04 Apr 2003; Jason Wever <weeve@g.o> gtk+-1.2.10-r10.ebuild:
4617 - Changed ~sparc keyword to sparc.
4618 -
4619 - 30 Mar 2003; Aron Griffis <agriffis@g.o> gtk+-1.2.10-r10.ebuild:
4620 - Mark stable on alpha
4621 -
4622 - 16 Mar 2003; Mark Guertin <gerk@g.o> gtk+-1.2.10-r10.ebuild:
4623 - set ppc in keywords
4624 -
4625 - 16 Mar 2003; Guy Martin <gmsoft@g.o> gtk+-1.2.10-r10.ebuild :
4626 - Added ~hppa to keywords.
4627 -
4628 - 09 Mar 2003; Martin Schlemmer <azarah@g.o> gtk+-1.2.10-r10.ebuild :
4629 - Change to fully use epatch, and also make use of libtool eclass.
4630 -
4631 - 08 Mar 2003; foser <foser@g.o> gtk+-1.2.10-r10.ebuild :
4632 - New patch to fix locale problems that have been bugging us for a long time
4633 - Patch done by Stanislav Brabec <sbrabec@××××.cz>
4634 - Related gentoo bugs #10529, #16883
4635 -
4636 -*gtk+-2.2.1 (04 Feb 2003)
4637 -
4638 - 01 Jul 2003; Guy Martin <gmsoft@g.o> gtk+-2.2.1.ebuild :
4639 - Added hppa to KEYWORDS.
4640 -
4641 - 04 Mar 2003; Jason Wever <weeve@g.o> gtk+-2.2.1.ebuild:
4642 - Added sparc to keywords.
4643 -
4644 - 01 Mar 2003; Jason Wever <weeve@g.o> gtk+-2.2.1.ebuild:
4645 - Added ~sparc to keywords.
4646 -
4647 - 21 Feb 2003; Aron Griffis <agriffis@g.o> gtk+-2.2.1.ebuild :
4648 - Mark stable on alpha
4649 -
4650 - 13 Feb 2003; Jon Nall <nall@g.o> gtk+-2.2.1.ebuild :
4651 - bumped pango version to 1.1.3 since the gtk+ configure script
4652 - barfs if xft-2 is installed, but pango <1.1.3 is installed
4653 -
4654 - 07 Feb 2003; foser <foser@g.o> gtk+-2.2.1.ebuild :
4655 - Added alpha blended disabled icons patch
4656 -
4657 - 05 Feb 2003; Jon Nall <nall@g.o> gtk+--2.2.1.ebuild :
4658 - added patch to fix endian problem for 15/24 bit displays
4659 -
4660 - 04 Feb 2003; Spider <spider@g.o> gtk+-2.2.1.ebuild :
4661 - bumped version
4662 -
4663 - 16 Jan 2003; foser <foser@g.o> gtk+-2.2.0.ebuild :
4664 - Added some info about rebuilding gtk theme engines after an emerge
4665 -
4666 - 04 Jan 2003; Rodney Rees <manson@g.o> gtk+-2.0.6-r3.ebuild :
4667 - changed ~sparc to sparc
4668 -
4669 - 01 Jan 2003; Aron Griffis <agriffis@g.o> gtk+-2.0.9.ebuild gtk+-2.2.0.ebuild:
4670 - Reverted previous change on gtk+-2.0.9 since it sounds like 2.2.0 works on
4671 - Alpha. Added ~alpha to KEYWORDS on 2.2.0
4672 -
4673 - 31 Dec 2002; Aron Griffis <agriffis@g.o> gtk+-2.0.9.ebuild :
4674 - glib-2.0.7 is broken on alpha, so change the dependency here to version
4675 - 2.0.6 which works fine with gtk+-2.0.9
4676 -
4677 - 24 Dec 2002; Martin Schlemmer <azarah@g.o> gtk+-2.2.0.ebuild :
4678 - Fix to depend on glib-2.2.0, else it fails with unresolved symbols ..
4679 -
4680 -*gtk+-2.2.0 (22 Dec 2002)
4681 -
4682 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4683 - changed all DEBUG to DEBUGBUILD
4684 -
4685 -
4686 - 22 Dec 2002; foser <foser@g.o> gtk+-2.2.0.ebuild :
4687 - New version
4688 -
4689 - 06 Dec 2002; Rodney Rees <manson@g.o> : changed sparc ~sparc keywords
4690 -
4691 - 21 Nov 2002; Martin Schlemmer <azarah@g.o> gtk+-2.1.2.ebuild,
4692 - gtk+-2.0.9.ebuild :
4693 -
4694 - Turn of --export-symbols-regex for now, since it removes
4695 - the wrong symbols. Patch from Redhat.
4696 -
4697 -*gtk+-2.0.9 (20 Nov 2002)
4698 -
4699 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4700 - changed all DEBUG to DEBUGBUILD
4701 -
4702 - 20 Nov 2002; foser <foser@g.o> gtk+-2.0.9.ebuild :
4703 - New version, mainly fixes a bug which made metacity crash
4704 -
4705 -*gtk-2.0.8-r1 (15 Nov 2002)
4706 -
4707 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4708 - changed all DEBUG to DEBUGBUILD
4709 -
4710 - 15 Nov 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.8-r1.ebuild
4711 - files/digest-gtk+-2.0.8-r1 :
4712 -
4713 - DirectFB patched version of it.
4714 -
4715 -*gtk+-2.1.2 (12 Nov 2002)
4716 -
4717 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4718 - changed all DEBUG to DEBUGBUILD
4719 -
4720 - 29 Nov 2002; Jon Nall <nall@g.o> gtk+-2.1.2.ebuild :
4721 - added ~ppc to KEYWORDS
4722 -
4723 - 12 Nov 2002; foser <foser@g.o> gtk+-2.1.2.ebuild :
4724 - GNOME 2.1.2 release
4725 -
4726 -*gtk+-2.0.8 (09 Nov 2002)
4727 -
4728 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4729 - changed all DEBUG to DEBUGBUILD
4730 -
4731 - 12 Nov 2002; L. Boshell <leonardop@g.o> : Removed directfb dep
4732 - since it wasn't being used.
4733 -
4734 - 11 Nov 2002; Spider <spider@g.o> gtk+-2.0.8.ebuild :
4735 - stabilized for x86
4736 -
4737 - 09 Nov 2002; Spider <spider@g.o> gtk+-2.0.8.ebuild
4738 - files/digest-gtk+-2.0.8 : New version fixes the patch needed for last version
4739 - also fixed the dependencies, after 2.0.7-r1.
4740 -
4741 -*gtk+-2.0.7-r1 (05 Nov 2002)
4742 -
4743 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4744 - changed all DEBUG to DEBUGBUILD
4745 -
4746 - 09 Nov 2002; foser <foser@g.o> gtk+-2.0.7-r1 :
4747 - Added sgmltools-lite dep, to fix documentation problems
4748 -
4749 - 05 Nov 2002; foser <foser@g.o> gtk+-2.0.7-r1 :
4750 - Added a patch to fix problems with gdk-pixbuf (bug #10261)
4751 -
4752 -*gtk+-2.0.7 (04 Nov 2002)
4753 -
4754 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4755 - changed all DEBUG to DEBUGBUILD
4756 -
4757 - 04 Nov 2002; Spider <spider@g.o> gtk+-2.0.4.ebuild
4758 - files/digest-gtk+-2.0.4: added the latest stable release, bugfixes and nothing
4759 - more. Ripped out the directfb (wow, it survived more than 10 days! )
4760 -
4761 -
4762 -*gtk+-2.1.1 (27 Oct 2002)
4763 -
4764 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4765 - changed all DEBUG to DEBUGBUILD
4766 -
4767 - 27 Oct 2002; foser <foser@g.o> gtk+-2.1.1.ebuild :
4768 - gnome 2.1
4769 -
4770 -*gtk+-2.0.6-r3 (21 Oct 2002)
4771 -
4772 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4773 - changed all DEBUG to DEBUGBUILD
4774 -
4775 - 21 Oct 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.6-r3.ebuild
4776 - files/digest-gtk+-2.0.6-r3 :
4777 -
4778 - Added the DirectFB patch (finally!)
4779 -
4780 -*gtk+-2.0.6-r2 (10 Oct 2002)
4781 -
4782 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4783 - changed all DEBUG to DEBUGBUILD
4784 -
4785 - 10 Oct 2002; foser <foser@g.o> gtk+-2.0.6-r2.ebuild :
4786 - Bumped revision to get the safety replacement added in r1 spread
4787 -
4788 -*gtk+-1.2.10-r9 (26 Sep 2002)
4789 -
4790 - 16 Mar 2003; Guy Martin <gmsoft@g.o> gtk+-1.2.10-r9.ebuild :
4791 - Added hppa to keywords.
4792 -
4793 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4794 - changed all DEBUG to DEBUGBUILD
4795 -
4796 - 26 Sep 2002; Spider <spider@g.o> gtk+-1.2.10-r9.ebuild :
4797 - This build enables minimal debugging for all users, this will fix some unexpected crashes in amongst other things xchat.
4798 -
4799 -*gtk+-2.0.6-r1 (04 Jul 2002)
4800 -
4801 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4802 - changed all DEBUG to DEBUGBUILD
4803 -
4804 - 08 Oct 2002; foser <foser@g.o> gtk+-2.0.6-r1.ebuild :
4805 - Replace -O3 with -O2 to be on the safe side (bug 8762)
4806 -
4807 - 04 Jul 2002; Spider <spider@g.o> gtk+-2.0.6-r1.ebuild :
4808 - remove unnecessary debugging
4809 - remove bad parts from SRC_URI (broken use)
4810 - changed configure some
4811 -
4812 -*gtk+-2.0.6 (04 Jul 2002)
4813 -
4814 - 04 Feb 2003; Spider <spider@g.o> gtk+*.ebuild:
4815 - changed all DEBUG to DEBUGBUILD
4816 -
4817 - 04 Jul 2002; Gabriele Giorgetti <stroke@g.o> gtk+-2.0.6.ebuild:
4818 -
4819 - New version.
4820 -
4821 -*gtk+-2.0.5-r2 (15 Jul 2002)
4822 -
4823 - 15 Jul 2002; Owen Stampflee <owen@g.o> :
4824 -
4825 - Added PPC to KEYWORDS.
4826 -
4827 - 15 Jul 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.5-r2.ebuild
4828 - files/digest-gtk+-2.0.5-r2 :
4829 -
4830 - directfb enabled GTK is now a patch on our mirrors instead of being a
4831 - separate tarball. This makes the behaviour better for portage's server
4832 - side caching.
4833 -
4834 -*gtk+-2.0.5-r1 (03 Jul 2002)
4835 -
4836 - 03 Jul 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.5-r1.ebuild
4837 - files/digest-gtk+-2.0.5-r1 :
4838 -
4839 - The DirectFB tarball was replaced on the directfb.org server with one that
4840 - has bugfixes in it. No need for paranoia, the directfb folks have
4841 - verified it for us. Thanks to: gentoo@×××××××××××.org (Tuurlijk!) in bug
4842 - #4451 for spotting it.
4843 -
4844 -*gtk+-2.0.5 (17 Jun 2002)
4845 -
4846 - 17 Jun 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.5.ebuild
4847 - files/digest-gtk+-2.0.5 :
4848 -
4849 - Version bump for both regular GTK+2 and GTK+DirectFB
4850 -
4851 -*gtk+-2.0.3-r1 (8 Jun 2002)
4852 -
4853 - 8 Jun 2002; Seemant Kulleen <seemant@g.o> gtk+-2.0.3-r1.ebuild
4854 - files/digest-gtk+-2.0.3-r1 :
4855 -
4856 - Option for directfb-patched gtk libs. This actually gets and compiles a
4857 - separate source tarball from directfb.org
4858 -
4859 -*gtk+-2.0.3 (28 May 2002)
4860 - 28 May 2002; Spider <spider@g.o> gtk+-2.0.3.ebuild:
4861 - new stable branch
4862 -
4863 -*gtk+-1.2.10-r8 (27 May 2002)
4864 -
4865 - 27 May 2002; Bruce A. Locke <blocke@××××××.org> gtk+-1.2.10-r8.ebuild:
4866 -
4867 - Ximian patch set and redhat/mdk patch merged
4868 -
4869 -*gtk+-2.0.2-r6 (27 May 2002)
4870 - 27 May 2002; Spider <spider@g.o> gtk+-2.0.2-r6.ebuild:
4871 - fix for the use png bug, not libtoolized
4872 -
4873 -*gtk+-2.0.2-r5 (23 May 2002)
4874 - 23 May 2002; Spider <spider@g.o> gtk+-2.0.2-r5.ebuild:
4875 - seems people who installed with the libtoolized version of gtk+ fails
4876 - when installing gtk+ again. Test this version if it works (read
4877 -libtoolize)
4878 -
4879 -
4880 -*gtk+-2.0.2-r4 (22 May 2002)
4881 - 22 May 2002; Spider <spider@g.o> gtk+-2.0.2-r4.ebuild:
4882 -
4883 - lintool check
4884 - debug info back inside
4885 - remove libtoolize since it breaks things
4886 - singlethread make since this uses cludgy code
4887 -
4888 -
4889 -gtk+-1.2.10-r7 (14 Apr 2002)
4890 - 14 Apr 2002; M.Schlemmer <azarah@g.o>; gtk+-1.2.10-r7.ebuild :
4891 - Libtoolize.
4892 -
4893 -*gtk+-2.0.2-r2 (24 Apr 2002)
4894 - 24 Apr 2002; Spider <spider@g.o>; gtk+-2.0.2-r2.ebuild:
4895 - Libtoolize
4896 -
4897 -*gtk+-2.0.2-r2 (12 Apr 2002)
4898 - 12 Apr 2002; Spider <spider@g.o>; gtk+-2.0.2-r2.ebuild:
4899 - Update so a user can disable png, jpeg, tiff support for gtk+
4900 - This will so break things if they disable it though ;)
4901 -
4902 -
4903 -gtk+-2.0.2-r1
4904 - 11 Apr 2002; Spider <spider@g.o>; gtk+-1.2.10-r4.ebuild gtk+-1.2.10-r5.ebuild gtk+-1.2.10-r6.ebuild gtk+-1.2.10-r7.ebuild gtk+-2.0.2-r1.ebuild :
4905 - Update all glib dependencies to use glib-1.2* in preparation of
4906 -unmasking the glib-2.0.1 packages
4907 -
4908 -
4909 -*gtk+-2.0.2 (11 Apr 2002)
4910 - 11 Apr 2002; Spider <spider@g.o>; gtk+-2.0.2-r1.ebuild:
4911 - New release with new api
4912 - USE="doc" will build api documentation
4913 - needs libpng 1.2.1 and is masked because of that.
4914 - needs glib 2.0 as well
4915 -
4916 -
4917 -*gtk+-1.2.10-r7 (23 Mar 2002)
4918 -
4919 - 23 Mar 2002; Seemant Kulleen <seemant@g.o> gtk+-1.2.10-r7.ebuild :
4920 -
4921 - Man pages are now in LFH compliant /usr/share/man tree. Changes submitted by
4922 - Matthew Kennedy.
4923 -
4924 -*gtk+-1.2.10-r6 (21 Mar 2002)
4925 -
4926 - 21 Mar 2002; Seemant Kulleen <seemant@g.o> gtk+-1.2.10-r6.ebuild :
4927 -
4928 - Changed the html documentation step to not be gzipped. This is a small
4929 - enough change that it shouldn't matter to have users remerge it.
4930 -
4931 -*gtk+-1.2.10-r6 (13 Mar 2002)
4932 -
4933 - 13 Mar 2002; Bruce A. Locke <blocke@××××××.org> gtk+-1.2.10-r6.ebuild :
4934 -
4935 - gtk+ 1.2.10-r6 now includes patches from Ximian Gnome that help make
4936 - the gtk+ file picker dialog a little more user friendly :)
4937 -
4938 -*gtk+-1.2.10-r5 (10 Mar 2002)
4939 -
4940 - 10 Mar 2002; Bruce A. Locke <blocke@××××××.org> gtk+-1.2.10-r5.ebuild :
4941 -
4942 - NLS fixes submitted by seemant@××××××××××.com (Seemant Kulleen)