summaryrefslogtreecommitdiff
blob: ac1de43e8f7916358ec92666bb01764394926168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
# ChangeLog for x11-libs/qt
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.96 2003/12/05 14:08:27 caleb Exp $

  05 Dec 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.3.ebuild,
  files/qt-3.2.3-qfontdatabase-i18n-20031024.patch,
  files/qt-3.2.3-qpsprinter-useFreeType2-20031128.patch,
  files/qt-3.2.3-scriptForChar-20031128.patch:
  Adding cjk patches for people using foreign fonts
  See bug #33069 for more info.
  Also marking x86 stable

  29 Nov 2003; Brad House <brad_mssw@gentoo.org> qt-3.2.3.ebuild:
  mark stable on amd64

*qt-3.2.3 (14 Nov 2003)

  14 Nov 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.3.ebuild, files/45qt3:
  New Qt version

  08 Nov 2003; David Holm <dholm@gentoo.org> qt-3.2.2-r1.ebuild:
  Added to ~ppc.

  07 Nov 2003; Caleb Tennis <caleb@gentoo.org> qt-3.1.0-r3.ebuild, qt-3.1.1-r2.ebuild,
  qt-3.2.0.ebuild, qt-3.2.1-r1.ebuild, qt-3.2.1-r2.ebuild, qt-3.2.2.ebuild:
  Remove stale versions

*qt-3.2.2-r1 (07 Nov 2003)

  07 Nov 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.2-r1.ebuild:
  Add a patch that fixes crashing for lots of people.

*qt-3.2.2 (16 Oct 2003)

  16 Oct 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.2.ebuild,
  files/0026-netwm-fullscreen.patch, files/0027-dnd-leak.patch,
  files/0028-fix_sub_popup_crash.patch:
  New Qt version.  Built off of qt-3.2.1-r2.ebuild, but added a few patches
  from the KDE website to fix a few bugs that are (still) present in this
  version of Qt.

*qt-3.2.1-r2 (02 Oct 2003)

  02 Oct 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1-r2.ebuild:
  Fix the ebuild to make some pathway stuff a bit happier.

  01 Oct 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1-r1.ebuild:
  Add -plugindir ${QTBASE}/plugins to configure line to alleviate some
  configuration problems that later look for plugins in the wrong directory

  19 Sep 2003; Jason Wever <weeve@gentoo.org> qt-3.2.1.ebuild:
  Added ~sparc keyword

