summaryrefslogtreecommitdiff
blob: 8c27ead4a055b956b28a43f4709b665c27c859e3 (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
# ChangeLog for media-libs/gst-plugins
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/ChangeLog,v 1.149 2006/08/02 05:33:55 kumba Exp $

  03 Aug 2006; Joshua Kinard <kumba@gentoo.org> gst-plugins-0.8.2.ebuild,
  gst-plugins-0.8.8.ebuild, gst-plugins-0.8.8-r2.ebuild,
  gst-plugins-0.8.9-r2.ebuild, gst-plugins-0.8.10.ebuild,
  gst-plugins-0.8.11.ebuild, gst-plugins-0.8.12.ebuild:
  Removing mips keywords as gst-plugins no longer functions too well on mips.

  11 Jul 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-0.8.8.ebuild, gst-plugins-0.8.8-r2.ebuild,
  gst-plugins-0.8.9-r2.ebuild, gst-plugins-0.8.10.ebuild,
  gst-plugins-0.8.11.ebuild, gst-plugins-0.8.12.ebuild:
  Add X11 deps, no idea where it went, fixes bug #138639

  08 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org>
  gst-plugins-0.8.8.ebuild, gst-plugins-0.8.8-r2.ebuild:
  remove optional dep that is no longer in portage

  02 Mar 2006; Hanno Boeck <hanno@gentoo.org> ChangeLog:
  Fix modular X dependencies.

  27 Feb 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-0.8.8.ebuild, gst-plugins-0.8.8-r2.ebuild,
  gst-plugins-0.8.9-r2.ebuild, gst-plugins-0.8.10.ebuild,
  gst-plugins-0.8.11.ebuild, gst-plugins-0.8.12.ebuild:
  fix up deps

*gst-plugins-0.8.12 (23 Feb 2006)

  23 Feb 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-0.8.12.ebuild:
  version bump of 0.8 series

  18 Feb 2006; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.8.11.ebuild:
  Mark 0.8.11 stable on ia64

  08 Feb 2006; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.8.11.ebuild:
  Mark 0.8.11 stable on alpha

  04 Feb 2006; Simon Stelling <blubb@gentoo.org>
  -files/gst-plugins-0.8.8-qtdemux.diff.gz, gst-plugins-0.8.8-r2.ebuild:
  move compressed patches to mirrors

  03 Feb 2006; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.8.11.ebuild:
  Stable on hppa.

  22 Jan 2006; Markus Rothe <corsair@gentoo.org> gst-plugins-0.8.11.ebuild:
  Stable on ppc64

  22 Jan 2006; <dang@gentoo.org> gst-plugins-0.8.11.ebuild:
  Marked stable on amd64 per bug #119634

  22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  gst-plugins-0.8.11.ebuild:
  Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2

  22 Jan 2006; Joshua Jackson <tsunam@gentoo.org> gst-plugins-0.8.11.ebuild:
  Stable on x86 for bug #119634

  21 Jan 2006; Jeroen Roovers <jer@gentoo.org> gst-plugins-0.8.11.ebuild:
  Make depend on dev-libs/liboil for hppa (bug #117908).

  20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.11.ebuild:
  Stable on sparc wrt #119634 #119512

  06 Dec 2005; Michael Sterrett <mr_bones_@gentoo.org>
  +gst-plugins-0.8.2.ebuild:
  resurrect gst-plugins-0.8.2 for ppc

  05 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-0.8.8.ebuild:
  resurrect old version needed for stable hppa

  05 Dec 2005; Michael Sterrett <mr_bones_@gentoo.org>
  +gst-plugins-0.8.8-r2.ebuild, +gst-plugins-0.8.9-r2.ebuild:
  resurrect gst-plugins-0.8.8-r2.ebuild gst-plugins-0.8.9-r2.ebuild to fix
  broken deps

  04 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -gst-plugins-0.8.2.ebuild, -gst-plugins-0.8.8.ebuild,
  -gst-plugins-0.8.8-r2.ebuild, -gst-plugins-0.8.9-r2.ebuild:
  Removed unneeded versions

  02 Oct 2005; Hardave Riar <hardave@gentoo.org> gst-plugins-0.8.10.ebuild:
  Stable on mips.

  15 Sep 2005; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.8.10.ebuild:
  Mark 0.8.10 stable on alpha

  13 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-0.8.2.ebuild, gst-plugins-0.8.8.ebuild,
  gst-plugins-0.8.8-r2.ebuild, gst-plugins-0.8.9-r2.ebuild,
  gst-plugins-0.8.10.ebuild, gst-plugins-0.8.11.ebuild:
  fix gconf dep and add liboil dep for 0.8.11

*gst-plugins-0.8.11 (05 Sep 2005)

  05 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-0.8.11-conffix.patch, +gst-plugins-0.8.11.ebuild:
  version bump

  03 Sep 2005; Markus Rothe <corsair@gentoo.org> gst-plugins-0.8.10.ebuild:
  Stable on ppc64

  02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-0.8.10.ebuild:
  Stable on ppc.

  31 Aug 2005; Herbie Hopkins <herbs@gentoo.org> gst-plugins-0.8.10.ebuild:
  Stable on amd64.

  29 Aug 2005; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.8.10.ebuild:
  Stable on hppa.

  26 Aug 2005; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.8.10.ebuild:
  stable on ia64

  26 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.10.ebuild:
  Stable on sparc

  25 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
  gst-plugins-0.8.10.ebuild:
  Stable on x86.

  24 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  stable on ia64

  11 Jul 2005; Stephen P. Becker <geoman@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  stable on mips

*gst-plugins-0.8.10 (01 Jul 2005)

  01 Jul 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-0.8.10.ebuild:
  version bump

  17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  Stable on ppc.

  14 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-0.8.9-r1.ebuild, gst-plugins-0.8.9-r2.ebuild,
  gst-plugins-0.8.9.ebuild:
  fix dep of gstreamer to 0.8.10

*gst-plugins-0.8.9-r2 (13 Jun 2005)

  13 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-0.8.9-riffmedia-isompeg4.patch,
  +gst-plugins-0.8.9-r2.ebuild:
  add fix to support ISO mpeg4 in avi's

  12 Jun 2005; Olivier Crête <tester@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  Stable on amd64

  09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  Stable on sparc

*gst-plugins-0.8.9-r1 (08 Jun 2005)

  08 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-0.8.9-qtdemux-fixrawpcm.patch,
  +gst-plugins-0.8.9-r1.ebuild:
  add fix for raw pcm inside mov

  08 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> :
  Updating to 0.8.9

  06 Jun 2005; Markus Rothe <corsair@gentoo.org>
  gst-plugins-0.8.8-r2.ebuild:
  Stable on ppc64

  22 May 2005; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-0.8.8.ebuild:
  Stable on alpha.

  06 May 2005; Sven Wegener <swegener@gentoo.org> gst-plugins-0.8.2.ebuild:
  Removed * postfix from <, <=, >= and > dependencies.

  30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-0.8.8.ebuild:
  Stable on ppc.

  29 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.8.ebuild:
  Stable on sparc

  27 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> gst-plugins-0.8.8.ebuild:
  stable on amd64

*gst-plugins-0.8.8-r2 (27 Apr 2005)

  27 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-0.8.8-gstplaybin_subfont.patch,
  +gst-plugins-0.8.8-r2.ebuild:
  added patch so subtitle font selection is possible in totem 1.1.x

*gst-plugins-0.8.8-r1 (25 Apr 2005)

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-0.8.8-qtdemux.diff, +gst-plugins-0.8.8-r1.ebuild:
  Add upstream changes for qtdemux so that QDM2 with gst-plugins-pitfdll 
  doesnt crash

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -files/gst-plugins-0.6.4-gcc2_fix.patch, -gst-plugins-0.6.4.ebuild:
  Removing 0.6.x

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-0.8.8.ebuild:
  stabilise on x86

  08 Apr 2005; Markus Rothe <corsair@gentoo.org> gst-plugins-0.8.8.ebuild:
  Stable on ppc64

  02 Apr 2005; Stephen P. Becker <geoman@gentoo.org>
  gst-plugins-0.8.7.ebuild:
  stable on mips

  20 Mar 2005; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-0.8.7.ebuild:
  Stable on alpha.

  11 Mar 2005; Heinrich Wendel <lanius@gentoo.org> gst-plugins-0.8.7.ebuild:
  stable on amd64

  09 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.7.ebuild:
  Stable on sparc

  09 Mar 2005; Mike Gardiner <obz@gentoo.org> gst-plugins-0.8.7.ebuild:
  Keyworded ppc

*gst-plugins-0.8.8 (08 Mar 2005)

  08 Mar 2005; foser <foser@gentoo.org> gst-plugins-0.8.7.ebuild :
  Add gcc2 fix (#84019) provided by Robert Scott & mark x86

  25 Jan 2005; Markus Rothe <corsair@gentoo.org> gst-plugins-0.8.5-r1.ebuild:
  Stable on ppc64

  23 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org>
  gst-plugins-0.8.7.ebuild:
  src_instal typo fix

*gst-plugins-0.8.7 (05 Jan 2004)

  05 Jan 2004; foser <foser@gentoo.org> gst-plugins-0.8.7.ebuild :
  New release

  23 Dec 2004; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.8.5-r1.ebuild:
  Stable on hppa.

  16 Dec 2004; Dylan Carlson <absinthe@gentoo.org>
  gst-plugins-0.8.5-r1.ebuild:
  Stable on amd64.

  15 Nov 2004; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-0.8.5-r1.ebuild:
  Stable on alpha.

  12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.5-r1.ebuild:
  Stable on sparc

  11 Nov 2004; Mike Gardiner <obz@gentoo.org> gst-plugins-0.8.5-r1.ebuild:
  Keyworded ppc for GNOME 2.8

*gst-plugins-0.8.5-r1 (22 Oct 2004)

  22 Oct 2004; foser <foser@gentoo.org> gst-plugins-0.8.5-r1.ebuild :
  Add tcp patch to make flumation work (thanks to zaheerm)

*gst-plugins-0.8.5 (22 Oct 2004)

  22 Oct 2004; foser <foser@gentoo.org> gst-plugins-0.8.5.ebuild :
  New relase, move to gstreamer herd as primary maintainer

  27 Aug 2004; Tom Gall <tgall@gentoo.org> gst-plugins-0.8.2.ebuild:
  stable on ppc64, bug #59368

  22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gst-plugins-0.8.2.ebuild:
  Stable on alpha.

*gst-plugins-0.8.3 (18 Aug 20040

  18 Aug 2004; foser <foser@gentoo.org> gst-plugins-0.8.3.ebuild :
  New release

  07 Aug 2004; Travis Tilley <lv@gentoo.org> gst-plugins-0.8.2.ebuild:
  stable on amd64

  05 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-0.8.2.ebuild:
  Stable on sparc

  05 Aug 2004; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.8.2.ebuild:
  Stable on hppa.

  31 Jul 2004; <spider@gentoo.org> gst-plugins-0.8.2.ebuild:
  stable on x86 for gnome 2.6.2

  04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> gst-plugins-0.8.1.ebuild:
  Stable on alpha.

*gst-plugins-0.8.2 (29 Jun 2004)

  29 Jun 2004; foser <foser@gentoo.org> gst-plugins-0.8.2.ebuild :
  New release, fix gstreamer dep so it works with the off versioning

  13 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> :
  Getting rid of virtual/jack.

  03 Jun 2004; Stephen P. Becker <geoman@gentoo.org> gst-plugins-0.8.1.ebuild:
  Stable on mips.

  26 May 2004; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.8.1.ebuild:
  Marked stable on hppa.

  13 May 2004; Stephen P. Becker <geoman@gentoo.org> gst-plugins-0.6.4.ebuild:
  Stable on mips.

*gst-plugins-0.8.1 (23 Apr 2004)

  03 Apr 2004; foser <foser@gentoo.org> gst-plugins-0.8.0-r1.ebuild :
  Add pdepends on some sinks to be on the safe side
  Add patch to make audioconvert do stereo again (#46408)

*gst-plugins-0.8.0-r1 (23 Mar 2004)

  23 Mar 2004; foser <foser@gentoo.org> gst-plugins-0.8.0-r1.ebuild :
  Add missing headers & adapt to changes in eclass
  Build x plugin by default to have the x interface built  

*gst-plugins-0.8.0 (21 Mar 2004)

  21 Mar 2004; foser <foser@gentoo.org> gst-plugins-0.8.0.ebuild :
  Gnome 2.6 commit

  15 Mar 2004; Stephen P. Becker <geoman@gentoo.org> gst-plugins-0.6.4.ebuild:
  Added ~mips keyword.

  07 Mar 2004; Jon Portnoy <avenj@gentoo.org> gst-plugins-0.6.4.ebuild :
  Stable on AMD64.

  10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org>
  gst-plugins-0.6.4.ebuild:
  set ppc in keywords

  29 Jan 2004; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.6.4.ebuild:
  stable on alpha and ia64

  18 Jan 2004; <gustavoz@gentoo.org> gst-plugins-0.6.4.ebuild:
  stable on sparc

  14 Dec 2003; Alexander Gabert <pappy@gentoo.org> gst-plugins-0.6.4.ebuild:
  added filter-flags -fPIC for hardened-gcc

  16 Nov 2003; Brad House <brad_mssw@gentoo.org> gst-plugins-0.6.3.ebuild:
  need -fPIC on amd64

  14 Nov 2003; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.6.3.ebuild,
  gst-plugins-0.6.4.ebuild:
  Use -fPIC on ia64 too; mark 0.6.3 stable on ia64

  13 Nov 2003; Brad House <brad_mssw@gentoo.org> gst-plugins-0.6.4.ebuild:
  amd64 -fPIC flag

  08 Nov 2003; Todd Sunderlin <todd@gentoo.org> gst-plugins-0.6.3.ebuild:
  added sparc keyword

*gst-plugins-0.6.4 (23 Oct 2003)

  21 Nov 2003; Guy Martin <gmsoft@gentoo.org> gst-plugins-0.6.4.ebuild,
  gst-plugins-0.6.3.ebuild :
  Added -fPIC flag for hppa.

  29 Oct 2003; foser <foser@gentoo.org> gst-plugins-0.6.4.ebuild, gst-plugins-0.6.4-gcc2_fix.patch :
  Add gcc2 fix as provided by Mark Chappell <gentoo-bugs@nslm.fsnet.co.uk> in #32192

  24 Oct 2003; foser <foser@gentoo.org> gst-plugins-0.6.4.ebuild :
  Readd job number restrictions for ffmpeg

  23 Oct 2003; foser <foser@gentoo.org> gst-plugins-0.6.4.ebuild :
  New version

  22 Oct 2003; Bartosch Pixa <darkspecter@gentoo.org>
  gst-plugins-0.6.3.ebuild:
  set ppc in keywords

  17 Oct 2003; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.6.3.ebuild:
  Stable on alpha

  10 Oct 2003; foser <foser@gentoo.org> gst-plugins-0.6.3.ebuild :
  Use gnome2 eclass for src_compile to fix #30762

  23 Sep 2003; Bartosch Pixa <darkspecter@gentoo.org>
  gst-plugins-0.6.2-r1.ebuild:
  set ppc in keywords

  15 Sep 2003; Aron Griffis <agriffis@gentoo.org> gst-plugins-0.6.3.ebuild:
  Add ~alpha and a -fPIC hack to make it work

  13 Sep 2003; foser <foser@gentoo.org> gst-plugins-0.6.3.ebuild :
  Added PDEP on oss plugin and a short introduction to the new plugins system

  11 Sep 2003; Alastair Tse <liquidx@gentoo.org> gst-plugins-0.6.2-r1.ebuild,
  gst-plugins-0.6.3.ebuild, files/gst-plugins-0.6.3-gcc33.patch:
  adding gcc3.3 compile fixes

*gst-plugins-0.6.3 (07 Sep 2003)

  07 Sep 2003; foser <foser@gentoo.org> gst-plugins-0.6.3.ebuild :
  New ebuild, uses the new eclass structure

*gst-plugins-0.5.2-r1 (24 Aug 2003)

  24 Aug 2003; foser <foser@gentoo.org> gst-plugins-0.6.2-r1.ebuild :
  Add patch to fix possible compile problems (#22249)

  12 Aug 2003; Jason Wever <weeve@gentoo.org> gst-plugins-0.6.1.ebuild:
  Changed ~sparc keyword to sparc.

*gst-plugins-0.5.2 (27 Jun 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

  06 Jul 2003; Nick Hadaway <raker@gentoo.org> gst-plugins-0.6.2*.ebuild,
  files/libmpeg2.patch:
  Added support back for libmpeg2 higher than 0.3.1

  27 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.*.ebuild :
  Fix libmpeg2 dep to be 0.3.1 only

*gst-plugins-0.6.2-r5 (17 Jun 2003)

  17 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.6.2-r5.ebuild :
  rewrite using experimental gst-plugins eclass

*gst-plugins-0.6.2 (10 Jun 2003)

  10 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.6.2.ebuild :
  New version, remove jpeg+mmx depend on mjpegtools because of avifile dep

  30 May 2003; Luca Barbato <lu_zero@gentoo.org> gst-plugins-0.6.{0-r4.1}.ebuild :
  Added ppc in KEYWORDS

*gst-plugins-0.6.1 (19 Apr 2003)

  20 Apr 2003; foser <foser@gentoo.org> gst-plugins-0.6.{0-r4.1}.ebuild :
  Fixed arts disable line for configure (#19640)

  19 Apr 2003; foser <foser@gentoo.org> gst-plugins-0.6.1.ebuild :
  reenabled v4l stuff, removed some incorporated patches
  added cdparanoia as dep again for sound-juicer

*gst-plugins-0.6.0-r4 (27 Feb 2003)

  27 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r4.ebuild :
  Added mpeg detection disabling patch to ffmpeg plugin
  Patch by <foser@gentoo.org>

*gst-plugins-0.6.0-r3 (24 Feb 2003)

  24 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r3.ebuild :
  Cleaned up, removed some deps to get a more reasonable deplist
  This will remove (minor) functionality

*gst-plugins-0.6.0-r2 (18 Feb 2003)

  19 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r[1,2].ebuild :
  Disable v4l for now (#15989)

  18 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r2.ebuild :
  Added ogg detection fixing patch

*gst-plugins-0.6.0-r1 (06 Feb 2003)

  18 Feb 2003; Nick Hadaway <raker@gentoo.org> gst-plugins-0.6.0-r1.ebuild :
  Changed DEPEND to virtual/jack

  06 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r1.ebuild :
  bump to include an ffmpeg patch to link to vorbis libs

*gst-plugins-0.6.0 (04 feb 2003)

  04 Feb 2003;foser <foser@gentoo.org> gst-plugins-0.6.0.ebuild :
  New version, now uses SLOT and has some extra fixes for that

  04 Jan 2003; foser <foser@gentoo.org> gst-plugins-0.4.2-r2.ebuild :
  Added MAKEOPTS on make to fix bug #12485

*gst-plugins-0.4.2-r2 (27 Dec 2002)
*gst-plugins-0.5.0-r1 (27 Dec 2002)

  27 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gst-plugins-0.4.2-r2.ebuild,
                                                    gst-plugins-0.5.0-r1.ebuild :
  If the sound device for OSS was already open when gstreamer are started,
  libgstossaudio.so never returns, as opening the device without the
  O_NONBLOCK flag in Linux do not return if the device was busy.
  
  Patch to fix this.
  - For gst-plugins-0.4.2-r2 we need to patch gst_osssink_open_audio() in
    sys/oss/gstosssink.c.
  - For gst-plugins-0.5.0-r1 we need to patch gst_osscommon_open_audio() in
    sys/oss/gstosscommon.c.
  
  Gnome bug at:

    http://bugzilla.gnome.org/show_bug.cgi?id=102025

*gst-plugins-0.5.0 (26 Dec 2002)

  26 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gst-plugins-0.5.0.ebuild :
  New version.

*gst-plugins-0.4.2-r1 (08 Dec 2002)

  23 Dec 2002; Seemant Kulleen <seemant@gentoo.org> gst-plugins-0.4.2* :
  emake->make thanks to mattam in #gentoo

  18 Dec 2002; foser <foser@gentoo.org> gst-plugins-0.4.2*.ebuild :
  Fixed libmpeg2 dep (bug #12224)

  08 Dec 2002; Jack Morgan <jmorgan@gentoo.org> gst-plugins-0.4*.ebuild :
  Removed ~sparc64/sparc64 keywords 
  
  08 Dec 2002; Jon Nall <nall@gentoo.org> gst-plugins-0.4.2-r1.ebuild
  files/digest-gst-plugins-0.4.2-r1
  files/gst-plugins-0.4.2-parallel-make-depfix.patch
  files/gst-plugins-0.4.2-wavparse-bigendian.patch :

  keyworded ~ppc; fixed endianness problem for wav playing; 
  fixed parallel compilation problem on ppc

*gst-plugins-0.4.2 (02 Nov 2002)

  02 Nov 2002; foser <foser@gentoo.org> gst-plugins-0.4.2.ebuild :
  New minor version
  Added patch for gst-launch-ext

*gst-plugins-0.4.1-r1 (17 Oct 2002)

  17 Oct 2002; foser <foser@gentoo.org> gst-plugins-0.4.1-r1.ebuild :
  Made some deps changes, most notably add mpeg USE flag (bug #8625)
  Disable -O3 optimization (bug #8625,#8217)
  Disabled avi use flag, it doesn't work with our avifile

*gst-plugins-0.4.1 (22 Sep 2002)
  26 Sep 2002; Spider <spider@gentoo.org> files/digest-gst-plugins-0.4.1: 
  corrected digest, the upstream tarballs changed. no trojans here, only
  configure and configure.ac changing -Werror and -Wall to variables

  22 Sep 2002; Spider <spider@gentoo.org> gst-plugins-0.4.1.ebuild :
  a New hope.  crushed ;)  
  aalib is broken
  libdv is broken
  dvdnav is untested  (I dont have a dvd-player. donate one and I'll test it ;)

  
  
*gst-plugins-0.4.0-r2 (13 Sep 2002)
  13 Sep 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0-r2.ebuild :
  fix for aalib by Rigo Ketelings <rigo@home.nl>

*gst-plugins-0.4.0-r1 (15 Aug 2002)
  25 Aug 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0-r1.ebuild :
  Modified it to remove flac dependency since that didn't work
  
  15 Aug 2002 ;Spider <spider@gentoo.org> gst-plugins-0.4.0-r1.ebuild :
  now changed to use gnome2.eclass for schema installs
  
  
*gst-plugins-0.4.0 (08 Jul 2002)
  08 Jul 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0.ebuild :
  now works with avifile and dv
  added a pile of dependencies both USE and non-USE
  created a patch to work around gcc 3.1 breakage with vorbis dvdnav and aalib (/usr/include bug)
  working around schema installation properly
  

* gst-plugins-0.3.4 (03 Jul  2002)
  03 Jul 2002; phoen][x <phoenix@gentoo.org> gst-plugins-0.3.4.ebuild : 
  added --disable-dv and --disable-avifile (Bug 4400)

* gst-plugins-0.3.4 (29 Jun  2002)
  29 Jun 2002; Spider <spider@gentoo.org> 
  Updated with some more deps (optional) 



* gst-plugins-0.3.4 (26 Apr 2002)
  26 apr 2002; Spider <spider@gentoo.org> gst-plugins-0.3.4.ebuild :
  update configure
  version
  libtoolize

  beware of breakage with avifile 0.7 


* gst-plugins-0.3.3-r1 (28 Mar 2002)
  
  28 Mar 2002; A. Baguinski <artm@v2.nl> gst-plugins-0.3.3-r1.ebuild ChangeLog

  Just started