summaryrefslogtreecommitdiff
blob: c227a6f3d01dd9beb9a581b4dbefe25c957a2c81 (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
# ChangeLog for media-sound/ardour
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.145 2015/06/29 14:20:26 nativemad Exp $

*ardour-4.1 (29 Jun 2015)

  29 Jun 2015; Andreas Schuerch <nativemad@gentoo.org> +ardour-4.1.ebuild:
  version bump

  03 May 2015; Andreas Schuerch <nativemad@gentoo.org> ChangeLog:
  signing didn't worked..:

  03 May 2015; Andreas Schuerch <nativemad@gentoo.org> ardour-4.0-r2.ebuild,
  ardour-9999.ebuild:
  nls useflag removed #547620. Changed jack configure options for 9999 #548308.
  Also remove older 4.0 revisions.

*ardour-4.0-r2 (24 Apr 2015)

  24 Apr 2015; Andreas Schuerch <nativemad@gentoo.org> ardour-4.0-r1.ebuild,
  +ardour-4.0-r2.ebuild, ardour-9999.ebuild:
  Correct .desktop file, See Bug 547518. Also set Cflags properly.

*ardour-4.0-r1 (23 Apr 2015)

  23 Apr 2015; Andreas Schuerch <nativemad@gentoo.org> +ardour-4.0-r1.ebuild,
  ardour-9999.ebuild:
  use dependant alsa and jack backend and build without jack-metadata even for
  use=jack. See Bug 547428

*ardour-4.0 (22 Apr 2015)

  22 Apr 2015; Andreas Schuerch <nativemad@gentoo.org> +ardour-4.0.ebuild,
  ardour-9999.ebuild, +files/ardour-4.0-lv2.patch,
  +files/ardour-4.0-revision-naming.patch:
  Version bump, introduce jack useflag

  29 Jan 2015; Michał Górny <mgorny@gentoo.org> ardour-2.8.14-r1.ebuild,
  ardour-2.8.16.ebuild, ardour-3.5.308-r1.ebuild, ardour-3.5.357.ebuild,
  ardour-3.5.380.ebuild, ardour-3.5.403.ebuild, ardour-9999.ebuild:
  Convert to CPU_FLAGS_X86.

  03 Jan 2015; Michał Górny <mgorny@gentoo.org> ardour-3.5.308-r1.ebuild,
  ardour-3.5.357.ebuild, ardour-3.5.380.ebuild, ardour-3.5.403.ebuild,
  ardour-9999.ebuild:
  Use python-any-r1 for waf. Remove unnecessary python interpreter sed (the
  eclass wraps python).

  01 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.403.ebuild:
  removed the debug flag due to bug 532302

  27 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.403.ebuild,
  ardour-9999.ebuild:
  A more sophisticated attempt at bug 526608

  24 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-9999.ebuild:
  update 9999 to 3.5.403 again

  24 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.403.ebuild,
  +files/ardour-3.5.403-sse.patch:
  add a patch for sse and another src_pretend. See bug 526608

  23 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ChangeLog:
  forgot to sign..

*ardour-3.5.403 (23 Oct 2014)

  23 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.5.403.ebuild,
  ardour-9999.ebuild:
  Version bump for Bug #526172 and fail if sse isn't set through gcc via march.

  11 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.380.ebuild,
  ardour-9999.ebuild:
  depending on glibmm-2.32.0 as of bug 524326

  19 May 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.380.ebuild:
  added boost_system flag. See Bug 510630

*ardour-3.5.380 (17 May 2014)

  17 May 2014; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.5.380.ebuild,
  ardour-9999.ebuild:
  version bump

*ardour-3.5.357 (25 Feb 2014)

  25 Feb 2014; Andreas Schuerch <nativemad@gentoo.org> -ardour-3.0.ebuild,
  -ardour-3.2.ebuild, -ardour-3.3.ebuild, -ardour-3.4.ebuild,
  -ardour-3.5.14.ebuild, -ardour-3.5.143.ebuild, -ardour-3.5.308.ebuild,
  +ardour-3.5.357.ebuild:
  remove old 3.X ebuilds and bump to 3.5.357

*ardour-3.5.308-r1 (07 Feb 2014)

  07 Feb 2014; Andreas Schuerch <nativemad@gentoo.org>
  +ardour-3.5.308-r1.ebuild, ardour-9999.ebuild:
  added -r1 to reflect bug 500516. Thanks Mikkl!

*ardour-3.5.308 (29 Jan 2014)

  29 Jan 2014; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.5.308.ebuild:
  version bump.

*ardour-3.5.143 (16 Jan 2014)

  16 Jan 2014; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.5.143.ebuild,
  ardour-9999.ebuild:
  version bump and move to the github tarball. removed unzip from deps again.
  see bug 484674.

*ardour-3.5.74 (08 Nov 2013)

  08 Nov 2013; Andreas Schuerch <nativemad@gentoo.org>
  +files/ardour-3.5.7-syslibs.patch, ardour-3.5.14.ebuild,
  +ardour-3.5.74.ebuild, ardour-9999.ebuild:
  Added a dep on higher lv2 version - Thanks Martin Erdtmann in bug 490186. The
  git-2 eclass is now only used in 9999. Also 3.5.74 bump.

  05 Nov 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.14.ebuild,
  ardour-9999.ebuild:
  Added app-arch/unzip do the deps. see bug 484674. Thanks Samuli.

  05 Nov 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.14.ebuild,
  ardour-9999.ebuild:
  Moved the versioned build to the github zip instead of using git directly.
  See bug 484674

*ardour-3.5.14 (28 Oct 2013)

  28 Oct 2013; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.5.14.ebuild,
  +files/ardour-3.5-syslibs.patch, ardour-9999.ebuild:
  bump to 3.5.14. Thanks Alexey McSakoff for the ebuilds and the updated patch.
  See Bug 488934

*ardour-9999 (10 Sep 2013)
*ardour-3.4 (10 Sep 2013)

  10 Sep 2013; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.4.ebuild,
  +ardour-9999.ebuild:
  Moved to git and added ebuilds for 3.4 and 9999

  27 Jul 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.3-r1.ebuild:
  removed the unused patch. See bug 478046. Thanks knasan. I had a bad day...

  25 Jul 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.3-r1.ebuild:
  Removed the curl useflag for now. See bug 478046. Thanks Mike Limansky for
  reporting.

*ardour-3.3-r1 (24 Jul 2013)

  24 Jul 2013; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.3-r1.ebuild:
  added -r1 due to wrong configdir. see bug 477924

*ardour-3.3 (22 Jul 2013)

  22 Jul 2013; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.3.ebuild:
  new ebuild for Ardour 3.3

*ardour-3.2 (25 Jun 2013)

  25 Jun 2013; Andreas Schuerch <nativemad@gentoo.org> +ardour-3.2.ebuild,
  +files/ardour-3.2-syslibs.patch:
  new ebuild for Ardour 3.2

  09 Apr 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.0.ebuild:
  removed jobs statement and unused tests. Thanks Samuli in Bug 465132

  08 Apr 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.0.ebuild:
  Corrected the makeopts variable output for the jobs flag. See Bug 465132.

  20 Mar 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.0.ebuild:
  added taglib and doxygens use of dot as deps. See Bug 462342 and 462464.
  Thanks Xavier Miller and sebast1979 for reporting.

*ardour-3.0 (18 Mar 2013)

  18 Mar 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-2.8.14-r1.ebuild,
  ardour-2.8.16.ebuild, +ardour-3.0.ebuild, +files/ardour-3.0-syslibs.patch:
  new ebuild for ardour-3.0 and slotmove and icon correction for ardour-2.0

  04 Jan 2013; Tim Harder <radhermit@gentoo.org>
  -files/ardour-2.8.11-soundtouch.patch, -ardour-2.8.12.ebuild,
  -files/ardour-2.8.12-gcc47.patch, -files/ardour-2.8.12-syslibs.patch,
  -ardour-2.8.14.ebuild:
  Remove old.

*ardour-2.8.16 (05 Dec 2012)

  05 Dec 2012; Tim Harder <radhermit@gentoo.org> +ardour-2.8.16.ebuild:
  Version bump.

  24 Nov 2012; Tim Harder <radhermit@gentoo.org> ardour-2.8.14-r1.ebuild:
  Fix whitespace.

  24 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> ardour-2.8.14-r1.ebuild:
  rdep cleanup. Thanks Tim Harder.

*ardour-2.8.14-r1 (24 Nov 2012)

  24 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> ardour-2.8.14.ebuild,
  +ardour-2.8.14-r1.ebuild:
  added boost to rdeps and made a revbump for dropping ppc and add lilv and
  suil to the rdeps for lv2. Thanks Tim Harder and Martin Erdtmann for pointing
  out the issues! See bug 444434. 

  22 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> ardour-2.8.14.ebuild,
  +files/ardour-2.8.14-boost-150.patch:
  added a little patch for boost-1.50. See bug 425578, Thanks Diego.

*ardour-2.8.14 (21 Nov 2012)

  21 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> +ardour-2.8.14.ebuild,
  +files/ardour-2.8.14-syslibs.patch:
  Ebuild Bumped to 2.8.14 and syslibs.patch slightly adjusted. See bug 437408

  31 May 2012; Tim Harder <radhermit@gentoo.org> ardour-2.8.12.ebuild,
  +files/ardour-2.8.12-gcc47.patch:
  Fix build with gcc-4.7 (bug #414145 by David Kredba).

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

  23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
  -ardour-2.8.11-r20.ebuild, -files/ardour-2.8.11-gcc46.patch,
  -files/ardour-2.8.11-ldpath.patch, -files/ardour-2.8.11-raptor2.patch,
  -files/ardour-2.8.11-syslibs.patch, -files/ardour-2.8.11-type.patch:
  old

  28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> ardour-2.8.12.ebuild:
  Use gentoo mirrors.

*ardour-2.8.12 (28 Sep 2011)

  28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> +ardour-2.8.12.ebuild,
  +files/ardour-2.8.12-syslibs.patch:
  Version bump.

  11 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> -ardour-2.8.11-r1.ebuild:
  [This is a placeholder. Please ignore.]

  04 Sep 2011; Alexis Ballier <aballier@gentoo.org> ardour-2.8.11-r20.ebuild,
  +files/ardour-2.8.11-soundtouch.patch:
  fix build with latest libsoundtouch

*ardour-2.8.11-r20 (29 Jul 2011)

  29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
  +ardour-2.8.11-r20.ebuild, +files/ardour-2.8.11-raptor2.patch:
  Use raptor2 instead of raptor wrt #375027

  01 May 2011; Tim Harder <radhermit@gentoo.org> ardour-2.8.11-r1.ebuild:
  Conditionally apply the gcc-4.6 patch (bug #365437).

*ardour-2.8.11-r1 (30 Apr 2011)

  30 Apr 2011; Tim Harder <radhermit@gentoo.org> -ardour-2.8.7.ebuild,
  -ardour-2.8.11.ebuild, +ardour-2.8.11-r1.ebuild,
  +files/ardour-2.8.11-ldpath.patch:
  Revision bump to fix security bug #341567 and remove old.

*ardour-2.8.11 (30 Apr 2011)

  30 Apr 2011; Tim Harder <radhermit@gentoo.org> +ardour-2.8.11.ebuild,
  +files/ardour-2.8.11-flags.patch, +files/ardour-2.8.11-gcc46.patch,
  +files/ardour-2.8.11-syslibs.patch, +files/ardour-2.8.11-type.patch:
  Version bump (bug #346019). Update to EAPI 4, use scons-utils eclass, fix
  compile with gcc-4.6, use system libraries (bug #255759), respect CFLAGS and
  LDFLAGS (bug #277983), and force the __STDC_FORMAT_MACROS flag on by default
  (fixes bug #355993).

  28 Mar 2011; Christoph Mende <angelos@gentoo.org> ardour-2.8.7.ebuild:
  Fixed slot deps

*ardour-2.8.7 (24 Apr 2010)

  24 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +ardour-2.8.7.ebuild:
  Version bump wrt #293624 by Maciej Mrozowski.

  07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> ardour-2.8.2.ebuild:
  Re-Keywording for ppc, bug 282006

*ardour-2.8.2 (19 Aug 2009)

  19 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> +ardour-2.8.2.ebuild,
  metadata.xml:
  Version bump.

  01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> ardour-2.7.1.ebuild:
  Remove USE depend for media-libs/alsa-lib[midi].

  01 Apr 2009; Peter Alfredsen <loki_val@gentoo.org>
  +files/ardour-2.7.1-gcc44.patch, ardour-2.7.1.ebuild:
  Add patch for gcc-4.4 compatibility. Bug 251034. In upstream SCM.

  25 Mar 2009; Alexis Ballier <aballier@gentoo.org>
  -files/ardour-2.3.1-soundtouch.patch, -files/ardour-2.5-gcc43.patch,
  -ardour-2.5.ebuild, -ardour-2.5-r1.ebuild, -ardour-2.6.1_p4010.ebuild,
  -ardour-2.7_p4225.ebuild, ardour-2.7.1.ebuild:
  remove usedep on gtkmm[accessibility] now that its always enabled and
  remove old

  14 Jan 2009; Alexis Ballier <aballier@gentoo.org> ardour-2.7.1.ebuild:
  require at least gnomecanvas 2.20, by Jimmy.Jazz@gmx.net, bug #254692

*ardour-2.7.1 (08 Dec 2008)

  08 Dec 2008; Alexis Ballier <aballier@gentoo.org> +ardour-2.7.1.ebuild:
  version bump

*ardour-2.7_p4225 (23 Nov 2008)

  23 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  +ardour-2.7_p4225.ebuild:
  version bump

*ardour-2.6.1_p4010 (03 Nov 2008)

  03 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  +ardour-2.6.1_p4010.ebuild:
  version bump

*ardour-2.5-r1 (29 Sep 2008)

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

  05 Aug 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.5.ebuild:
  bump scons dep to latest available, will hopefuly fix bug #225695

  05 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  -files/ardour-2.0.3-cflags.patch, -files/ardour-2.4-gcc43.patch,
  -ardour-2.0.5.ebuild, -ardour-2.4.1.ebuild:
  remove old versions

  13 Jul 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.5.ebuild:
  require new enough jack, bug #231567

*ardour-2.5 (11 Jul 2008)

  11 Jul 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ardour-2.5-gcc43.patch, +ardour-2.5.ebuild:
  version bump

  20 Apr 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ardour-2.4-gcc43.patch, ardour-2.4.1.ebuild:
  Fix build with gcc 4.3, by jwrdegoede, reported by David Carlos Manuelda
  <StormByte@gmail.com>, bug #217307

  20 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ardour-2.3.1.ebuild,
  -ardour-2.4.ebuild:
  remove old

*ardour-2.4.1 (10 Apr 2008)

  10 Apr 2008; Alexis Ballier <aballier@gentoo.org> +ardour-2.4.1.ebuild:
  version bump

  09 Apr 2008; Alexis Ballier <aballier@gentoo.org>
  -files/ardour-2.0.3-multilibstrict.patch, -ardour-2.0.3.ebuild,
  -ardour-2.1.ebuild, -ardour-2.2.ebuild:
  remove some old versions

*ardour-2.4 (06 Apr 2008)

  06 Apr 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ardour-2.4-cflags.patch, +ardour-2.4.ebuild:
  version bump, bug #216314

  29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ardour-2.0.3.ebuild,
  ardour-2.0.5.ebuild, ardour-2.1.ebuild, ardour-2.2.ebuild,
  ardour-2.3.1.ebuild:
  Remove icon extension from desktop entry to match Icon Theme Specification.

*ardour-2.3.1 (09 Feb 2008)

  09 Feb 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ardour-2.3.1-soundtouch.patch, +ardour-2.3.1.ebuild:
  version bump

  21 Jan 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.2.ebuild:
  bump alsa-lib dep and add a check for midi useflag on it, bug #201777

  20 Jan 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.2.ebuild:
  Bump gnomecanvasmm deps to 2.20, should help with bug #194437

*ardour-2.2 (15 Jan 2008)

  15 Jan 2008; Alexis Ballier <aballier@gentoo.org> +ardour-2.2.ebuild:
  vesion bump

*ardour-2.1 (16 Oct 2007)

  16 Oct 2007; <eldad@gentoo.org> +ardour-2.1.ebuild:
  Version bump. Disabled SYSLIBS due to segfaulting. Bug #194437.

*ardour-2.0.5 (21 Aug 2007)

  21 Aug 2007; Alexis Ballier <aballier@gentoo.org> +ardour-2.0.5.ebuild:
  version bump, bug #187708

  27 Jul 2007; Alexis Ballier <aballier@gentoo.org> ardour-2.0.3.ebuild:
  Avoid building x86 asm on amd64 when sse useflag is not on, bug #186798

*ardour-2.0.3 (26 Jul 2007)

  26 Jul 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ardour-2.0.3-cflags.patch,
  +files/ardour-2.0.3-multilibstrict.patch,
  +files/ardour-2.0.3-sndfile-external.patch, +ardour-2.0.3.ebuild:
  Version bump, gtk2 version, bug #150602

  02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> ardour-0.99.2.ebuild,
  ardour-0.99.3.ebuild:
  (QA) RESTRICT clean up.

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

  30 Apr 2007; Marius Mauch <genone@gentoo.org> ardour-0.99.2.ebuild,
  ardour-0.99.3.ebuild:
  Replacing einfo with elog

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

  07 Oct 2006; Eldad Zack <eldad@gentoo.org> ardour-0.99.3.ebuild:
  Fixed scons flags for asm optimizations (altivec and sse now set
  FPU_OPTIMIZATION instead of individual flags) and changed use to useq.
  closes bug #139787.

*ardour-0.99.3 (13 May 2006)

  13 May 2006; Eldad Zack <eldad@gentoo.org> ardour-0.99.2.ebuild,
  +ardour-0.99.3.ebuild:
  Version bump, added die clause to scons make.

  13 May 2006; Eldad Zack <eldad@gentoo.org> -files/ardour.aclocal.patch,
  -files/ardour-gcc34.patch, -ardour-0.9_beta30.ebuild:
  Purge old version and unneeded aux files.

  28 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest:
  Fixing SHA256 digest, pass four

  03 Apr 2006; Mark Loeser <halcy0n@gentoo.org> ardour-0.9_beta30.ebuild,
  ardour-0.99.2.ebuild:
  Fix SRC_URI; bug #127911

*ardour-0.99.2 (21 Feb 2006)

  21 Feb 2006; Eldad Zack <eldad@gentoo.org> +ardour-0.99.2.ebuild:
  Version bump

*ardour-0.99.1 (08 Feb 2006)

  08 Feb 2006; Eldad Zack <eldad@gentoo.org> -ardour-0.9_beta28.ebuild,
  -ardour-0.9_beta29.ebuild, +ardour-0.99.1.ebuild:
  Version bump. Bug #121907. Purged old beta28 and beta29.

  02 Dec 2005; Chris White <chriswhite@gentoo.org>
  -files/ardour-0.99-scons.patch:
  Removing invalid patch, bug #114080.

  26 Sep 2005; Eldad Zack <eldad@gentoo.org> ardour-0.99.ebuild:
  Added BUILD_SSE_OPTIMIZATIONS scons flag. Thanks to Michael Schnake
  <schnake@composition.de>. Bug #107266.

  26 Sep 2005; Eldad Zack <eldad@gentoo.org> -ardour-0.9_beta26.ebuild,
  -ardour-0.9_beta27.ebuild:
  Purged old ebuilds for beta26 and beta27.

*ardour-0.99 (26 Sep 2005)

  26 Sep 2005; Eldad Zack <eldad@gentoo.org> +ardour-0.99.ebuild:
  Version bump. This is the first version that can be marked stable.

  14 Sep 2005; Eldad Zack <eldad@gentoo.org> ardour-0.9_beta30.ebuild:
  Updated to kito's suggestions, added altivec useflag. bug #105726

*ardour-0.9_beta30 (14 Sep 2005)

  14 Sep 2005; Eldad Zack <eldad@gentoo.org> +ardour-0.9_beta30.ebuild:
  Version bump. added sse useflag. bug #105726.

  24 Apr 2005; Eric Shattow <jnc@gentoo.org> ardour-0.9_beta29.ebuild:
  Added debug USE flag.

*ardour-0.9_beta29 (24 Apr 2005)

  24 Apr 2005; Eric Shattow <jnc@gentoo.org> +ardour-0.9_beta29.ebuild:
  Version Bump. Closes #89654. Thanks go to David Bergstein for scons-aware
  ebuild submission.

*ardour-0.9_beta28 (12 Mar 2005)

  12 Mar 2005; Eric Shattow <jnc@gentoo.org> +ardour-0.9_beta28.ebuild:
  Version bump.

*ardour-0.9_beta27 (01 Mar 2005)

  01 Mar 2005; Eric Shattow <jnc@gentoo.org> +ardour-0.9_beta27.ebuild:
  Version bump.

*ardour-0.9_beta26 (11 Feb 2005)

  11 Feb 2005; Rob Holland <tigger@gentoo.org> +ardour-0.9_beta26.ebuild:
  revision bump.

  06 Feb 2005; Eldad Zack <eldad@gentoo.org> -ardour-0.9_beta19-r1.ebuild,
  ardour-0.9_beta24.ebuild:
  Purged beta19. Carried over ~amd64 ~ppc to the latest version which got lost
  in the version bump.

*ardour-0.9_beta24 (03 Feb 2005)

  03 Feb 2005; Eric Shattow <jnc@gentoo.org> +ardour-0.9_beta24.ebuild:
  Version bump. Usability improvements and bugfixes.

*ardour-0.9_beta23 (09 Jan 2005)

  09 Jan 2005; Eric Shattow <jnc@gentoo.org> +ardour-0.9_beta23.ebuild:
  verison bump. many bug fixes.

*ardour-0.9_beta22 (19 Dec 2004)

  19 Dec 2004; Eldad Zack <eldad@gentoo.org> +ardour-0.9_beta22.ebuild:
  Version bump.

  03 Dec 2004; Eldad Zack <eldad@gentoo.org> ardour-0.9_beta19-r1.ebuild:
  Workaround for xorg bug concerning lucida fonts. Closes bug #73056.

  14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -ardour-0.9_beta11-r1.ebuild, -ardour-0.9_beta14.ebuild,
  -ardour-0.9_beta16.ebuild, -ardour-0.9_beta17.ebuild,
  -ardour-0.9_beta18-r1.ebuild, -ardour-0.9_beta18-r2.ebuild,
  -ardour-0.9_beta18.ebuild, -ardour-0.9_beta19.ebuild:
  Removing old versions.

*ardour-0.9_beta19-r1 (14 Aug 2004)

  14 Aug 2004; Rob Holland <tigger@gentoo.org> +ardour-0.9_beta19-r1.ebuild:
  Fixed optimisation flags and don't run autoconf as its not needed.

*ardour-0.9_beta19 (13 Aug 2004)

  13 Aug 2004; Jon Hood <squinky86@gentoo.org> ardour-0.9_beta16.ebuild,
  ardour-0.9_beta17.ebuild, ardour-0.9_beta18-r1.ebuild,
  ardour-0.9_beta18-r2.ebuild, ardour-0.9_beta18.ebuild,
  +ardour-0.9_beta19.ebuild:
  Version bump and fix DEPEND irt #60184.

*ardour-0.9_beta18-r2 (26 Jul 2004)

  26 Jul 2004; Rob Holland <tigger@gentoo.org> +ardour-0.9_beta18-r2.ebuild:
  Version bump to 18.4

*ardour-0.9_beta18-r1 (24 Jul 2004)

  24 Jul 2004; Rob Holland <tigger@gentoo.org> +ardour-0.9_beta18-r1.ebuild:
  Version bump and optimisation improvements.

*ardour-0.9_beta18 (21 Jul 2004)

  21 Jul 2004; Eldad Zack <eldad@gentoo.org> +ardour-0.9_beta18.ebuild:
  Version bump. disabled ksi support.

  16 Jul 2004; Eldad Zack <eldad@gentoo.org> +files/ardour-gcc34.patch,
  ardour-0.9_beta17.ebuild:
  GCC 3.4 fix - Thanks to Patrick Dawson <pkdawson@buffalo.edu> for the patch.
  closes #56371.

  09 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta17.ebuild:
  Fixed jack to not be virtual.

*ardour-0.9_beta17 (07 Jul 2004)

  07 Jul 2004; Eldad Zack <eldad@gentoo.org> +ardour-0.9_beta17.ebuild:
  Version bump.

  27 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta16.ebuild:
  Stable x86 amd64.

*ardour-0.9_beta16 (13 Jun 2004)

  13 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +ardour-0.9_beta16.ebuild:
  Version bump closes bug #53491 and fixing jack dependency for bug #53382.

*ardour-0.9_beta14 (25 May 2004)

  25 May 2004; Jon Hood <squinky86@gentoo.org> +ardour-0.9_beta14.ebuild:
  version bump, closes #51929; fix metadata.xml

  10 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta11-r1.ebuild:
  QA fixup.  Removed ksi USE flag.

  07 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta11-r1.ebuild:
  Stable x86.

  18 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ardour-0.9_beta11-r1.ebuild:
  Adding amd64 keyword, closing #48151.

*ardour-0.9_beta11-r1 (02 Apr 2004)

  02 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta10.ebuild, ardour-0.9_beta11-r1.ebuild,
  ardour-0.9_beta11.ebuild:
  Version bump.  -r1 is beta11.2, but portage doesn't like that version string.

  02 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta10.ebuild, ardour-0.9_beta11.ebuild,
  ardour-0.9_beta2-r1.ebuild, ardour-0.9_beta3.ebuild,
  ardour-0.9_beta5.ebuild, ardour-0.9_beta7.ebuild, ardour-0.9_beta8.ebuild,
  ardour-0.9_beta9.ebuild:
  jack dep is now virtual.  Depend on liblrdf.  See bug #45980.  Removing
  pre beta10 ebuilds.

*ardour-0.9_beta11 (20 Feb 2004)

  20 Feb 2004; rob holland <tigger@gentoo.org> ardour-0.9_beta11.ebuild:
  Version bump

*ardour-0.9_beta10 (16 Feb 2004)

  16 Feb 2004; rob holland <tigger@gentoo.org> ardour-0.9_beta10.ebuild:
  version bump

  12 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ardour-0.9_beta2-r1.ebuild, ardour-0.9_beta3.ebuild,
  ardour-0.9_beta5.ebuild, ardour-0.9_beta7.ebuild, ardour-0.9_beta8.ebuild,
  ardour-0.9_beta9.ebuild, files/ardour-pthread.patch:
  Updated homepage. Added nomirror. Added patch to fix compilation problem with
  missing signal.h include to close bug #33105 submitted by Arthur Peters
  <amp@singingwizard.org>.

  10 Dec 2003; <torbenh@gentoo.org> ardour-0.9_beta8.ebuild:
  Fixed DEPEND to >= jack-0.91.1

  10 Dec 2003; <torbenh@gentoo.org> ardour-0.9_beta1.ebuild,
  ardour-0.9_beta2.ebuild:
  remove old versions which depended on jack-cvs ebuild

*ardour-0.9_beta8 (07 Nov 2003)

  07 Nov 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta8.ebuild:
  version bump, tidied ebuild a tiny bit

*ardour-0.9_beta7 (27 Oct 2003)

  27 Oct 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta7.ebuild:
  Version bump.

  11 Oct 2003; rob holland <tigger@gentoo.org> :
  Version bump. Removed jack blocker

  25 Sep 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta3.ebuild:
  fixed a dep to be more accurate

  16 Sep 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta3.ebuild:
  fix typo spotted by James Cloos <cloos@jhcloos.com>, resolves #28219

  16 Sep 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta3.ebuild:
  Added a blocking dep for the latest jack as this beta won't compile against it

*ardour-0.9_beta3 (14 Aug 2003)

  14 Aug 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta3.ebuild:
  version bump

*ardour-0.9_beta2-r1 (07 Aug 2003)

  07 Aug 2003; rob holland <tigger@gentoo.org> ardour-0.9_beta2-r1.ebuild,
  metadata.xml:
  allow ardour to build with optimisations. work by torbenh@gentoo.org (ta ;)

*ardour-0.9_beta2 (29 Jun 2003)

  29 Jun 2003; robh <robh@gentoo.org> ardour-0.9_beta2.ebuild:
  Version bump.

*ardour-0.9_beta1 (27 Jun 2003)

  27 Jun 2003; robh <robh@gentoo.org> ardour-0.9_beta1.ebuild:
  Initial version.