summaryrefslogtreecommitdiff
blob: 6b860c4d5b3ff55c727846cdce1e1961c47fdafd (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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
# ChangeLog for media-libs/libquicktime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.152 2010/05/24 16:07:25 nixnut Exp $

  23 May 2010; <nixnut@gentoo.org> libquicktime-1.1.5.ebuild:
  ppc stable #314821

  23 May 2010; Pacho Ramos <pacho@gentoo.org> libquicktime-1.1.5.ebuild:
  stable amd64, bug 314821

  19 May 2010; Raúl Porcel <armin76@gentoo.org> libquicktime-1.1.5.ebuild:
  alpha/ia64/sparc stable wrt #314821

  11 May 2010; Brent Baude <ranger@gentoo.org> libquicktime-1.1.5.ebuild:
  stable ppc64, bug 314821

  26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  libquicktime-1.1.5.ebuild:
  x86 stable wrt bug #314821

*libquicktime-1.1.5 (23 Feb 2010)

  23 Feb 2010; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.5.ebuild:
  version bump

*libquicktime-1.1.4 (08 Jan 2010)

  08 Jan 2010; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.4.ebuild:
  version bump

  26 Oct 2009; Alexis Ballier <aballier@gentoo.org>
  -libquicktime-1.1.1.ebuild, -files/libquicktime-1.1.1-headers.patch,
  -files/libquicktime-1.1.1-libavutil50.patch, -libquicktime-1.1.2.ebuild:
  remove old

  26 Oct 2009; Alexis Ballier <aballier@gentoo.org>
  libquicktime-1.1.3.ebuild, +files/libquicktime-1.1.3-x264.patch:
  Add a fix for latest x264 versions.

  24 Oct 2009; nixnut <nixnut@gentoo.org> libquicktime-1.1.3.ebuild:
  ppc stable #283815

  06 Oct 2009; Raúl Porcel <armin76@gentoo.org> libquicktime-1.1.3.ebuild:
  ia64/sparc stable wrt #283815

  29 Sep 2009; Tobias Klausmann <klausman@gentoo.org>
  libquicktime-1.1.3.ebuild:
  Stable on alpha, bug #283815

  27 Sep 2009; Brent Baude <ranger@gentoo.org> libquicktime-1.1.3.ebuild:
  Marking libquicktime-1.1.3 ppc64 for bug 283815

  11 Sep 2009; Markus Meier <maekke@gentoo.org> libquicktime-1.1.3.ebuild:
  amd64/x86 stable, bug #283815

*libquicktime-1.1.3 (14 Jul 2009)

  14 Jul 2009; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.3.ebuild:
  version bump

  17 Jun 2009; Alexis Ballier <aballier@gentoo.org>
  -libquicktime-1.0.3.ebuild, -files/libquicktime-1.0.3-x264-65.patch,
  -files/libquicktime-1.0.3-x264lavc.patch, -libquicktime-1.1.0.ebuild:
  remove old

*libquicktime-1.1.2 (17 Jun 2009)

  17 Jun 2009; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.2.ebuild, metadata.xml:
  version bump

  20 May 2009; nixnut <nixnut@gentoo.org> libquicktime-1.1.1.ebuild:
  ppc stable #268018

  09 May 2009; Raúl Porcel <armin76@gentoo.org> libquicktime-1.1.1.ebuild:
  ia64/sparc stable wrt #268018

  07 May 2009; Tobias Klausmann <klausman@gentoo.org>
  libquicktime-1.1.1.ebuild:
  Stable on alpha, bug #268018

  03 May 2009; Markus Meier <maekke@gentoo.org> libquicktime-1.1.1.ebuild:
  amd64/x86 stable, bug #268018

  01 May 2009; Brent Baude <ranger@gentoo.org> libquicktime-1.1.1.ebuild:
  stable ppc64, bug 268018

  15 Apr 2009; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-1.1.1-libavutil50.patch, libquicktime-1.1.1.ebuild:
  add a fix from upstream to build with ffmpeg trunk

  29 Dec 2008; Mike Frysinger <vapier@gentoo.org>
  +files/libquicktime-1.1.1-headers.patch, libquicktime-1.1.1.ebuild:
  Fix random crash on 64bit systems due to implicit string func decls.

  20 Dec 2008; <ssuominen@gentoo.org> libquicktime-1.0.3.ebuild,
  libquicktime-1.1.0.ebuild, libquicktime-1.1.1.ebuild:
  Upgrade alsa-lib dep. to latest stable 1.0.16 wrt #251696.

*libquicktime-1.1.1 (17 Dec 2008)

  17 Dec 2008; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.1.ebuild:
  version bump

*libquicktime-1.1.0 (10 Nov 2008)

  10 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.1.0.ebuild:
  version bump

  06 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-1.0.3-x264-65.patch, libquicktime-1.0.3.ebuild:
  Another patch merged upstream to fix compatibility with latest x264.

  26 Sep 2008; Alexis Ballier <aballier@gentoo.org>
  files/libquicktime-1.0.3-x264lavc.patch:
  Fix the lavc patch again for bug #237234... why did I trust upstream in
  merging the correct patch?

  22 Sep 2008; Alexis Ballier <aballier@gentoo.org>
  files/libquicktime-1.0.3-x264lavc.patch:
  It seems I was a bit too quick at backporting the patch. Fix it now.

  22 Sep 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-1.0.3-x264lavc.patch, libquicktime-1.0.3.ebuild:
  fix from upstream to build against latest ffmpeg and x264

  25 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  -libquicktime-1.0.2.ebuild:
  remove old

  25 Aug 2008; Raúl Porcel <armin76@gentoo.org> libquicktime-1.0.3.ebuild:
  ia64 stable wrt #234995

  24 Aug 2008; Tobias Klausmann <klausman@gentoo.org>
  libquicktime-1.0.3.ebuild:
  Stable on alpha, bug #234995

  24 Aug 2008; Markus Rothe <corsair@gentoo.org> libquicktime-1.0.3.ebuild:
  Stable on ppc64; bug #234995

  22 Aug 2008; nixnut <nixnut@gentoo.org> libquicktime-1.0.3.ebuild:
  Stable on ppc wrt bug 234995

  19 Aug 2008; Friedrich Oslage <bluebird@gentoo.org>
  libquicktime-1.0.3.ebuild:
  Stable on sparc, bug #234995

  17 Aug 2008; Markus Meier <maekke@gentoo.org> libquicktime-1.0.3.ebuild:
  amd64/x86 stable, bug #234995

  07 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  -libquicktime-1.0.2_p20080621.ebuild:
  remove unused version

*libquicktime-1.0.3 (15 Jul 2008)

  15 Jul 2008; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.0.3.ebuild:
  version bump

*libquicktime-1.0.2_p20080621 (21 Jun 2008)

  21 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +libquicktime-1.0.2_p20080621.ebuild:
  Bump to snapshot. Fixes 218101 wrt. libquicktime. Please wait for the
  correct distfile to propagate.

  20 Jun 2008; Alexis Ballier <aballier@gentoo.org>
  libquicktime-1.0.2.ebuild:
  ffmpeg plugin will not be built if we are usingg too recent ffmpeg, adjust
  deps accordingly

  07 Apr 2008; Ben de Groot <yngwin@gentoo.org> libquicktime-1.0.2.ebuild:
  Pkgmove x264-svn to x264

  20 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  -libquicktime-1.0.1.ebuild:
  remove old

  10 Mar 2008; Steve Dibb <beandog@gentoo.org> libquicktime-1.0.2.ebuild:
  amd64 stable, bug 212020

  07 Mar 2008; Brent Baude <ranger@gentoo.org> libquicktime-1.0.2.ebuild:
  stable ppc64, bug 212020

  04 Mar 2008; Raúl Porcel <armin76@gentoo.org> libquicktime-1.0.2.ebuild:
  alpha/ia64/sparc stable wrt #212020

  03 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
  libquicktime-1.0.2.ebuild:
  stable x86 (bug 212020)

  02 Mar 2008; Lars Weiler <pylon@gentoo.org> libquicktime-1.0.2.ebuild:
  stable ppc, bug 212020

  01 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  -files/libquicktime-1.0.1-nls-asneeded.patch,
  -files/libquicktime-1.0.1-pkgconfig_init.patch,
  -libquicktime-1.0.1-r1.ebuild:
  unused version

*libquicktime-1.0.2 (08 Jan 2008)

  08 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.0.2.ebuild:
  version bump

  03 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  libquicktime-1.0.1-r1.ebuild:
  Keyword ~x86-fbsd, working fine here

  02 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  -files/libquicktime-0.9.7-dv.patch,
  -files/libquicktime-0.9.7-unrice.patch,
  -files/libquicktime-0.9.10-automagic-deps.patch,
  -files/libquicktime-0.9.10-cflags.patch,
  -files/libquicktime-0.9.10-opengl-link.patch,
  -files/libquicktime-0.9.10-x264.patch,
  -files/libquicktime-1.0.0-cflags.patch,
  -files/libquicktime-1.0.0-gtk212.patch, -libquicktime-0.9.7-r1.ebuild,
  -libquicktime-0.9.10.ebuild, -libquicktime-1.0.0.ebuild:
  remove unused versions

*libquicktime-1.0.1-r1 (02 Jan 2008)

  02 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-1.0.1-nls-asneeded.patch,
  +files/libquicktime-1.0.1-pkgconfig_init.patch,
  +libquicktime-1.0.1-r1.ebuild:
  Fix pkg-config initialisation when alsa is not used, fix nls build with
  as-needed on non glibc systems, add missing dep on virtual/libintl for non
  glibc systems

  25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
  Removing zypher from metadata.xml as per #26909.

  19 Nov 2007; Markus Rothe <corsair@gentoo.org> libquicktime-1.0.1.ebuild:
  Stable on ppc64; bug #198845

  17 Nov 2007; nixnut <nixnut@gentoo.org> libquicktime-1.0.1.ebuild:
  Stable on ppc wrt bug 198845

  14 Nov 2007; Raúl Porcel <armin76@gentoo.org> libquicktime-1.0.1.ebuild:
  alpha/ia64/sparc stable wrt #198845

  13 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
  libquicktime-1.0.1.ebuild:
  stable x86, bug 198845

  12 Nov 2007; Samuli Suominen <drac@gentoo.org> libquicktime-1.0.1.ebuild:
  amd64 stable wrt #198845

  14 Oct 2007; Alexis Ballier <aballier@gentoo.org>
  libquicktime-1.0.1.ebuild:
  drop xorg 6 checks for built with use, dont try to be clever with
  /usr/include/quicktime by removing the files, just die

*libquicktime-1.0.1 (13 Oct 2007)

  13 Oct 2007; Alexis Ballier <aballier@gentoo.org>
  +libquicktime-1.0.1.ebuild:
  version bump

  23 Sep 2007; Samuli Suominen <drac@gentoo.org>
  +files/libquicktime-1.0.0-gtk212.patch, libquicktime-1.0.0.ebuild:
  Stop using -DGTK_DISABLE_DEPRECATED in configure.ac because it breaks with
  GTK+-2.12 wrt #193446, thanks to Ed Catmur.

  22 Jul 2007; Samuli Suominen <drac@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Remove virtual/x11 references.

  15 Jun 2007; Alexis Ballier <aballier@gentoo.org>
  -files/libquicktime-0.9.2-amd64.patch, -files/libquicktime-new-x264.patch,
  -files/libquicktime-0.9.4-cflags.patch, -libquicktime-0.9.2.ebuild,
  -libquicktime-0.9.4.ebuild, -libquicktime-0.9.9.ebuild,
  -libquicktime-0.9.9-r1.ebuild:
  Cleanup old and unused versions

  16 May 2007; Raúl Porcel <armin76@gentoo.org> libquicktime-0.9.10.ebuild:
  alpha stable wrt #157892

  30 Apr 2007; Marius Mauch <genone@gentoo.org>
  libquicktime-0.9.7-r1.ebuild, libquicktime-0.9.9.ebuild,
  libquicktime-0.9.9-r1.ebuild, libquicktime-0.9.10.ebuild,
  libquicktime-1.0.0.ebuild:
  Replacing einfo with elog

*libquicktime-1.0.0 (17 Apr 2007)

  17 Apr 2007; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-1.0.0-cflags.patch, +libquicktime-1.0.0.ebuild:
  Version bump

  27 Mar 2007; Raúl Porcel <armin76@gentoo.org> libquicktime-0.9.10.ebuild:
  ia64 stable wrt bug 157814

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  07 Feb 2007; Simon Stelling <blubb@gentoo.org> libquicktime-0.9.10.ebuild:
  stable on amd64; bug 15892

  06 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
  libquicktime-0.9.10.ebuild:
  ~ia64 re-keywordind.

  04 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  libquicktime-0.9.10.ebuild:
  stable x86, bug #157814

  23 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  libquicktime-0.9.10.ebuild:
  Stable on ppc wrt bug #157814.

  22 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  +files/libquicktime-0.9.10-cflags.patch, libquicktime-0.9.10.ebuild:
  Make it respect user-defined CFLAGS.

  22 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  libquicktime-0.9.10.ebuild:
  Added missing depend to pkgconfig.

  21 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  libquicktime-0.9.10.ebuild:
  Stable on sparc wrt #157814

  21 Dec 2006; Markus Rothe <corsair@gentoo.org> libquicktime-0.9.10.ebuild:
  Stable on ppc64; bug #157814

  16 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  files/libquicktime-0.9.10-opengl-link.patch:
  Fixed quoting in opengl-patch.

  16 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  +files/libquicktime-0.9.10-opengl-link.patch, libquicktime-0.9.10.ebuild:
  Enable compiling with X but without opengl, thanks to aballier.

  16 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  files/libquicktime-0.9.10-automagic-deps.patch,
  libquicktime-0.9.10.ebuild:
  Changed patch to also use --without-vorbis.

  13 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  files/libquicktime-0.9.10-automagic-deps.patch,
  libquicktime-0.9.10.ebuild:
  Changed vorbis-switch to enable, to prevent clash with vorbis-path.

  13 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
  +files/libquicktime-0.9.10-automagic-deps.patch,
  libquicktime-0.9.10.ebuild:
  Control all automagic dependencies by use-flags now, solving Bugs #140873,
  #148216.

  09 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Changed automake/autoconf-dependencys to latest.

  28 Oct 2006; Matthias Schwarzott <zzam@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Added pkgconfig-depend due to Bug #153060, and added WANT_AUTOMAKE,
  WANT_AUTOCONF.

  23 Oct 2006; Matthias Schwarzott <zzam@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Added a tarball with the missing aclocal-m4-files, solving Bug #140516.

  20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
  libquicktime-0.9.7-r1.ebuild, libquicktime-0.9.10.ebuild:
  Stable on Alpha.

*libquicktime-0.9.10 (17 Oct 2006)

  17 Oct 2006; Alexis Ballier <aballier@gentoo.org>
  +files/libquicktime-0.9.10-x264.patch, +libquicktime-0.9.10.ebuild:
  Bumping to 0.9.10 plus adding the patch upstream applied to be compatible
  with media-libs/x264-svn-20061014

  15 Oct 2006; Alexis Ballier <aballier@gentoo.org>
  files/libquicktime-new-x264.patch, libquicktime-0.9.9-r1.ebuild:
  Updating dependencies since it will not build with older x264-svn versions
  and minor change to the patch

  14 Oct 2006; Alexis Ballier <aballier@gentoo.org>
  files/libquicktime-new-x264.patch:
  Update of the x264 compatibility patch to be compatible with
  media-libs/x264-svn-20061014

*libquicktime-0.9.9-r1 (20 Aug 2006)

  20 Aug 2006; Hanno Boeck <hanno@gentoo.org>
  +files/libquicktime-new-x264.patch, +libquicktime-0.9.9-r1.ebuild:
  Add patch to compile with latest x264 (still masked).

  08 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Stable on amd64 and x86 wrt bug #138828.

  05 Aug 2006; Jason Wever <weeve@gentoo.org> libquicktime-0.9.9.ebuild:
  Re-added ~sparc keyword wrt bug #142171.

  02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Stable on sparc

*libquicktime-0.9.9 (29 Jun 2006)

  17 Jul 2006; Marc Hildebrand <zypher@gentoo.org>
  +libquicktime-0.9.9.ebuild:
  version bump, removed some USE flags..

  17 Jul 2006; Marc Hildebrand <zypher@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Added removal of /usr/include/quicktime ind pkg_preinst to solve bug #128807

  15 Jul 2006; Markus Rothe <corsair@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Stable on ppc64

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Mark 0.9.7-r1 stable on ia64

  30 Jun 2006; Lars Weiler <pylon@gentoo.org> libquicktime-0.9.7-r1.ebuild:
  Stable on ppc; gcc-4 related; bug #138099.

  29 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/libquicktime-0.9.7-unrice.patch, libquicktime-0.9.4.ebuild,
  libquicktime-0.9.7-r1.ebuild:
  Fix check for xv useflag on xorg-x11 so that it's done only for 6.x series,
  fixes bug #135761. Fix quoting, use emake for installing, add patch to
  respect CFLAGS and not add extra CFLAGS that are unrequested.

  27 Apr 2006; Marien Zwart <marienz@gentoo.org>
  files/digest-libquicktime-0.9.2, files/digest-libquicktime-0.9.4,
  files/digest-libquicktime-0.9.7-r1, Manifest:
  Fixing SHA256 digest, pass four

  02 Apr 2006; Luca Barbato <lu_zero@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Typo fix, bug #116929, thank you Chris Smith

  18 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Mark 0.9.7-r1 ~ia64. #111137

  26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> libquicktime-0.9.2.ebuild,
  libquicktime-0.9.4.ebuild:
  oggvorbis Cleanup

  19 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Add a check to make sure that /usr/include/quicktime is not a real directory
  in pkg_preinst.

  12 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
  libquicktime-0.9.7-r1.ebuild:
  Add modular X dependencies.

  02 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/libquicktime-0.9.6-cflags.patch, -libquicktime-0.9.3-r1.ebuild,
  -libquicktime-0.9.6-r1.ebuild:
  Remove old verisons.

  02 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  libquicktime-0.9.7-r1.ebuild:
  Dependency on GTK was erroneously on 1.2 version (see bug #114294), cleanup
  econf call.

  19 Nov 2005; Markus Rothe <corsair@gentoo.org>
  libquicktime-0.9.6-r1.ebuild, libquicktime-0.9.7-r1.ebuild:
  Added ~ppc64; bug #111137

  05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org>
  libquicktime-0.9.6-r1.ebuild, libquicktime-0.9.7-r1.ebuild:
  re-add the ~alpha keyword. someone didn't like us enough to keep our
  keyword. bug #111137

  04 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  libquicktime-0.9.6-r1.ebuild, libquicktime-0.9.7-r1.ebuild:
  ~sparc wrt #111137

*libquicktime-0.9.7-r1 (16 Oct 2005)

  16 Oct 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/libquicktime-0.9.7-dv.patch, -libquicktime-0.9.7.ebuild,
  +libquicktime-0.9.7-r1.ebuild:
  New revision with patch to disable libdv support as per bug #108570. Also,
  add X useflag to be able to build without X.

*libquicktime-0.9.7 (26 May 2005)

  06 Jun 2005; Marc Hildebrand <zypher@gentoo.org>
  +libquicktime-0.9.7.ebuild:
  version bump, fixes #94606. Thanks to Natanael Copa for the ebuild.

*libquicktime-0.9.6-r1 (27 May 2005)

  27 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
  -libquicktime-0.9.6.ebuild, +libquicktime-0.9.6-r1.ebuild:
  create a symlink to avoid breaking apps which rely on the old layout, fixes
  #94218 and #94061

*libquicktime-0.9.6 (21 May 2005)

  24 May 2005; Marc Hildebrand <zypher@gentoo.org>
  +files/libquicktime-0.9.6-cflags.patch, +libquicktime-0.9.6.ebuild:
  version bump, fixes #93761.

  08 May 2005; Bryan Østergaard <kloeri@gentoo.org>
  libquicktime-0.9.4.ebuild:
  Stable on alpha.

  29 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  libquicktime-0.9.4.ebuild:
  Stable on sparc wrt #90238, #87464

  30 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  libquicktime-0.9.4.ebuild:
  Check for opengl which in turn checks for xv. in xorg-x11.

  29 Apr 2005; Markus Rothe <corsair@gentoo.org> libquicktime-0.9.4.ebuild:
  Stable on ppc64; bug #90238

  28 Apr 2005; Luca Barbato <lu_zero@gentoo.org> libquicktime-0.9.4.ebuild:
  Marked ppc and x86

  28 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  libquicktime-0.9.4.ebuild:
  Die compilation if xorg-x11 is built without xv support, fixes #76663.
  Marked stable on amd64.

  05 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
  -libquicktime-0.9.2_pre1.ebuild, libquicktime-0.9.2.ebuild,
  -libquicktime-0.9.3.ebuild, libquicktime-0.9.4.ebuild:
  Cleaned up ebuild. Readd keywords which were improperly removed during a
  version bump. Removing old versions.

*libquicktime-0.9.4 (12 Mar 2005)

  12 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
  +files/libquicktime-0.9.4-cflags.patch, +libquicktime-0.9.4.ebuild:
  version bump, fixes #82059. added patch fixes #59107, old versions failed to
  obey CFLAGS

  06 Feb 2005; Markus Rothe <corsair@gentoo.org> libquicktime-0.9.3-r1.ebuild:
  Stable on ppc64

*libquicktime-0.9.3-r1 (18 Dec 2004)

  18 Dec 2004; Markus Rothe <corsair@gentoo.org> libquicktime-0.9.3-r1.ebuild:
  added ~ppc64 to KEYWORDS

*libquicktime-0.9.3 (19 Jul 2004)
  26 Nov 2004; Marc Hildebrand <zypher@gentoo.org> libquicktime-0.9.3.ebuild:
  Fixed dependencies, closes bug #72179. Thanks to Diego Pettenò for the fix.

  28 Oct 2004; Marc Hildebrand <zypher@gentoo.org> libquicktime-0.9.3.ebuild:
  Added ~amd64 keyword
  
*libquicktime-0.9.3 (19 Jul 2004)
  27 Oct 2004; Marc Hildebrand <zypher@gentoo.org> libquicktime-0.9.3.ebuild:
  Version bump
  
  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> libquicktime-0.9.2.ebuild,
  libquicktime-0.9.2_pre1.ebuild:
  Fix use invocation

  19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
  libquicktime-0.9.2.ebuild, libquicktime-0.9.2_pre1.ebuild:
  fix depend (bug #45110)

  11 Mar 2004; Hanno Boeck <hanno@gentoo.org> libquicktime-0.9.2.ebuild,
  libquicktime-0.9.2_pre1.ebuild:
  Make it not depend on gtk if use-flag is not set (bug #33597).

  18 Feb 2004; Aron Griffis <agriffis@gentoo.org> libquicktime-0.9.2.ebuild:
  stable on ia64

  29 Jan 2004; <gustavoz@gentoo.org> libquicktime-0.9.2.ebuild:
  stable on sparc

  18 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org>
  libquicktime-0.9.2.ebuild:
  set ppc in keywords

  16 Dec 2003; Jason Wever <weeve@gentoo.org> libquicktime-0.9.2.ebuild:
  Added ~sparc keyword.

  12 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> libquicktime-0.9.2.ebuild:
  Added amd64 keyword. Patch for amd64 contributed by E. Papegaaij <e.papegaaij@student.utwente.nl> in
  #33523.

  23 Nov 2003; Aron Griffis <agriffis@gentoo.org> libquicktime-0.9.2.ebuild:
  Stable on alpha

  06 Oct 2003; Martin Holzer <mholzer@gentoo.org> libquicktime-0.9.2.ebuild,
  libquicktime-0.9.2_pre1.ebuild:
  adding gtk IUSE. Closes #29068.

  03 Oct 2003; Heinrich Wendel <lanius@gentoo.org> libquicktime-0.9.2.ebuild:
  Made it block on virtual/quicktime, see bug 27851

*libquicktime-0.9.2 (02 Oct 2003)

  02 Oct 2003; Heinrich Wendel <lanius@gentoo.org> libquicktime-0.9.2.ebuild:
  version bump

  02 Oct 2003; Patrick Kursawe <phosphan@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  Made it block on virtual/quicktime, see bug 27851.

  13 Aug 2003; Luca Barbato <lu_zero@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  Generalized the OPTIMIZE_CFLAGS fix to every non x86 arch, marked ~ppc

  21 Jul 2003; Martin Holzer <mholzer@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  forgot !. Closes #24814

  13 Jun 2003; Seemant Kulleen <seemant@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  blocks quicktime4linux specifically

  13 Jun 2003; Seemant Kulleen <seemant@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  blocks virtual/quicktime, which quicktime4linux provides.  Closes bug
  #20709 by Patrick Kursawe <phosphan@gentoo.org>

*libquicktime-0.9.2_pre1 (04 Nov 2002)

  01 Apr 2003; Aron Griffis <agriffis@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild:
  Fix bug 10966 by replacing the x86-centric OPTIMIZE_CFLAGS with our on alpha.
  Also force -j1 since this package doesn't build reliably with larger values

  14 Feb 2003; Seemant Kulleen <seemant@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild :

  Fixed breaking compiles when ffmpeg is installed on system.  Native
  ffmpeg now disabled by default, thanks to rac in #gentoo-dev.  Closes bug
  #15582 by matrixise <stephane.wirtel@belgacom.net>

  09 Dec 2002; Seemant Kulleen <seemant@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild :

  Fixed DESCRIPTION. Thanks to: torgeir@trenger.ro (Torgeir Hansen) in bug
  #11824.

  04 Nov 2002; Seemant Kulleen <seemant@gentoo.org>
  libquicktime-0.9.2_pre1.ebuild ChangeLog
  files/digest-libquicktime-0.9.2_pre1 :

  New quicktime library which is source compatible with quicktime4linux.
  XawTV needs this as a dependency to record from TV into quicktime/avi
  format.