summaryrefslogtreecommitdiff
blob: df3e824f39e7c793454d594e93c7c74ba2e94007 (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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
# ChangeLog for media-libs/xine-lib
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.159 2004/12/21 19:08:04 chriswhite Exp $

  22 Dec 2004; Chris White <chriswhite@gentoo.org> xine-lib-1_rc8.ebuild:
  Fixed Xv linking bug #75123.

  21 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> xine-lib-1_rc8.ebuild:
  Stable on alpha, bug 74475.

  20 Dec 2004; Markus Rothe <corsair@gentoo.org> xine-lib-1_rc8.ebuild:
  Stable on ppc64

*xine-lib-1_rc8 (21 Dec 2004)

  21 Dec 2004; Chris White <chriswhite@gentoo.org> +xine-lib-1_rc8.ebuild:
  Bumped to -rc8 as per bug #74475.

  09 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xine-lib-1_rc7.ebuild:
  libtoolize --force --copy.

*xine-lib-1_rc7 (09 Nov 2004)

  09 Nov 2004; Chris White <chriswhite@gentoo.org>
  +files/xine-lib-1_rc7-2.6.patch,
  +files/xine-lib-1_rc7-configure-sparc.patch,
  +files/xine-lib-1_rc7-mmx.patch, +files/xine-lib-1_rc7-pic.patch,
  +xine-lib-1_rc7.ebuild:
  Bumped to version 1_rc7. Took out the CFLAGS protection as xine-lib uses
  custom CFLAGS now. Transitioned patches to new _rc7 format and tested to
  verify application.

  20 Oct 2004; Luca Barbato <lu_zero@gentoo.org> xine-lib-1_rc6.ebuild:
  Made sure the ppc workaround is applied on ppc64 too

  11 Oct 2004; Tom Gall <tgall@gentoo.org> xine-lib-1_rc6.ebuild:
  stable on ppc64, bug #64348

  06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xine-lib-1_rc5-r3.ebuild, xine-lib-1_rc6.ebuild:
  get_libdir fixes.

  30 Sep 2004; Patrick Kursawe <phosphan@gentoo.org>
  -files/xine-lib-1_rc3-configure-sparc.patch,
  -files/xine-lib-1_rc4-configure-sparc.patch, -xine-lib-0.9.13-r3.ebuild,
  -xine-lib-1_rc2.ebuild, -xine-lib-1_rc3-r1.ebuild,
  -xine-lib-1_rc4-r1.ebuild, -xine-lib-1_rc4.ebuild,
  -xine-lib-1_rc5-r2.ebuild, xine-lib-1_rc5-r3.ebuild, xine-lib-1_rc6.ebuild:
  Big cleanup.
  Removing xvid and divx4linux dependencies, see bug #56179

  21 Oct 2004; Chris White <chriswhite@gentoo.org>
  +files/xine-lib-1_rc6-mmx.patch, +files/xine-lib-1_rc6-pic.patch,
  xine-lib-1_rc6.ebuild:
  Fixed -fPIC and -fstack-protector via patches provided by Kevin F. Quinn
  <co@kevquinn.com> in bug #67863. Added an mmx patch in to further fix the
  issues.

  26 Sep 2004; Tom Gall <tgall@gentoo.org> xine-lib-1_rc5-r3.ebuild
  stable on ppc64, bug #59948

  20 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> xine-lib-1_rc6.ebuild:
  Stable on sparc wrt #64348, also pulled in a sparc32 thingy that should
  hopefully allow it to compile

  20 Sep 2004; <SeJo@gentoo.org> xine-lib-1_rc6.ebuild:
  marked ppc gsla bug: 64348

  19 Sep 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc6.ebuild:
  stable on amd64

  19 Sep 2004; Olivier Crete <tester@gentoo.org> xine-lib-1_rc6.ebuild:
  Marking stable on x86 wrt security bug #64348

  19 Sep 2004; Bryan �stergaard,,, <kloeri@gentoo.org> xine-lib-1_rc6.ebuild:
  Stable on alpha, bug 64348.

*xine-lib-1_rc6 (19 Sep 2004)

  19 Sep 2004; Chris White <chriswhite@gentoo.org>
  +files/protect-CFLAGS.patch-1_rc6, +files/xine-lib-1_rc6-2.6.patch,
  +files/xine-lib-1_rc6-configure-sparc.patch,
  +files/xine-lib-1_rc6-ffmpeg.patch, +xine-lib-1_rc6.ebuild:
  Fixes security issues as per bug #64348. Partially closes bug #64500. Thanks
  to Diego Petteno <dgp85@users.sourceforge.net> for posting the ebuild.

  31 Aug 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc5-r3.ebuild:
  made xine-lib use get_libdir. fixes bug 62339

  15 Aug 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc5-r3.ebuild:
  Stable on sparc wrt bug #59948.

  13 Aug 2004; Jon Hood <squinky86@gentoo.org> xine-lib-0.9.13-r3.ebuild,
  xine-lib-1_rc2.ebuild, xine-lib-1_rc3-r1.ebuild, xine-lib-1_rc4-r1.ebuild,
  xine-lib-1_rc4.ebuild, xine-lib-1_rc5-r2.ebuild, xine-lib-1_rc5-r3.ebuild:
  Fix grammar during postinst().

  13 Aug 2004; Chris White <chriswhite@gentoo.org> xine-lib-1_rc5-r3.ebuild:
  Marked stable on x86 as per Bug #59948.

  11 Aug 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc5-r3.ebuild:
  stable on amd64 for security fix. see bug #59948 for more information

*xine-lib-1_rc5-r3 (11 Aug 2004)

  11 Aug 2004; Chris White <chriswhite@gentoo.org>
  +files/xine-lib-1_rc5-vcd_overflow.patch, +xine-lib-1_rc5-r3.ebuild:
  Version bump to fix security issues stated in Bug #59948.

  04 Aug 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc5-r2.ebuild:
  stable on amd64

  28 Jul 2004; Tom Gall <tgall@gentoo.org> xine-lib-1_rc5-r2.ebuild:
  stable (ish) on ppc64, bug #55076

  15 Jul 2004; Chris White <chriswhite@gentoo.org> metadata.xml:
  Taking over xine-lib as mantainer.

  06 Jul 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc4-r1.ebuild,
  xine-lib-1_rc5-r2.ebuild:
  cleaned up gcc 3.4.x fixes to re-close bug 55202

  30 Jun 2004; Michael Hanselmann <hansmi@gentoo.org>
  xine-lib-1_rc5-r2.ebuild:
  Fixed compilation errors when using Altivec. Bug# 45393 and 55460.

*xine-lib-1_rc5-r2 (29 Jun 2004)

  29 Jun 2004; Martin Holzer <mholzer@gentoo.org>
  +files/protect-CFLAGS.patch-1_rc5-r2, xine-lib-1_rc5-r1.ebuild,
  +xine-lib-1_rc5-r2.ebuild, xine-lib-1_rc5.ebuild:
  new protect-CFLAGS patch. closes 55534

*xine-lib-1_rc5-r1 (28 Jun 2004)

  28 Jun 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc5-r1.ebuild,
  files/protect-CFLAGS.patch-1_rc5-r1:
  removed first hunk in the patch. closes 55144

  26 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> xine-lib-1_rc5.ebuild:
  Fixed my patch from yesterday that it only affects ppc.

  25 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> xine-lib-1_rc5.ebuild:
  Fixed a compilation-error on PowerPC when CFLAGS don't allow Altivec-code.
  Uses USE-flag "altivec".

*xine-lib-1_rc5 (24 Jun 2004)

  24 Jun 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc5.ebuild,
  files/protect-CFLAGS.patch-1_rc5,
  files/xine-lib-1_rc5-configure-sparc.patch:
  Version bumped. Closes 54913

  21 Jun 2004; Brad Laue <brad@gentoo.org> xine-lib-1_rc4-r1.ebuild:
  Stable on x86.

  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> xine-lib-0.9.13-r3.ebuild:
  Fix use invocation

  27 May 2004; Daniel Ostrow <dostrow@gentoo.org> xine-lib-1_rc4-r1.ebuild:
  Stable on ppc.
  
  27 May 2004; Guy Martin <gmsoft@gentoo.org> :
  Fixed build and marked stable on hppa.

  17 May 2004; Jon Portnoy <avenj@gentoo.org> xine-lib-1_rc4-r1.ebuild :
  Fix building on AMD64. Bug 49569. Fix from Herbie Hopkins.

  15 May 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc4-r1.ebuild:
  Removed a couple sparc fixes since they are present in the vendor tarball in
  1_rc4-r1.

*xine-lib-1_rc4-r1 (15 May 2004)

  15 May 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc4-r1.ebuild:
  Version bumped. Closes 51028

  12 May 2004; Alexander Gabert <pappy@gentoo.org> xine-lib-0.9.13-r3.ebuild,
  xine-lib-1_rc2.ebuild, xine-lib-1_rc3-r2.ebuild:
  removed hardened-gcc logic, added filter-flags logic

  09 May 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc4.ebuild:
  Stable on sparc wrt bug #49387.

  05 May 2004; Josh Grebe <squash@gentoo.org> xine-lib-1_rc4.ebuild,
  files/xine-lib-1-rc4-sparc_missing_include.patch,
  files/xine-lib-1_rc4-configure-sparc.patch,
  files/xine-lib-1rc4-libtool1.5.6.shrext_cmds.patch:
  Fixed up sparc: Added missing configure patch, add --build arg to force 32
  bit, fix missing vis.h, and fix broken local libtool

  03 May 2004; Jon Portnoy <avenj@gentoo.org> xine-lib-1_rc4.ebuild :
  Temporarily mask on AMD64 until 32-bit asm issues can be fixed.

  30 Apr 2004; Bryan �stergaard <kloeri@gentoo.org> xine-lib-1_rc4.ebuild:
  Stable on alpha.

  30 Apr 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r3.ebuild,
  xine-lib-1_rc4.ebuild:
  filtering -fforce-addr

  29 Apr 2004; Brandon Hale <tseng@gentoo.org> xine-lib-1_rc4.ebuild:
  Looks golden, x86 stablage.

*xine-lib-1_rc4 (29 Apr 2004)

  29 Apr 2004; Brandon Hale <tseng@gentoo.org> +xine-lib-1_rc4.ebuild:
  Version bump fixes vulnerabilites in Real Media streaming code, bug #49387.

  27 Apr 2004; Travis Tilley <lv@gentoo.org> +files/xine-lib-gcc34.patch,
  xine-lib-1_rc3-r3.ebuild:
  added a patch that removes an attempt to inline ff_h263_round_chroma so that
  xine-lib will compile using gcc 3.4

  26 Apr 2004; Brandon Hale <tseng@gentoo.org> xine-lib-1_rc3-r1.ebuild,
  xine-lib-1_rc3-r3.ebuild:
  Stable on x86.

  26 Apr 2004; David Holm <dholm@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  Stable on ppc.

  18 Apr 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  added an amd64-specific dependency on xfree 4.3.0-r6 or xorg-x11, as xine-lib
  wont always compile properly using anything else. see bug 48261 for more
  information

  17 Apr 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  Stable on sparc wrt bug #48107.

  17 Apr 2004; Bryan �stergaard <kloeri@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  Stable on Alpha.

  17 Apr 2004; Travis Tilley <lv@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  stable on amd64

  14 Apr 2004; Scott W Taylor <swtaylor@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  tiny cleanup for hardened

*xine-lib-1_rc3-r3 (13 Apr 2004)

  13 Apr 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r3.ebuild:
  just another upstream release

  07 Apr 2004; Aron Griffis <agriffis@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  Add ~alpha per bug 46903

  30 Mar 2004; Jason Huebel,,, <jhuebel@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  fix for amd64 to allow building Xv support

  21 Mar 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  Added ~sparc keyword.

  21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  this should fix 45297 and 45305

  21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  ppc and amd64 testing, they have libtheora testing

  21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  testing for x86 - libtheora added.

  21 Mar 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  Marked -sparc as libtheora doesn't build and has no sparc keyword.

*xine-lib-1_rc3-r2 (21 Mar 2004)

  21 Mar 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r2.ebuild:
  Version bumped. closes 45113.

  19 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> xine-lib-1_rc2.ebuild:
  cd to ${S} in unpack so the patch works

  18 Feb 2004; Caleb Tennis <caleb@gentoo.org>
  files/protect-CFLAGS.patch-1_rc2:
  Fix the headers of the patch so it applies cleanly for everyone.

  18 Feb 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc2.ebuild,
  xine-lib-1_rc3-r1.ebuild:
  still no change with sse2 and p4

  16 Feb 2004; Martin Holzer <mholzer@gentoo.org> xine-lib-0.9.13-r3.ebuild,
  xine-lib-1_rc2.ebuild, xine-lib-1_rc3-r1.ebuild:
  adding RESTRICT=nomirror

  28 Jan 2004; Aron Griffis <agriffis@gentoo.org> xine-lib-1_rc2.ebuild,
  xine-lib-1_rc3-r1.ebuild:
  mark 1_rc2 stable on ia64; mark 1_rc3-r1 testing on ia64

  13 Jan 2004; Aron Griffis <agriffis@gentoo.org> xine-lib-1_rc2.ebuild:
  stable on alpha

  09 Jan 2004; Brandon Hale <tseng@gentoo.org> xine-lib-1_rc3-r1.ebuild,
  xine-lib-1_rc3.ebuild:
  Also filter -fPIC.

  31 Dec 2003; Guy Martin <gmsoft@gentoo.org> xine-lib-1_rc2.ebuild:
  Marked stable on hppa.

  30 Dec 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r1.ebuild:
  only apply the sparc patch for sparc. Closes #36759.

  29 Dec 2003; Sven Blumenstein <bazik@gentoo.org> xine-lib-1_rc3-r1.ebuild:
  Fixed handling of avi useflag on non-x86, fixed enabling of 
  assembly optimization on sparc, fixed CFLAG handling of the
  configure script on sparc, corrected checking for older 
  versions (using has_version now) and moved it to pkg_setup,
  fixed disabling of sdl if USE=-sdl, fixed directfb depend on sparc.

  29 Dec 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc2.ebuild,
  xine-lib-1_rc3-r1.ebuild, xine-lib-1_rc3.ebuild:
  making speex IUSE depend. Closes 34592

*xine-lib-1_rc3-r1 (29 Dec 2003)

  29 Dec 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3-r1.ebuild,
  xine-lib-1_rc3.ebuild, files/protect-CFLAGS.patch-1_rc3,
  files/xine-lib-2.6.patch:
  Minor Version bumped.

  27 Dec 2003; <plasmaroo@gentoo.org> xine-lib-1_rc3.ebuild,
  files/xine-lib-2.6.patch:
  Added a patch to make xine-lib work with 2.6 kernel includes - closes bug
  #36564.

  18 Dec 2003; Brandon Hale <tseng@gentoo.org> xine-lib-1_rc2.ebuild,
  xine-lib-1_rc3.ebuild:
  Added filter-flags -fstack-protector

*xine-lib-1_rc3 (18 Dec 2003)

  18 Dec 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc3.ebuild:
  Version bumped.

  26 Nov 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc2.ebuild:
  marking x86 stable.

  29 Nov 2003; Brad House <brad_mssw@gentoo.org> xine-lib-1_rc2.ebuild:
  mark stable on amd64

  10 Nov 2003; Luca Barbato <lu_zero@gentoo.org> xine-lib-1_rc2.ebuild:
  Filtered again the altivec flags.

*xine-lib-1_rc2 (26 Oct 2003)

  26 Oct 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_rc2.ebuild,
  files/protect-CFLAGS.patch-1_rc2:
  Version bumped.

  21 Oct 2003; Brandon Hale <tseng@gentoo.org> xine-lib-1_rc1.ebuild:
  Add -mno-sse2 in case of p4 opts, fixes build errors

  22 Oct 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-0.9.13-r3.ebuild,
  xine-lib-1_beta12-r1.ebuild, xine-lib-1_beta12.ebuild,
  xine-lib-1_rc0-r3.ebuild, xine-lib-1_rc1.ebuild:
  added RESTRICT="nomirror".

  18 Oct 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_beta12-r1.ebuild,
  xine-lib-1_beta12.ebuild, xine-lib-1_rc0-r3.ebuild, xine-lib-1_rc1.ebuild:
  Moving to SLOT=1. Closes #19409.

  10 Oct 2003; Daniel Robbins <drobbins@gentoo.org> xine-lib-1_rc0-r3.ebuild:
  add a patch to disable xine-lib's default CFLAGS settings. They are a bit
  out-of-date and not really optimal (-O3 often benchmarks worse than -O2, as
  do many of the options that were being enabled.) Also added a dep on gcc-3.2+
  for DEPEND in order to fix the -march=pentium4 compile issue.  Gentoo CFLAGS
  are now preserved and respected on x86. The patch can be extended to other
  arches as well, and this would probably be best.
  
  04 Oct 2003; Brad House <brad_mssw@gentoo.org> xine-lib-1_rc0-r3.ebuild: add
  ~amd64 flag

  26 Sep 2003; Jason Wever <weeve@gentoo.org> xine-lib-1_beta12-r1.ebuild:
  Added sparc keyword.

*xine-lib-1_rc1 (06 Oct 2003)

  06 Oct 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 1_rc1.
	
*xine-lib-1_rc0-r3 (18 Aug 2003)

  24 Aug 2003; foser <foser@gentoo.org> xine-lib-1_rc0-r3.ebuild :
  Add patch to workaround possible compile problems with gcc2 (#26534)
  fixed the (R)DEPEND order while i was at it

  18 Aug 2003; Arcady Genkin <agenkin@gentoo.org> :
  Obey "sdl" USE flag (patch by aethyr7@hotmail.com, bug #24519).

*xine-lib-1_rc0-r2 (13 Aug 2003)

  13 Aug 2003; <spider@gentoo.org> xine-lib-1_rc0-r2.ebuild:
  removed the fix to disable gnome-vfs

  13 Aug 2003; Arcady Genkin <agenkin@gentoo.org> :
  Added media-lib/speex to dependencies again.

  10 Aug 2003; Michael Imhof <tantive@gentoo.org> xine-lib-1_rc0-r1:
  Changed
	-       dvd? ( >=media-libs/libdvdcss-0.0.3.3
	-              >=media-libs/libdvdread-0.9.2 )
	+       dvd? ( >=media-libs/libdvdcss-1.2.7 )
  Should close #26324.

  02 Aug 2003; Jason Wever <weeve@gentoo.org> xine-lib-0.9.13-r3.ebuild,
  xine-lib-1_beta12-r1.ebuild:
  keyword and useflag dependency updates.

*xine-lib-1_rc0-r1 (07 Aug 2003)

  12 Aug 2003; Arcady Genkin <agenkin@gentoo.org> :
  Added media-libs/speex to dependencies (bug #26186).

  07 Aug 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 1-rc0a.

*xine-lib-1_beta12-r1 (14 Jul 2003)

  14 Jul 2003; <spider@gentoo.org> xine-lib-1_beta12-r1.ebuild:
  USE="gnome" support with a sed hack to disable gnome-vfs, no configure flags
  for it unfortunately

*xine-lib-1_beta12 (12 May 2003)

  13 May 2003; Daniel Robbins <drobbins@gentoo.org> xine-lib-1_beta12.ebuild:
  parallel build failed; forcing -j1. No rev bump.

  12 May 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-1_beta11 (29 Apr 2003)

  09 May 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_beta10.ebuild,
  xine-lib-1_beta11.ebuild:
  fixed type. closes #20692

  29 Apr 2003; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.10-r1.ebuild,
  xine-lib-0.9.12-r2.ebuild, xine-lib-0.9.13-r1.ebuild,
  xine-lib-0.9.13-r2.ebuild, xine-lib-0.9.13.ebuild, 
  xine-lib-1_beta6.ebuild, xine-lib-1_beta8.ebuild, xine-lib-1_beta9.ebuild:
  Remove massive amounts of cruft

  29 Apr 2003; Brandon Low <lostlogic@gentoo.org> xine-lib-1_beta11.ebuild:
  A bump, and several ebuild changes. Specifically removed the use of
  flag-o-matic since CFLAGS and CXXFLAGS are unset later in the ebuild to let
  the configure script save us from ourselves, I'd like to find a better
  solution to this eventually since the current setup isn't real good for
  cross-compiling. Also set the ebuild to use emake instead of make, it looks as
  if the xine folks have gotten parallel building fixed, but please test this
  extensively, especially in SMP configurations to confirm.

*xine-lib-1_beta10 (09 Apr 2003)

  15 Apr 2003; Arcady Genkin <agenkin@gentoo.org> :
  Marking stable on x86.

  09 Apr 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-1_beta9 (23 Mar 2003)

  29 Mar 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-1_alpha2.ebuild,
  xine-lib-1_beta0.ebuild, xine-lib-1_beta1.ebuild, xine-lib-1_beta2.ebuild,
  xine-lib-1_beta4.ebuild:
  removed old crusty ebuilds

  29 Mar 2003; Martin Holzer <mholzer@gentoo.org> xine-lib-0.9.12-r2.ebuild,
  xine-lib-0.9.13.ebuild, xine-lib-1_beta2.ebuild, xine-lib-1_beta4.ebuild,
  xine-lib-1_beta6.ebuild, xine-lib-1_beta8.ebuild, xine-lib-1_beta9.ebuild:
  fixed type, removed dulpicate slot keywords.

  23 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-0.9.13-r3 (23 Mar 2003)

  23 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).

*xine-lib-1_beta8 (08 Mar 2003)

  08 Mar 2003; Brandon Low <lostlogic@gentoo.org> xine-lib-1_beta8.ebuild:
  Bug Fix

*xine-lib-1_beta7 (07 Mar 2003)

  08 Mar 2003; Brandon Low <lostlogic@gentoo.org> :
  Removed ... it b0rk

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-1_beta6 (25 Feb 2003)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).
  Refuse to compile if libxine.so.0 is present (bug #15081).

  27 Feb 2003; Mark Guertin <gerk@gentoo.org> xine-lib-1_beta6.ebuild :
  set ~ppc in keywords

  25 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 1-beta6.

*xine-lib-1_beta5-r1 (22 Feb 2003)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).

  22 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 1-beta5.
  Added dependency on xvid.
  Added dependency on libfame.
  Removed hack for installing xine-ui_logo.mpv, since it seems to have
  moved into xine-ui.
  Fixed location of the installed fonts (thanks Theofilos Intzoglou
  <oscar10@yifan.net> bug #16112).

*xine-lib-1_beta4 (28 Jan 2003)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).
  Refuse to compile if libxine.so.0 is present (bug #15081).

  13 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Removed dependency on kdelibs (bug 15595).

  01 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Depending on >=flac-1.0.4 since compilation breaks with 1.0.1.
	
  28 Jan 2003; Arcady Genkin <agenkin@gentoo.org> :
  Updated to _beta3.
  Added Flac dependency.
  Added libSDL dependency.
  Forced usage of the internal dvdnav version.
  Unset CFLAGS and CXXFLAGS variables rather than exporting them as empty.
  Reworded the einfo's in the pkg_postinst().
  	
*xine-lib-1_beta2 (02 Jan 2003)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).
  Refuse to compile if libxine.so.0 is present (bug #15081).

  08 Jan 2003; Nick Hadaway <raker@gentoo.org> xine-lib-1_beta2.ebuild :
  Marked stable.

  06 Jan 2003; Nick Hadaway <raker@gentoo.org> xine-lib-1_beta2.ebuild :
  Added some einfo comments to postinstall with notes on upgrading
  from previous library versions.

  02 Jan 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-1_beta1 (24 Dec 2002)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).

  25 Dec 2002; Nick Hadaway <raker@gentoo.org> xine-lib-1_beta1.ebuild :
  Removed {C.CXX}FLAGS as configure sets very specific optimization
  settings already and this should solve problems such as those found
  on bug #11779.

  24 Dec 2002; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*xine-lib-1_beta0 (28 Nov 2002)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).

  28 Nov 2002; Arcady Genkin <agenkin@gentoo.org> xine-lib-1_beta0.ebuild :
  Version bump.
	
*xine-lib-1_alpha2 (28 Nov 2002)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Fixed installation problem for portage >=2.0.47 (bug #16841).
  Filter out k6 optimization flags (bug #16085).

  28 Nov 2002; Arcady Genkin <agenkin@gentoo.org> xine-lib-1_alpha2.ebuild :
  Update to version 1-alpha2.
  Updated SRC_URI to pull from SF mirrors.
	
*xine-lib-0.9.13-r2 (02 Nov 2002)

  07 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Filter out k6 optimization flags (bug #16085).

  13 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Removed dependency on kdelibs (bug 15595).

  01 Dec 2002; Martin Holzer <mholzer@gentoo.org> xine-0.9.13-r2.ebuild :
  Updated SRC_URI to pull from SF mirrors.

  02 Nov 2002; Arcady Genkin <agenkin@gentoo.org> xine-0.9.13-r2.ebuild :
  Fixed installation location of a few files that were previously
  misplaced.
	
*xine-lib-0.9.13-r1 (09 Aug 2002)

  01 Dec 2002; Martin Holzer <mholzer@gentoo.org> xine-0.9.13-r1.ebuild : 
  Updated SRC_URI to pull from SF mirrors.

  29 Sep 2002; Mark Guertin <gerk@gentoo.org> xine-0.9.13-r1.ebuild :
  fixups of -maltivec flag filters (added mabi=altivec as well), done
  now with flag-o-matic

  12 Aug 2002; Mark Guertin <gerk@gentoo.org> xine-0.9.13-r1.ebuild :
  Added ppc to keywords and a fix to sed out -maltivec and -mabi=altivec, 
  this build doesn't play nicely with it, as it uses its own altivec code.

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

  Add patch to enable kxine to work and hopefully fix #5412.

*xine-lib-0.9.10-r1 (06 Aug 2002)

  06 Aug 2002; Seemant Kulleen <seemant@gentoo.org>
  xine-lib-0.9.10-r1.ebuild :

  this is the only version which works with ppc.  resurrected for that
  purpose.

*xine-lib-0.9.13 (06 Aug 2002)

  26 Mar 2003; Graham Forest <vladimir@gentoo.org> xine-lib-0.9.12-r2.ebuild,
  xine-lib-0.9.13.ebuild:
  Automated cleanup of LICENSE

  01 Dec 2002; Martin Holzer <mholzer@gentoo.org> xine-0.9.13.ebuild : 
  Updated SRC_URI to pull from SF mirrors.

  06 Aug 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.13.ebuild:

  New xine version, looks like a lot more configure options
  are actually working now, but I give no guarantees on that.
  Plus we get the xinetic skin back, since that is what most
  people are still used to.

*xine-lib-0.9.12-r2 (31 Jul 2002)

  02 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> xne-lib-0.9.12-r2.ebuild:

  Fixed directfb compilation issues. Closes #5866.

  31 Jul 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.12-r2.ebuild:

  Remove the configure script mangling of -march and -mcpu.

*xine-lib-0.9.12-r1 (19 Jul 2002)

  22 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xine-lib-0.9.12-r1 :
  
  Made ogg support optional again, leaving it to autodetect works.

  19 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
  xine-lib-0.9.12-r1.ebuild files/digest-xine-lib-0.9.12-r1 :

  libvorbis is required, not optional. removed oggvorbis USE flag from
  ebuild.

*xine-lib-0.9.12 (23 Jun 2002)

  23 Jun 2002; Brandon Low <lostlogic@gentoo.org>xine-lib-0.9.12.ebuild:

  Another new release from our friendly release crazy xine people.  
  According to the xine people here is the changelog, enjoy:

  * demux_ts fixes for ATSC streams
  * configurable size of avi subtitles
  * fixed bug in libsputext that caused subtitle flashing
  * update win32 codec loading code
  * use directshow filter to decode msmpeg4 v1/v2
  * fixed logo file name extension
  * fixed german i18n files

*xine-lib-0.9.11 (20 Jun 2002)

  20 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.12.ebuild:

  Updated to use the 0.9.11a source from the xine folks...

  20 Jun 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.12.ebuild:

  Update to version 0.9.11.

*xine-lib-0.9.10-r1 (16 Jun 2002)

  16 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.10-r1.ebuild

  Put dxr3 compilation back in, it works fine with xine-lib-0.9.10.  
  
  A note, gcc-3.1 users will not be able to compile xine-lib-0.9.10 if they
  have DirectFB installed.  Still working on this.

*xine-lib-0.9.9-r2 (8 Jun 2002)

  8 Jun 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.9-r2.ebuild
  files/digest-xine-lib-0.9.9-r2 :

  Fixes to make it compile against directfb.

*xine-lib-0.9.10 (26 May 2002)

  26 May 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.10.ebuld :

  Update to version 0.9.10.

*xine-lib-0.9.9-r1 (29 Apr 2002)

  29 Apr 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.9-r1.ebuld :

  Disable drx3 support because it breaks build on some systems.

*xine-lib-0.9.7-r2 (12 Apr 2002)

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r2.ebuild :

  Made win32 support dependent upon the "avi" USE toggle. Made libdvdcss and
  libdvdread optional dependencies based on the "dvd" USE toggle.

*xine-lib-0.9.7-r1 (28 Mar 2002)

  28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r1.ebuild :
	
  oggvorbis will be the USE toggle instead of separate ogg and vorbis flags.

*xine-lib-0.9.7-r1 (12 Mar 2002)

  12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r1.ebuild :

  Added a check for the nls toggle in USE, and makes sure nls is disabled if
  the toggle is off.

*xine-lib-0.9.7 (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.