qt-3.2.1-r1 (19 Sep 2003)

  19 Sep 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1-r1.ebuild:
  Add in some patches from KDE's qt-copy.  Fixes bugs for many people.

  16 Sep 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1.ebuild:
  Fix for sandbox violation, and compile fixes...

  11 Sep 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1.ebuild:
  Some fixes to make it compile and install mo betta for people

  07 Aug 2003; Caleb Tennis <caleb@gentoo.org> qt-3.1.2-r4.ebuid:
  Add some complextext patches for cjk users (bug #27988)

qt-3.2.1 (27 Aug 2003)

  27 Aug 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.1.ebuild:
  Version bump

  27 Aug 2003; Caleb Tennis <caleb@gentoo.org> qt-3.1.2-r4.ebuild:
  Readd in xinerama use flag


qt-3.2.0 (30 Jul 2003)

  31 Jul 2003; <paul@gentoo.org> qt-3.2.0.ebuild:
  Add a block on <kde-3.2 as kde-3.1 and kde-3.0 are broken with qt-3.2

  30 Jul 2003; Caleb Tennis <caleb@gentoo.org>:
  Add qt-3.2.0, but it's staying masked for a little while longer.
  Also, remove the two 3.2.0_beta ebuilds.

  30 Jul 2003; Caleb Tennis <caleb@gentoo.org>:
  Remove qt-3.1.2-r5 and revert its changes back into 3.1.2-r4 as it
  was minor enough not to warrant a revision

  Also, add in complextext rendering patch.  Closes bug #25038.

  And, while I'm at it, bump -r4 to stable x86.

  21 Jul 2003; Martin Schlemmer <azarah@gentoo.org> qt-3.1.2-r3.ebuild,
  qt-3.1.2-r4.ebuild, qt-3.1.2-r5.ebuild,
  files/qt-3.1.2-coreutils-fixup.patch:
  Fix calls to head and tail to use -n and not -[0-9].

  19 Jul 2003; Seemant Kulleen <seemant@gentoo.org> qt-3.1.2-r5.ebuild:
  korean patch only needs to be applied on use cjk -- and this didn't need a
  version bump, just for that patch.

*qt-3.1.2-r5 (19 Jul 2003)

  19 Jul 2003; Jay Kwak <jayskwak@gentoo.org> qt-3.1.2-r5.ebuild
  Add Korean xim patch

*qt-3.1.2-r4 (11 Jul 2003)

  04 Aug 2003; Guy Martin <gmsoft@gentoo.org> qt-3.1.2-r4.ebuild :
  Added hppa to KEYWORDS.

  11 Jul 2003; Michele Balistreri <brain@gentoo.org> qt-3.1.2-r4.ebuild
  Fix bug #24171, the patch was taken from upstream
  
*qt-3.2.0_beta2 (23 Jun 2003)
  
  23 Jun 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.0_beta2.ebuild
  Version bump - still considered unstable.

  16 Jun 2003; Will Woods <wwoods@gentoo.org> qt-2.3.2-r1.ebuild,
  qt-3.1.2-r3.ebuild:
  Marked stable for alpha

  13 Jun 2003; Caleb Tennis <caleb@gentoo.org> all qt ebuilds:
  Changed LICENSE to ="QPL-1.0 | GPL-2".  Closes bug #18949.

  10 Jun 2003; Will Woods <wwoods@gentoo.org> qt-2.3.2-r1.ebuild:
  Added ~alpha to KEYWORDS

  10 Jun 2003; Will Woods <wwoods@gentoo.org> qt-3.1.2-r3.ebuild:
  removed alpha -fPIC hackery which appears to be unneeded for qt-3.1.2
	
  01 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> qt-3.1.0-r3.ebuild:
  set ppc in keywords

*qt-3.2.0_beta1 (29 May 2003)

  29 May 2003; Caleb Tennis <caleb@gentoo.org> qt-3.2.0_beta1.ebuild:
  Added a prelim ebuild for qt 3.2.  Has been package.mask'd until
  we get a more thorough chance to work out the bugs.

  28 May 2003: Caleb Tennis <caleb@gentoo.org>
  Removed the following old ebuilds:
  qt-3.0.5, qt-3.0.5-r1
  qt-3.1.0, qt-3.1.0-r1, qt-3.1.0-r2
  qt-3.1.1, qt-3.1.1-r1
  qt-3.1.2, qt-3.1.2-r1, qt-3.1.2-r2
  This should leave "stable and unstable" ebuilds for all archs

  21 May 2003; Jason Wever <weeve@gentoo.org> qt-3.1.2-r3.ebuild:
  Changed ~sparc keyword to sparc.

  17 Apr 2003; Dan Armak <danarmak@gentoo.org> qt-3.1.2-r2.ebuild:
  
  Use the new qsocket patch from r3.

*qt-3.1.2-r3 (17 Apr 2003)
  
  17 Apr 2003; Michele Balistreri <brain@gentoo.org> qt-3.1.2-r3.ebuild,
  files/qt-3.1.2-r3-qsocket.diff:
  Cleaned the patch, now just the hunk which solve the issue is present,
  Some of the hunks removed reintroduced already fixed bugs. Therefore 
  this is a new revision
  
*qt-3.1.2-r2 (15 Apr 2003)

  15 Apr 2003; Dan Armak <danarmak@gentoo.org> Manifest, qt-3.1.2-r2.ebuild:
  An experimental new revision that uses make.conf's CXXFLAGS. Could cause
  trouble, so masked at first - test with care.
  Original patch by Robert, bug #12235.

  13 Apr 2003; Dan Armak <danarmak@gentoo.org> files/qsocket-3.1.2.diff:
  Fix the patch - make it apply by removing the hunk that refers to the cvs
  header.

*qt-3.1.2-r1 (13 Apr 2003)

  12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> qt-3.1.2-r1.ebuild:
  masked because the third patch fails -- please test this before releasing.

  13 Apr 2003; Michele Balistreri <brain@gentoo.org> qt-3.1.2-r1.ebuild:
  Fix bug #19005
  
  06 Apr 2003; Dan Armak <danarmak@gentoo.org> qt-3.1.2.ebuild:
  Add dep on app-doc/qt-docs of the same version, if USE doc is enabled.

  05 Apr 2003; Hannes Mehnert <hannes@gentoo.org> qt-3.1.2.ebuild:
  added fix for bug #18586, marked stable on x86

*qt-3.1.2 (22 Mar 2003)

  22 Mar 2003; Dan Armak <danarmak@gentoo.org> qt-3.1.2.ebuild:
  Added QT 3.1.2. Warning: only use it with KDE 3.1.1, with >=kdebase-3.1.1-r1.

  04 Feb 2003; Hannes Mehnert <hannes@gentoo.org> qt-3.1.0-r3.ebuild,
  qt-3.1.1-r2.ebuild: changed dependency from x11-libs/xft to virtual/xft

  03 Feb 2003; Will Woods <wwoods@gentoo.org> qt-3.1.0-r3.ebuild:
  Small hack to build libeditor.a with -fPIC on alpha

*qt-3.1.0-r3 (02 Feb 2003)

  15 mar 2003; Guy Martin <gmsoft@gentoo.org> qt-3.1.0-r3.ebuild :
  Added some flags for a succefull build on hppa.
  Added hppa to keywords.

  07 Feb 2003; Jason Wever <weeve@gentoo.org> qt-3.1.0-r3.ebuild ;
  Changed ~sparc keyword to sparc.

*qt-3.1.1-r2 (02 Feb 2003)

  15 mar 2003; Guy Martin <gmsoft@gentoo.org> qt-3.1.1-r2.ebuild :
  Added some flags for a succefull build on hppa.
  Added ~hppa to keywords.

  02 Feb 2003; Hannes Mehnert <hannes@gentoo.org> qt-3.1.0-r3.ebuild,
  qt-3.1.1-r2.ebuild: added xft dependency

*qt-3.1.0-r2 (28 Jan 2003)
*qt-3.1.1-r1 (28 Jan 2003)

  28 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-3.1.0-r2.ebuild,
  qt-3.1.1-r1.ebuild: added designer.diff which fixes bug #12964.

  07 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-2.3.2-r1.ebuild:
  removed !x11-libs/xft from DEPEND, added -no-xft to configure. really better
  solution for the problem.

  06 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-2.3.2-r1.ebuild:
  added !x11-libs/xft to DEPEND. this closes bug #11839 and probably
  #13109.

  06 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-3.1.1.ebuild,
  qt-3.1.0.ebuild, qt-3.1.0-r1.ebuild: added -xrender to configure, thanks
  to faye@clara.net (Faye Pearson). fixes bug #12918

  18 Dec 2002; Hannes Mehnert <hannes@gentoo.org> qt-3.1.1.ebuild,
  qt-3.0.5-r2.ebuild, qt-3.1.0.ebuild, qt-3.1.0-r1.ebuild: fixed typo
  in myconf from use opengl line. Thanks to overvolting@hotmail.com (dan)
  (bug #12371)

  18 Dec 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Add pkg_postinst warning about remerging kdelibs after upgrading qt. Also
  add -verbose parameter to configure in 3.1.1.

*qt-3.1.1 (17 Dec 2002)

  17 Dec 2002; Hannes Mehnert <hannes@gentoo.org> qt-3.1.1.ebuild:
  version bump

  08 Dec 2002; Jack Morgan <jmorgan@gentoo.org> qt-3.1.0-r1.ebuild :
  Changed ~sparc to sparc 

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  07 Dec 2002; Bjoern Brauel <bjb@gentoo.org> qt-3.1.0-r1.ebuild:

  Fix compilation on alpha and marked as stable (on alpha)

  04 Dec 2002; Olivier Reisch <doctomoe@gentoo.org> qt-3.1.0-r1.ebuild:
  Added ppc stable keyword.

  30 Nov 2002; Dan Armak <danarmak@gentoo.org> qt-3.1.0-r1.ebuild  :

  Fix bug #11144 - allow write access to $QTBASE/etc/settings because qt
  wants to create a lock file for qtrc in that directory.

*qt-3.1.0-r1 (23 Nov 2002)

  23 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  New revision that fixes the library installation code (some libs weren't
  being installed), adds -fast configure flag and generally cleans things
  up. Also remove outdated src_postinst message about recompiling plugins.

  18 Nov 2002; Hannes Mehnert <hannes@gentoo.org> qt-3.0.5-r2.ebuild,
  qt-3.1.0.ebuild: added -prefix ${QTBASE} to configure, this solves
  bug #10850, thanks to quinn@nmt.edu (Quinn Harris) for submission.

  17 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> qt-3.1.0.ebuild:
  Added opengl useflag.

  15 Nov 2002; Hannes Mehnert <hannes@gentoo.org> qt-3.1.0.ebuild:
  Added patch for QWidget::showMinimized() that didn't make it into the final
  Qt 3.1 release anymore. It fixes child windows being hidden randomly.

*qt-3.1.0 (14 Nov 2002)

  14 Nov 2002; Hannes Mehnert <hannes@gentoo.org> qt-3.1.0.ebuild:
  version bump

*qt-3.1.0_pre20021104 (04 Nov 2002)

  02 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ChangeLog:
  kde-3.1_rc2

  1 Nov 2002; Bart Verwilst <verwilst@gentoo.org> Changelog  :

  Make sure cups support is enabled when cups is in USE.

  31 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Change the 3.1.0_pre20021024 ebuild to pass -L/usr/lib to configure,
  to fix bug #10005 (xft2 linking problems).

*qt-3.1.0_pre20021024 (30 Oct 2002)

  31 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  This is the snapshot of qt-copy that was distributed with KDE 3.1 rc1. That's
  the only reason we have it here. Masked, of course.

  15 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Fix deps: remove incorrect deps on libgif and libngif and add missing dep
  on libjpeg. Also remove old ebuilds.

  12 Aug 2002; Dan Armak <danarmak@gentoo.org> qt-2.3.2-r1.ebuild  :

  Fix a typo that said 2.3.1 instead of 2.3.2. This may have caused some
  library symlinks not to be installed.

  09 Aug 2002; Mark Guertin <gerk@gentoo.org> :
  Added ppc to keywords

  08 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Add media-libs/freetype to dependencies. Otherwise, qt will link aginst
  the freetype that comes with X11 but not all kde apps can do that, which
  creates a problem.

  02 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Added informational message to 3.0.5+ ebuilds about the need to remerge
  kdelis if upgrading from an earlier qt.

*qt-3.0.5-r1 (25 Jul 2002)

  13 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :
  Added ppc keyword
 
  25 Jul 2002; Jays Kwak <jayskwak@gentoo.org> qt-3.0.5-r1.ebuild
  Added Korean input patch

  23 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Fix #5346: correct -system-nas-sound configure option.

*qt-3.0.5 (18 Jul 2002)

  183 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Add new upstream version.
  NOTE: When upgrading from any older qt, you have to recompile any and all qt plugins.
  That includes the kdelibs and mosfet-liquid-widget ebuilds.

*qt-3.0.4.20020606-r1 (8 Jun 2002)

  15 Jul 2002; Mark Guertin <gerk@gentoo.org>
  Added ppc to keywords

  8 Jun 2002; Mark Guertin <gerk@gentoo.org> (changelog written by Dan Armak <danarmak@gentoo.org):

  Fix SRC_URI for the patch included.  

*qt-3.0.4.20020606 (7 Jun 2002)

  7 Jun 2002; Mark Guertin <gerk@gentoo.org> (changelog written by Dan Armak <danarmak@gentoo.org):
  
  Add patches from the 20020606 qt cvs which fix, among other things,
  the qt 3.0.4* ppc slowdown bug.

*qt-3.0.4.1-r1 (31 May 2002)

  31 May 2002; Jays Kwak <jayskwak@gentoo.or.kr> changlog:
  Fix Korean onthespot input method

*qt-3.0.4.1 (14 May 2002)

  14 May 2002; Bart Verwilst <verwilst@gentoo.org> changelog:
  QT-copy of QT 3.0.5, fixes some quite nasty bugs, because qt 3.0.4 seems  
  to add more bugs than it fixes..

  11 May 2002; Dan Armak <danarmak@gentoo.org> changelog:
  Fix bug #2483 (missing lcms dep)

*qt-3.0.4-r1 (7 May 2002)

  7 May 2002; Dan Armak <danarmak@gentoo.org> changelog:
  Fix bug #2470 (qt not compiling with USE nas on)

*qt-3.0.4 (5 May 2002)

  5 May 2002; Dan Armak <danarmak@gentoo.org> changelog:
  qt-3.0.4 (bugfix release).

  30 Apr 2002; Dan Armak <danarmak@gentoo.org> changelog:
  Fix SRC_URI (but why'd it broke??)

*qt-3.0.3.1 (18 Apr 2002)

  18 Apr 2002; Dan Armak <danarmak@gentoo.org> changelog:
  
  This is the qt-copy-3.0.3 snapshot distributed with KDE 3.0. It includes several fixes
  to qt-3.0.3 which will be in 3.0.4. Closes bugs #1828 and (hopefully) #1610.
  Also, added libqt.so.* -> libqt-mt.so.* symlinks. Closes bug #1787.

*qt-2.3.2-r1 and qt-3.0.3-r1 (16 Apr 2002)
  
  27 Apr 2002; Paul de Vrieze <pauldv@gentoo.org> qt-2.3.2-r1.ebuild:
  Fix problem of qt-2.3.2, that was interactive when using userpriv mode.

  16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> qt-2.3.2-r1.ebuild qt-3.0.3-r1.ebuild :
  Added optional gif dependency, since we now have a USE flag (in make.defaults)
  for it.  Thanks to tminos in #gentoo for pointing this out.

*qt-2.3.2-r1 and qt-3.0.3-r1 (12 Apr 2002)

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> qt-2.3.2-r1.ebuild qt-3.0.3-r1.ebuild :
  Compile against newer libpng

*qt-2.3.2 (3 Apr 2002)

  3 Apr 2002; Seemant Kulleen <seemant@gentoo.org> qt-2.3.2.ebuild
  file/digest-qt-2.3.2 :

  Version upgrade.

*qt-3.0.3 (26 Mar 2002)

  26 Mar 2002; Geert Bevin <gbevin@gentoo.org> qt-3.0.3.ebuild
  files/digest-qt-3.0.3 :
  
  Version upgrade.

*qt-3.0.2-r1, qt-2.3.1-r1 (24 Mar 2002)

  24 Mar 2002; Dan Armak <danarmak@gentoo.org> changelog:
  
  Split the env.d file for each of the above ebuilds into a qt and a qtdir
  file. This way QT3 comes first in PATH, and QTDIr gets set to the qt3 value.

*qt-3.0.2 (2 Mar 2002)

  2 Mar 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
  
  New qt version. Changes from 3.0.1 are 99% bugfixes. No ebuild changes.

  3 Feb 2002; G.Bevin <gbevin@gentoo.org> qt-3.0.1-r3.ebuild :
  changed postgres dependency to the latest release r3

*qt-3.0.1-r3 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.