summaryrefslogtreecommitdiff
blob: c03175dbeb39365d4e63e5584d871929b5d4ba5e (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
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
# ChangeLog for media-sound/audacity
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.187 2013/11/09 13:38:10 polynomial-c Exp $

*audacity-2.0.5 (09 Nov 2013)

  09 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> +audacity-2.0.5.ebuild:
  Non-maintainer commit: version bump (bug #484896).

  11 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> audacity-2.0.3.ebuild:
  ppc, ppc64 keywords added, bug 457140

  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.2.ebuild:
  Stable for ppc64, wrt bug #436664

  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.2.ebuild:
  Stable for ppc, wrt bug #436664

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.2.ebuild:
  Stable for x86, wrt bug #436664

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.2.ebuild:
  Stable for amd64, wrt bug #436664

  15 Apr 2013; Andreas Schuerch <nativemad@gentoo.org> audacity-2.0.3.ebuild:
  x86 keyworded, see bug 457140

*audacity-2.0.3 (13 Feb 2013)

  13 Feb 2013; Alexis Ballier <aballier@gentoo.org> +audacity-2.0.3.ebuild:
  version bump

  11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> audacity-2.0.1.ebuild,
  audacity-2.0.2.ebuild:
  keyword ~ppc ~ppc64, bug #424197

  11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> audacity-2.0.1.ebuild,
  audacity-2.0.2.ebuild:
  keyword ~mips, bug #424197

*audacity-2.0.2 (24 Aug 2012)

  24 Aug 2012; Tim Harder <radhermit@gentoo.org> +audacity-2.0.2.ebuild:
  Version bump.

*audacity-2.0.1 (30 Jun 2012)

  30 Jun 2012; Tim Harder <radhermit@gentoo.org> +audacity-2.0.1.ebuild,
  metadata.xml:
  Version bump. Add sbsms use flag.

  03 Jun 2012; Anthony G. Basile <blueness@gentoo.org> audacity-2.0.0.ebuild:
  Keyword ~mips

  30 May 2012; Agostino Sarubbo <ago@gentoo.org> -audacity-1.3.14.ebuild:
  Remove old

  29 May 2012; Brent Baude <ranger@gentoo.org> audacity-2.0.0.ebuild:
  Marking audacity-2.0.0 ppc for bug 412411

  08 May 2012; Brent Baude <ranger@gentoo.org> audacity-2.0.0.ebuild:
  Marking audacity-2.0.0 ppc64 for bug 412411

  05 May 2012; Michał Górny <mgorny@gentoo.org> audacity-1.3.14.ebuild,
  audacity-2.0.0.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  21 Apr 2012; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.0.ebuild:
  Stable for X86, wrt bug #412411

  18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> audacity-2.0.0.ebuild:
  Stable for amd64, wrt bug #412411

*audacity-2.0.0 (16 Mar 2012)

  16 Mar 2012; Tim Harder <radhermit@gentoo.org> +audacity-2.0.0.ebuild:
  Version bump (bug #408345).

  11 Mar 2012; Tim Harder <radhermit@gentoo.org> -audacity-1.3.13.ebuild:
  Remove old.

  10 Mar 2012; Brent Baude <ranger@gentoo.org> audacity-1.3.14.ebuild:
  Marking audacity-1.3.14 ppc for bug 402597

  03 Mar 2012; Brent Baude <ranger@gentoo.org> audacity-1.3.14.ebuild:
  Marking audacity-1.3.14 ppc64 for bug 402597

  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> audacity-1.3.14.ebuild:
  x86 stable wrt bug #402597

  07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> audacity-1.3.14.ebuild:
  Stable for amd64, wrt bug #402597

*audacity-1.3.14 (13 Dec 2011)

  13 Dec 2011; Tim Harder <radhermit@gentoo.org> +audacity-1.3.14.ebuild,
  +files/audacity-1.3.14-typecast.patch:
  Version bump.

  07 Aug 2011; Tim Harder <radhermit@gentoo.org> -audacity-1.3.8.ebuild,
  -files/audacity-1.3.8-automagic.patch,
  -files/audacity-1.3.8-gsocket-conflict.patch, -audacity-1.3.12.ebuild,
  -files/audacity-1.3.12-automagic.patch, -files/audacity-1.3.12-ffmpeg.patch,
  -files/audacity-1.3.12-gcc45.patch,
  -files/audacity-1.3.12-portaudio-shell.patch,
  -files/audacity-1.3.12-widget-extra-only-needed-cflags.patch:
  Remove old.

  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> audacity-1.3.8.ebuild,
  audacity-1.3.12.ebuild, audacity-1.3.13.ebuild:
  Drop sparc keyword

  01 Aug 2011; Jeroen Roovers <jer@gentoo.org> audacity-1.3.8.ebuild,
  audacity-1.3.12.ebuild, audacity-1.3.13.ebuild:
  Drop HPPA keywording (bug #372757).

  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> audacity-1.3.13.ebuild:
  ppc/ppc64 stable wrt #372757

  24 Jul 2011; Tim Harder <radhermit@gentoo.org> audacity-1.3.13.ebuild,
  +files/audacity-1.3.13-ffmpeg.patch:
  Apply patch to fix build with newer versions of ffmpeg/libav (bug #373213).

  15 Jul 2011; Markus Meier <maekke@gentoo.org> audacity-1.3.13.ebuild:
  x86 stable, bug #372757

  02 Jul 2011; Markos Chandras <hwoarang@gentoo.org> audacity-1.3.13.ebuild:
  Stable on amd64 wrt bug #372757

  20 Apr 2011; Tim Harder <radhermit@gentoo.org> audacity-1.3.13.ebuild:
  Require the midi USE flag to be enabled when the soundtouch USE flag is
  enabled (bug #364241).

  19 Apr 2011; Tim Harder <radhermit@gentoo.org> audacity-1.3.8.ebuild,
  audacity-1.3.12.ebuild:
  Depend on virtual/ffmpeg instead of media-video/ffmpeg.

*audacity-1.3.13 (19 Apr 2011)

  19 Apr 2011; Tim Harder <radhermit@gentoo.org> +audacity-1.3.13.ebuild,
  +files/audacity-1.3.13-automagic.patch:
  Version bump (bug #363751). Migrate to virtual/ffmpeg (bug #362109) and
  update to EAPI 4.

  24 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
  audacity-1.3.12.ebuild:
  ppc64 stable wrt #346277

  14 Jan 2011; Brent Baude <ranger@gentoo.org> audacity-1.3.12.ebuild:
  stable ppc, bug 346277

  03 Jan 2011; Michael Weber <xmw@gentoo.org> audacity-1.3.12.ebuild:
  sparc stable (bug 346277)

  06 Dec 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.12.ebuild,
  +files/audacity-1.3.12-widget-extra-only-needed-cflags.patch:
  Apply patch to fix bug #273971 by Juan Aguado. Thanks to Richard Ash for the
  patch.

  28 Nov 2010; Markus Meier <maekke@gentoo.org> audacity-1.3.12.ebuild:
  x86 stable, bug #346277

  28 Nov 2010; Markos Chandras <hwoarang@gentoo.org> audacity-1.3.12.ebuild:
  Stable on amd64 wrt bug #346277

  09 Nov 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.12.ebuild,
  +files/audacity-1.3.12-portaudio-shell.patch:
  Fix portaudio build errors with non-bash shells (bug #343831 by Marc
  Joliet). Thanks to Richard Ash for the patch. Also, use ${P} instead of
  ${PN}-1.3.12 for patches.

  27 Oct 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.8.ebuild:
  Apply patch to fix build errors with recent versions of ffmpeg (fixes bug
  #284308, reported by Jeff).

  26 Oct 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.12.ebuild,
  +files/audacity-1.3.12-ffmpeg.patch:
  Add patch to fix build errors with recent versions of ffmpeg (bug #341927
  by Sven E.).

  04 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> audacity-1.3.12.ebuild,
  files/audacity-1.3.12-automagic.patch, +files/audacity-1.3.12-gcc45.patch:
  Add patch from upstream to fix configure error w/ GCC 4.5 (bug #322145 by
  Bartosz Brachaczek/Thomas Pfaff). Tweak automagic patch to avoid
  collision. Fix wxGTK DEPEND (bug #327801 by Arttu Valo).

  16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
  -files/audacity-1.3.7-cflags.patch, -audacity-1.3.9.ebuild,
  -files/audacity-1.3.9-noflac.patch, -audacity-1.3.10.ebuild,
  -audacity-1.3.11.ebuild:
  remove old

  16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
  -files/audacity-1.3.4-automagic.patch,
  -files/audacity-1.3.5-libtool22.patch, -audacity-1.3.7.ebuild:
  remove old

*audacity-1.3.12 (12 Apr 2010)

  12 Apr 2010; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.12.ebuild,
  +files/audacity-1.3.12-automagic.patch:
  version bump, by Richard Ash <richard@audacityteam.org>, bug #312837

*audacity-1.3.11 (20 Jan 2010)

  20 Jan 2010; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.11.ebuild:
  version bump

*audacity-1.3.10 (05 Dec 2009)

  05 Dec 2009; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.10.ebuild:
  version bump

  12 Oct 2009; Jeroen Roovers <jer@gentoo.org> audacity-1.3.8.ebuild:
  Stable for HPPA (bug #285898).

  10 Oct 2009; Raúl Porcel <armin76@gentoo.org> audacity-1.3.8.ebuild:
  sparc stable wrt #285898

  27 Sep 2009; nixnut <nixnut@gentoo.org> audacity-1.3.8.ebuild:
  ppc stable #285898

  26 Sep 2009; Brent Baude <ranger@gentoo.org> audacity-1.3.8.ebuild:
  Marking audacity-1.3.8 ppc64 for bug 285898

  23 Sep 2009; Alexis Ballier <aballier@gentoo.org> metadata.xml:
  Add Richard to metadata so that he get cc'ed on bugs

  23 Sep 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.9.ebuild,
  +files/audacity-1.3.9-noflac.patch:
  Fix build without flac, bug #285567. Thanks to Richard Ash for the patch.

  22 Sep 2009; Markus Meier <maekke@gentoo.org> audacity-1.3.8.ebuild:
  amd64/x86 stable, bug #285898

*audacity-1.3.9 (15 Sep 2009)

  15 Sep 2009; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.9.ebuild:
  version bump

  06 Aug 2009; Ryan Hill <dirtyepic@gentoo.org> audacity-1.3.8.ebuild,
  +files/audacity-1.3.8-gsocket-conflict.patch:
  Add patch from Fedora to fix building with developmental glib/wxGTK
  GSocket conflict. No revision bump as this is only a build fix.
  Thanks to insanity5902@gmail.com for tracking down this patch in bug
  #278778.

  25 Jul 2009; Alexis Ballier <aballier@gentoo.org> -audacity-1.3.6.ebuild,
  -files/audacity-1.3.6-novorbis.patch, -files/audacity-1.3.6-vamp2.patch:
  remove old

  24 Jul 2009; Joseph Jezak <josejx@gentoo.org> audacity-1.3.7.ebuild:
  Marked ppc stable for bug #273094.

*audacity-1.3.8 (22 Jul 2009)

  22 Jul 2009; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.8.ebuild,
  +files/audacity-1.3.8-automagic.patch:
  version bump, by Semen Maryasin <marsoft@ya.ru>, bug #278325

  04 Jul 2009; Brent Baude <ranger@gentoo.org> audacity-1.3.7.ebuild:
  Marking audacity-1.3.7 ppc64 for bug 273094

  26 Jun 2009; Raúl Porcel <armin76@gentoo.org> audacity-1.3.7.ebuild:
  sparc stable wrt #273094

  15 Jun 2009; Jeroen Roovers <jer@gentoo.org> audacity-1.3.7.ebuild:
  Stable for HPPA (bug #273094).

  10 Jun 2009; Markus Meier <maekke@gentoo.org> audacity-1.3.7.ebuild:
  amd64/x86 stable, bug #273094

  19 Feb 2009; Patrick Lauer <patrick@gentoo.org>
  +files/audacity-1.3.7-cflags.patch:
  Fixing bad CFLAG filtering by upstream. Patch by Martin von Gagern. Fixes
  #257489

  18 Feb 2009; Raúl Porcel <armin76@gentoo.org> audacity-1.3.6.ebuild:
  sparc stable wrt #253493

  14 Feb 2009; Markus Meier <maekke@gentoo.org> audacity-1.3.6.ebuild:
  amd64/x86 stable, bug #253493

  14 Feb 2009; Brent Baude <ranger@gentoo.org> audacity-1.3.6.ebuild:
  Marking audacity-1.3.6 ppc64 and ppc for bug 253493

  13 Feb 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild,
  audacity-1.3.7.ebuild:
  fix --with-expat configure call, pointed out by ranger and rbu in bug
  #253493

  12 Feb 2009; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
  Stable for HPPA (bug #253493).

*audacity-1.3.7 (03 Feb 2009)

  03 Feb 2009; Alexis Ballier <aballier@gentoo.org> +audacity-1.3.7.ebuild:
  version bump, by Richard Ash <richard@audacityteam.org>, bug #257153

  15 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.6-vamp2.patch, audacity-1.3.6.ebuild:
  backport a fix from upstream for vamp-plugin-sdk 2 compatibility

  09 Jan 2009; Joseph Jezak <josejx@gentoo.org> audacity-1.3.6.ebuild:
  Marked ~ppc for bug #244360.

  02 Jan 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild:
  fix typo in ladspa useflag deps, by Pierre Lejeune <superheron@gmail.com>,
  bug #252289

  27 Oct 2008; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
  Marked ~hppa (bug #244360).

*audacity-1.3.6 (26 Oct 2008)

  26 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.6-novorbis.patch, metadata.xml,
  +audacity-1.3.6.ebuild:
  Version bump, thanks to Richard Ash <richard@audacityteam.org> for the
  notice and ebuild, bug #244360

  29 Sep 2008; Jeroen Roovers <jer@gentoo.org> audacity-1.3.5.ebuild:
  Stable for HPPA (bug #231497).

  29 Sep 2008; Alexis Ballier <aballier@gentoo.org>
  audacity-1.3.5-r1.ebuild:
  Call econf at src_configure with EAPI-2

*audacity-1.3.5-r1 (29 Sep 2008)

  29 Sep 2008; Diego Pettenò <flameeyes@gentoo.org>
  +audacity-1.3.5-r1.ebuild:
  Add a new revision using EAPI=2 and USE dependencies.

  30 Aug 2008; Brent Baude <ranger@gentoo.org> audacity-1.3.5.ebuild:
  stable ppc, bug 231497

  24 Aug 2008; Markus Rothe <corsair@gentoo.org> audacity-1.3.5.ebuild:
  Stable on ppc64; bug #231497

  07 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.5-novorbis.patch, audacity-1.3.5.ebuild:
  fix build without libvorbis and use=-vorbis, by tangram
  <tangram1@tlen.pl>, bug #233472

  05 Aug 2008; Alexis Ballier <aballier@gentoo.org> audacity-1.3.5.ebuild:
  Bump flac dep to force upgrade to a recent version, it would fail to build
  if it is too old. Thanks to craig <oanjao@yahoo.com> for reporting in bug
  #233010

  15 Jul 2008; Kenneth Prugh <ken69267@gentoo.org> audacity-1.3.5.ebuild:
  amd64 stable, bug #231497

  15 Jul 2008; Raúl Porcel <armin76@gentoo.org> audacity-1.3.5.ebuild:
  x86 stable wrt #231497

  11 Jul 2008; Ferris McCormick <fmccor@gentoo.org> audacity-1.3.5.ebuild:
  Sparc stable, Bug #231497, seems to work for me.

  11 May 2008; Alexis Ballier <aballier@gentoo.org>
  -audacity-1.3.4-r1.ebuild:
  remove old

*audacity-1.3.5 (11 May 2008)

  11 May 2008; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.5-cflags_with_non_standard_macros.patch,
  +files/audacity-1.3.5-libtool22.patch, +audacity-1.3.5.ebuild:
  version bump

  16 Apr 2008; Peter Volkov <pva@gentoo.org> audacity-1.3.4-r3.ebuild:
  amd64 stable, bug #212806, thank Angelo Arrifano for tests.

  09 Apr 2008; Raúl Porcel <armin76@gentoo.org> audacity-1.3.4-r3.ebuild:
  sparc stable wrt #212806, thanks to Friedrich Oslage for testing

  03 Apr 2008; Markus Rothe <corsair@gentoo.org> audacity-1.3.4-r3.ebuild:
  Stable on ppc64; bug #212806

  03 Apr 2008; Brent Baude <ranger@gentoo.org> audacity-1.3.4-r3.ebuild:
  stable ppc, bug 212806

  02 Apr 2008; Christian Faulhammer <opfer@gentoo.org>
  audacity-1.3.4-r3.ebuild:
  stable x86, bug 212806

  01 Apr 2008; Alexis Ballier <aballier@gentoo.org>
  -audacity-1.3.4-r2.ebuild:
  remove unused version

*audacity-1.3.4-r3 (04 Mar 2008)

  04 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  +audacity-1.3.4-r3.ebuild:
  add a new revision using wxwidgets 2.8 for bug #212008

*audacity-1.3.4-r2 (01 Mar 2008)

  01 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.4-automagic.patch, +audacity-1.3.4-r2.ebuild:
  Update portaudio snapshot to have alsa working again, thanks to Alex
  Rostovtsev <tetromino@gmail.com> in bug #209494. Fix automagics on alsa and
  jack, more or less bug #210415

  27 Feb 2008; Jeroen Roovers <jer@gentoo.org> audacity-1.3.4-r1.ebuild:
  Marked ~hppa.

  17 Feb 2008; Alexis Ballier <aballier@gentoo.org>
  audacity-1.3.4-r1.ebuild:
  Add missing jack dependency, thanks to jovie1024@yahoo.com for reporting in
  bug #210415. This is not entirely mandatory but otherwise it is automagic...

  17 Feb 2008; Alexis Ballier <aballier@gentoo.org>
  -files/audacity-1.3.2+flac-1.1.3.patch,
  -files/audacity-1.3.2-desktopentry.patch,
  -files/audacity-1.3.2-disable-optimization.patch,
  -files/audacity-1.3.2-gentoo.patch,
  -files/audacity-1.3.2-libnyquistp.patch,
  -files/audacity-1.3.2-no-msse.patch, -audacity-1.3.2-r1.ebuild,
  -audacity-1.3.4.ebuild:
  remove old and vulnerable versions

  11 Feb 2008; Olivier Crête <tester@gentoo.org> audacity-1.3.4-r1.ebuild:
  Stable on amd64, security bug #199751

  31 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  audacity-1.3.4-r1.ebuild:
  ppc stable, bug #199751

  30 Jan 2008; Raúl Porcel <armin76@gentoo.org> audacity-1.3.4-r1.ebuild:
  sparc stable wrt security #199751

  29 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
  audacity-1.3.4-r1.ebuild:
  stable x86, security bug 199751

  29 Jan 2008; Markus Rothe <corsair@gentoo.org> audacity-1.3.4-r1.ebuild:
  Stable on ppc64; bug #199751

*audacity-1.3.4-r1 (26 Jan 2008)

  26 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  +files/CVE-2007-6061.patch, +audacity-1.3.4-r1.ebuild:
  Add a patch for temporary file vulnerablilty (CVE-2007-6061), bug #199751.
  It will set the default temporary file location to the user home directory
  add discard preferences if it is in /tmp.

  13 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  audacity-1.3.2-r1.ebuild, audacity-1.3.4.ebuild:
  add missing pkgconfig dep, bug #205693

  13 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  -files/audacity-1.3.3+flac-1.1.3.patch,
  -files/audacity-1.3.3-gentoo.patch, -audacity-1.3.3.ebuild:
  remove unused version

  04 Dec 2007; Raúl Porcel <armin76@gentoo.org> audacity-1.3.4.ebuild:
  Re-add ~sparc wrt #199390

  02 Dec 2007; Alexis Ballier <aballier@gentoo.org> audacity-1.3.4.ebuild:
  enable audacity libresample if libsamplerate was not requested, thanks to
  Richard Ash <richard@audacityteam.org>, bug #200873

  02 Dec 2007; Alexis Ballier <aballier@gentoo.org> audacity-1.3.4.ebuild:
  no need to manually install the icon as the makefiles handle them; thanks to
  Richard Ash <richard@audacityteam.org>, bug #200870

  25 Nov 2007; Brent Baude <ranger@gentoo.org> audacity-1.3.4.ebuild:
  Marking audacity-1.3.4 ~ppc for bug 199390

  20 Nov 2007; Markus Rothe <corsair@gentoo.org> audacity-1.3.4.ebuild:
  Added ~ppc64; bug #199390

  18 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  audacity-1.3.2-r1.ebuild, audacity-1.3.3.ebuild, audacity-1.3.4.ebuild:
  add a check for flac cxx use flag, FLAC++ is needed here

*audacity-1.3.4 (18 Nov 2007)

  18 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.4-nolibfailure.patch, +audacity-1.3.4.ebuild:
  Version bump, bug #199390, droping relevant keywords due to new
  vamp-plugin-sdk dep.

  28 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> audacity-1.3.3.ebuild:
  Lock wxGTK to 2.6.

  02 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
  Hand to newly-born proaudio herd.

  27 May 2007; MATSUU Takuto <matsuu@gentoo.org>
  -files/audacity-1.2.3-gcc41.patch, -files/audacity-1.3.0b-x86.patch,
  -audacity-1.3.0b.ebuild:
  Removed old versions.

  25 May 2007; Brent Baude <ranger@gentoo.org> audacity-1.3.3.ebuild:
  Marking audacity-1.3.3 ~ppc64 for bug 179173

  21 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> audacity-1.3.3.ebuild:
  Keyworded ~sparc wrt #179173

*audacity-1.3.3 (19 May 2007)

  19 May 2007; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.3.3+flac-1.1.3.patch,
  +files/audacity-1.3.3-gentoo.patch, +audacity-1.3.3.ebuild:
  Version bumped.
  Removed ~ppc64 and ~sparc for dependency(media-libs/libsoundtouch).

  17 May 2007; Joseph Jezak <josejx@gentoo.org> audacity-1.3.2-r1.ebuild:
  Marked ppc stable for bug #167126.

  12 May 2007; Steve Dibb <beandog@gentoo.org> audacity-1.3.2-r1.ebuild:
  amd64 stable, bug 167126

  03 May 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  audacity-1.3.2-r1.ebuild:
  Stable on sparc wrt #167126

  02 May 2007; Raúl Porcel <armin76@gentoo.org> audacity-1.3.2-r1.ebuild:
  x86 stable wrt #167126

  01 May 2007; Markus Rothe <corsair@gentoo.org> audacity-1.3.2-r1.ebuild:
  Stable on ppc64; bug #167126

  25 Apr 2007; Alexis Ballier <aballier@gentoo.org> -audacity-1.3.2.ebuild:
  Cleanup unused ebuild

  25 Apr 2007; Alexis Ballier <aballier@gentoo.org>
  audacity-1.3.2-r1.ebuild:
  Fix wxwidgets handling by using the eclass, thanks to Ryan Hill
  <dirtyepic@gentoo.org>, bug #175650

  10 Mar 2007; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.2-desktopentry.patch, audacity-1.3.2-r1.ebuild:
  Fix desktop entry to not include an invalid char, thanks to Mohamed M. Hagag
  <mohamedhagag1981@gmail.com> for reporting this in bug #169866

  10 Mar 2007; Alexis Ballier <aballier@gentoo.org> audacity-1.3.0b.ebuild,
  audacity-1.3.2.ebuild, audacity-1.3.2-r1.ebuild:
  Fixing deps on wxGTK-2.6 as those versions are incompatible with newer
  versions, thanks to Kalidarn <dcecchin@gmail.com> for reporting this on bug
  #169719

  14 Dec 2006; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.2-libnyquistp.patch, audacity-1.3.2-r1.ebuild:
  Fix to allow parallel build and use CC variable rather than cc, thanks to
  Prakash Punnoor <prakashp@arcor.de>, bug #155495

  11 Dec 2006; Alexis Ballier <aballier@gentoo.org>
  +files/audacity-1.3.2+flac-1.1.3.patch, audacity-1.3.2.ebuild,
  audacity-1.3.2-r1.ebuild:
  Patch from Josh Coalson to be compatible with flac 1.1.3, pinning dep to
  1.1.2 for non patched version

*audacity-1.3.2-r1 (16 Nov 2006)

  16 Nov 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.3.2-disable-optimization.patch,
  +audacity-1.3.2-r1.ebuild:
  Fixed compilation failure, bug #154734.

  10 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  audacity-1.3.2.ebuild:
  Unbreak the previous fix, need to run autoreconf in soundtouch directory
  manually because it's not in AC_CONFIG_SUBDIRS.

  05 Nov 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.3.2-no-msse.patch, audacity-1.3.2.ebuild:
  Fixed to build on ppc, bug #153749.

*audacity-1.3.2 (31 Oct 2006)

  31 Oct 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.3.2-gentoo.patch, audacity-1.3.0b.ebuild,
  +audacity-1.3.2.ebuild:
  Version bumped.
  Fixed locales issue, bug #147980.

  06 Sep 2006; Joseph Jezak <josejx@gentoo.org> audacity-1.3.0b.ebuild:
  Marked ppc stable for bug #145033.

  04 Sep 2006; MATSUU Takuto <matsuu@gentoo.org> -files/audacity.desktop,
  -audacity-1.2.1.ebuild, -audacity-1.2.3.ebuild,
  -audacity-1.2.4b-r1.ebuild:
  Removed old versions

  04 Sep 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  audacity-1.3.0b.ebuild:
  stable on x86 (bug #145033)

  03 Sep 2006; Jason Wever <weeve@gentoo.org> audacity-1.3.0b.ebuild:
  Stable on SPARC wrt bug #145033.

  02 Sep 2006; Markus Rothe <corsair@gentoo.org> audacity-1.3.0b.ebuild:
  Stable on ppc64; bug #145033

  06 Aug 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.3.0b-x86.patch, audacity-1.2.4b-r1.ebuild,
  audacity-1.3.0b.ebuild:
  Added RESTICT="test", Bug 100067.
  Fixed compilation on x86, Bug 139936.

*audacity-1.3.0b (06 Jun 2006)

  06 Jun 2006; MATSUU Takuto <matsuu@gentoo.org> -audacity-1.2.2.ebuild,
  -audacity-1.2.3-r1.ebuild, -audacity-1.2.4b.ebuild,
  Version bumped, Bug 124120.
  Removed old versions.

  27 Feb 2006; MATSUU Takuto <matsuu@gentoo.org> audacity-1.2.4b-r1.ebuild:
  Added epatch ${FILESDIR}/${PN}-1.2.3-x86.patch, Bug 121634.

*audacity-1.2.4b-r1 (03 Jan 2006)

  03 Jan 2006; MATSUU Takuto <matsuu@gentoo.org> +audacity-1.2.4b-r1.ebuild:
  Removed some use flag. Bug 113948.
  Clean up ebuild.

*audacity-1.2.4b (01 Jan 2006)

  01 Jan 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/audacity-1.2.3-gcc41.patch, +audacity-1.2.4b.ebuild:
  Version Bumped, Bug 113948.
  Restricted to wxGTK-2.4* with wxgtk1, Bug 100741.
  Fixed gcc-4.1 compile issue, Bug 113754.
  Fixed docs install issue, Bug 116615.
  Removed gtk2 USE flag, Bug 106560.
  Added ladspa, mp3 and soundtouch USE flag.

  26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> audacity-1.2.1.ebuild,
  audacity-1.2.2.ebuild, audacity-1.2.3.ebuild, audacity-1.2.3-r1.ebuild:
  oggvorbis Cleanup

  18 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  audacity-1.2.3-r1.ebuild:
  Remove eventual stray applnk desktop file, see bug #111204.

  17 Sep 2005; Mark Loeser <halcy0n@gentoo.org>
  +files/audacity-1.2.3-x86.patch, audacity-1.2.3-r1.ebuild:
  Thanks to basic <basic AT mozdev DOT org> for the patch to fix compilation on
  x86.  Marking ~x86 for testing. bug #73248

  15 May 2005; Diego Pettenò <flameeyes@gentoo.org> audacity-1.2.1.ebuild,
  audacity-1.2.2.ebuild, audacity-1.2.3.ebuild, audacity-1.2.3-r1.ebuild:
  Fixed dependency ok wxGTK 2.4 slot as per bug #92730.

*audacity-1.2.3-r1 (15 Apr 2005)

  15 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> +audacity-1.2.3-r1.ebuild:
  applied cleanup patch which was provided by Diego Pettenò
  <dgp85@users.sourceforge.net>, fixes #74224 and #83301

  05 Mar 2005; Markus Rothe <corsair@gentoo.org> audacity-1.2.3.ebuild:
  Stable on ppc64

  13 Jan 2005; Markus Rothe <corsair@gentoo.org> audacity-1.2.3.ebuild:
  Added ~ppc64 to KEYWORDS

  18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.3.ebuild:
  Stable sparc.

  11 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.3.ebuild:
  -x86 because of bad assembly.

*audacity-1.2.3 (29 Nov 2004)

  29 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +audacity-1.2.3.ebuild:
  Version bump closes bug #72290.

*audacity-1.2.2 (31 Oct 2004)

  31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -files/audacity-1.2.0-STTypes.patch, -audacity-1.1.3.ebuild,
  -audacity-1.2.0-r1.ebuild, +audacity-1.2.2.ebuild:
  Version bump. Only installing .desktop in applications. Installing audacity
  icon to close bug #59611.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0-r1.ebuild, audacity-1.2.1.ebuild:
  1.2.0 is -amd64, and added a note not to remove 1.2.1 from ~amd64 because of
  xfce4 problem (bug #54331).

*audacity-1.2.1 (10 May 2004)

  10 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.1.ebuild:
  Version bump.

  06 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0-r1.ebuild:
  Added to ~sparc.

  06 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0-r1.ebuild, files/audacity-1.2.0-STTypes.patch:
  Patch added to fix bug #49417.

  03 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.1.3.ebuild, audacity-1.2.0-r1.ebuild:
  Changing mad dep to madplay.

*audacity-1.2.0-r1 (04 Apr 2004)

  04 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0-r1.ebuild, audacity-1.2.0.ebuild, files/audacity.desktop:
  Stable on x86.  Revbumping to include the .desktop.

  13 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0.ebuild:
  readded wxgtk unicode check...

  04 Mar 2004; David Holm <dholm@gentoo.org> audacity-1.2.0.ebuild:
  Added to ~ppc.

*audacity-1.2.0 (03 Mar 2004)

  03 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0.ebuild:
  Version bump.  Bug #43577. 1.2 works fine with wxGTK unicode.

*audacity-1.2.0_pre4 (28 Feb 2004)

  28 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.2.0_pre4.ebuild:
  Version bump.

*audacity-1.2.0_pre3 (07 Feb 2004)

  07 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  audacity-1.1.3.ebuild, audacity-1.2.0_pre3.ebuild, metadata.xml,
  files/basecfg-1.1.1:
  Version bump (Bug #35658). Fixed fftw DEP (Bug #34010). Updated ebuild to
  correctly use USE flags. Now die only if wxGTK was compiled with unicode
  support (Bug #32753).

  19 Jul 2003; Nick Hadaway <raker@gentoo.org>:
  Reverted to previous version

*audacity-1.1.3-r1 (17 Jul 2003)

  17 Jul 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.3-r1.ebuild:
  Changed media-sound/mad dep to media-libs/{libmad,libid3tag}

*audacity-1.1.3 (12 Apr 2003)

  12 Apr 2003; jje audacity-1.1.3.ebuild:
  Version bump. Cleaned up ebuild from previous version.

*audacity-1.1.1-r1 (30 Jan 2003)

  17 Feb 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1-r1.ebuild :
  Added a hook so gtk2 in USE causes the compile to stop and warn
  the user of the incompatibility.

  12 Feb 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1-r1.ebuild,
  files/basecfg-1.1.1 :
  Added a very basic configuration so when building against wxGTK,
  starting it doesn't cause a segfault.

  04 Feb 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1-r1.ebuild :
  I have now tested audacity with wxGTK-2.4.0 and it works great.

  30 Jan 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1-r1.ebuild,
  files/digest-audacity-1.1.1-r1 :
  Updated ebuild to depend on wxGTK-2.2.9* as wxGTK-2.4.0 causes
  a segfault on startup.  Updated to the -3 audacity tarball.
  Added a system dependancy on >=libsndfile-1.0.0.  CVS should
  be compatible with =wxGTK-2.4* real soon now. :)  I'm not motivated
  to do an audacity-cvs build yet as it has been very unstable.
  Once I start seeing the code base become more stable I may consider
  it.

*audacity-1.1.1 (15 Jan 2003)

  15 Jan 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1.ebuild, 
  files/digest-audacity-1.1.1, files/mono_mp3_export.patch :
  Version bump.  Marked stable as it depends on wxGTK-2.4.x which
  has also been released as stable.  Thanks to the anonymous
  "Gentoo User" on bug #13978 for the mono patch.

*audacity-1.1.0 (10 Nov 2002)

  27 Mar 2003; Alastair Tse <liquidx@gentoo.org> audacity-1.0.0-r1.ebuild,
  audacity-1.0.0-r1.ebuild, audacity-1.0.0-r2.ebuild,
  audacity-1.0.0-r2.ebuild, audacity-1.0.0.ebuild, audacity-1.0.0.ebuild,
  audacity-1.1.0.ebuild, audacity-1.1.0.ebuild:
  clean up old ebuilds

  10 Nov 2002; Nick Hadaway <raker@gentoo.org> audacity-1.1.0.ebuild :
  Updated ebuild.

*audacity-1.0.0-r2 (26 Aug 2002)

  26 Aug 2002; Spider <spider@gentoo.org> audacity-1.0.0-r2.ebuild :
  removed id3lib_pre2 in the ebuild in favour of the final + patches 
  for it to work with gcc 3.2. now it should emerge clean on gcc 3.2
  systems.  masked for testing on gcc 2.95.3

*audacity-1.0.0-r1 (09 Aug 2002)

  22 Aug 2002; Nick Hadaway <raker@gentoo.org> audacity-1.0.0-r1.ebuild :
  Updated dependancies to include app-arch/zip

  09 Aug 2002; Nick Hadaway <raker@gentoo.org> audacity-1.0.0-r1.ebuild,
  files/digest-audacity-1.0.0-r1, files/audacity-1.0.0-gcc31.patch :
  Updated ebuild with a patch to allow >=gcc3 systems to compile properly.

*audacity-1.0.0 (21 Jun 2002)

  21 Jun 2002; Ryan Phillips <rphillips@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.