summaryrefslogtreecommitdiff
blob: cd2aad87f0e46cb212f88bab123e63114c05f888 (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
# ChangeLog for media-sound/alsa-driver
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.97 2004/10/07 20:39:23 eradicator Exp $

  07 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -files/alsa,
  -files/alsa-driver-0.9.0rc1-ppc.patch, -files/alsa-modules.conf,
  -files/alsa-modules.conf-rc -files/alsasound, -alsa-driver-0.5.12a.ebuild,
  -alsa-driver-0.9.0_rc2.ebuild, -alsa-driver-0.9.2.ebuild:
  Version cleanup.

  07 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +files/alsa-driver-1.0.6a-emu10k1-passthrough.patch:
  Added patch to make emu10k1 passthrough work.  Closes bug #66635.

  22 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> :
  Stable amd64, x86. Fixed build process to work on newer 2.6 kernels without
  needing to copy over the kernel source tree.

*alsa-driver-1.0.6a (23 Aug 2004)

  23 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +alsa-driver-1.0.6a.ebuild:
  Version bump.

  23 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -alsa-driver-1.0.2c.ebuild, -alsa-driver-1.0.4-r1.ebuild,
  -alsa-driver-1.0.4.ebuild, -alsa-driver-1.0.5.ebuild:
  Removing old versions.  Fixing DEPEND.

  23 Jul 2004; Chris Bainbridge <chrb@gentoo.org> alsa-driver-1.0.5a.ebuild:
  Added xbox patch, bug #47166

  19 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.5a.ebuild:
  Added alsa-headers to RDEPEND.  Added in cs46xx patch to close bug #56056.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.5.12a.ebuild, alsa-driver-0.9.0_rc2.ebuild,
  alsa-driver-0.9.2.ebuild, alsa-driver-0.9.8.ebuild,
  alsa-driver-1.0.2c.ebuild:
  virtual/glibc -> virtual/libc

*alsa-driver-1.0.5a (25 Jun 2004)

  25 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +alsa-driver-1.0.5a.ebuild:
  Adding 1.0.5a which is a small bugfix release from upstream. This fixes a
  crucial bug and is thus going straight into stable.

  24 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.5.ebuild:
  Stable x86 amd64.

*alsa-driver-1.0.5 (30 May 2004)

  30 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.5.ebuild, files/alsa-driver-1.0.5-devfix.patch:
  Version Bump.

  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> alsa-driver-1.0.3.ebuild,
  alsa-driver-1.0.4-r1.ebuild, alsa-driver-1.0.4.ebuild:
  Add die following econf for bug 48950

  24 Apr 2004; Bret Curtis <psi29a@gentoo.org> alsa-driver-1.0.3.ebuild:
  Added to ~mips

  17 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.5.12a.ebuild, alsa-driver-0.9.0_rc2.ebuild,
  alsa-driver-0.9.2.ebuild:
  IUSE.  eutils.

*alsa-driver-1.0.4-r1 (08 Apr 2004)

  08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.4-r1.ebuild, files/alsa-driver-1.0.4-devfix.patch:
  Added SNDRV_DMA_TYPE_PCI to SNDRV_DMA_TYPE_DEV fixes.

  08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.5.12a.ebuild, alsa-driver-0.9.0_rc2.ebuild,
  alsa-driver-0.9.2.ebuild:
  Ebuild cleanups.

  06 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.3.ebuild, alsa-driver-1.0.4.ebuild:
  Filtering -fomit-frame-pointer to fix bug #46901.

*alsa-driver-1.0.4 (04 Apr 2004)

  04 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.3.ebuild, alsa-driver-1.0.4.ebuild:
  1.0.3 stable on x86.  version bump.

  28 Mar 2004; Aron Griffis <agriffis@gentoo.org> alsa-driver-1.0.3.ebuild:
  Mark stable on alpha and ia64 since eradicator eradicated the versions that
  were previously marked stable for these architectures.

  27 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.9.8.ebuild, alsa-driver-1.0.0_rc2.ebuild,
  alsa-driver-1.0.1.ebuild, alsa-driver-1.0.2c.ebuild, files/alsa-compile-fix,
  files/alsa-driver-0.9.5-spinlock_t.patch, files/alsa-driver-0.9.7-pde.patch,
  files/wolk.patch:
  Removed old ebuilds.  Cleaned up remaining ones.

  23 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.3.ebuild:
  Adding ebuild kludgery to get alsa-driver to work with 2.6 kernels. Closes bug
  #42062.

  04 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.9.8.ebuild:
  SBLive Value note

*alsa-driver-1.0.3 (01 Mar 2004)

  01 Mar 2004; Martin Holzer <mholzer@gentoo.org> alsa-driver-1.0.3.ebuild:
  Version bumped.

  15 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.0_rc2.ebuild, alsa-driver-1.0.1.ebuild,
  alsa-driver-1.0.2.ebuild, alsa-driver-1.0.2c.ebuild:
  Updated einfo's to reflect that 1.0.2c should work with 2.6 kernels and
  removing 1.0.2 since it is identical to 1.0.2c except for 2.6 kernel related
  bugfixes.

*alsa-driver-1.0.2c (08 Feb 2004)

  08 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-1.0.2c.ebuild:
  Version bump.

  08 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  alsa-driver-0.9.8.ebuild, alsa-driver-1.0.0_rc2.ebuild,
  alsa-driver-1.0.1.ebuild, alsa-driver-1.0.2.ebuild,
  files/alsa-driver-0.9.8-au-fix.patch:
  Added patch to include ac97 and mpu401 with ALSA_CARDS=au88[123]0.
  Closes bug #38284.

  28 Jan 2004; Aron Griffis <agriffis@gentoo.org> alsa-driver-1.0.1.ebuild:
  stable on alpha and ia64

*alsa-driver-1.0.2 (27 Jan 2004)

  27 Jan 2004; Martin Holzer <mholzer@gentoo.org> alsa-driver-1.0.2.ebuild:
  Version bumped.

  17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org>
  alsa-driver-0.9.8.ebuild:
  manifest fix

  16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org>
  alsa-driver-0.9.8.ebuild:
  set ppc in keywords

  13 Jan 2004; Jon Portnoy <avenj@gentoo.org> alsa-driver-1.0.1.ebuild,
  alsa-driver-0.9.8.ebuild :
  AMD64 keywords.

*alsa-driver-1.0.1 (10 Jan 2004)

  10 Jan 2004; Martin Holzer <mholzer@gentoo.org> alsa-driver-1.0.1.ebuild:
  Version bumped.

  26 Dec 2003; Jason Wever <weeve@gentoo.org> alsa-driver-0.5.12a.ebuild,
  alsa-driver-0.9.0_rc2.ebuild, alsa-driver-0.9.2.ebuild,
  alsa-driver-0.9.8.ebuild, alsa-driver-1.0.0_rc1.ebuild,
  alsa-driver-1.0.0_rc2.ebuild:
  Masked on sparc as alsa doesn't build correctly.

  18 Dec 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.8.ebuild,
  alsa-driver-1.0.0_rc1.ebuild, alsa-driver-1.0.0_rc2.ebuild:
  removing makefile from docs.

*alsa-driver-1.0.0_rc2 (07 Dec 2003)

  07 Dec 2003; Martin Holzer <mholzer@gentoo.org>
  alsa-driver-1.0.0_rc2.ebuild:
  Version bumped.

*alsa-driver-1.0.0_rc1 (02 Dec 2003)

  02 Dec 2003; Martin Holzer <mholzer@gentoo.org>
  alsa-driver-1.0.0_rc1.ebuild:
  Version bumped.

  26 Nov 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.8.ebuild:
  marked x86 stable.

  27 Oct 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.8.ebuild:
  Changing SLOT to KV.

  25 Oct 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.7-r4.ebuild:
  adding forgotten autoconf. Closes #29965.

*alsa-driver-0.9.8 (25 Oct 2003)

  25 Oct 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.8.ebuild:
  Version bumped.

*alsa-driver-0.9.7-r4 (24 Oct 2003)

  24 Oct 2003; Martin Holzer <mholzer@gentoo.org> alsa-driver-0.9.7-r4.ebuild,
  files/alsa-driver-0.9.7-pde.patch:
  0Adding PDE fix. Closes #29965 & dupex.

  24 Sep 2003; Hanno Boeck <hanno@gentoo.org> alsa-driver-0.9.6.ebuild,
  files/alsa-compile-fix:
  Add compile-fix for 2.4.23-pre-kernels.

  07 Sep 2003; Arcady Genkin <agenkin@gentoo.org> files/wolk.patch:
  An updated version from Sebastian Held <sebastian.held@gmx.de>.
  Closees #27870.

  16 Aug 2003; rob holland <tigger@gentoo.org> alsa-driver-0.9.6.ebuild,
  files/wolk.patch:
  Added wolk patch to let alsa compile against a wolk kernel.
  Not bumping the revision as it was only broken for wolk peeps.
  Thanks to Sebastian Held and Kerin for the patch/bringing it to our
  attention. Closes #25731

  05 Aug 2003; John Mylchreest <johnm@gentoo.org>; alsa-driver-0.9.6.ebuild,
  files/makefile.patch:
  Updating for 2.6 compliance

  05 Aug 2003; John Mylchreest <johnm@gentoo.org>; alsa-driver-0.9.6.ebuild:
  Updating for 2.6 compliance

  05 Jun 2003; Brandon Low <lostlogic@gentoo.org> alsa-driver-0.9.4-r1.ebuild:
  Make the USE=oss actually do something

  05 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> alsa-driver-0.9.4.ebuild :
  Switched to mirror://alsaproject in SRC_URI.

*alsa-driver-0.9.7-r3 (14 Oct 2003)

  14 Oct 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 0.9.7c.

*alsa-driver-0.9.7-r2 (11 Oct 2003)

  11 Oct 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 0.9.7b.

*alsa-driver-0.9.7-r1 (01 Oct 2003)

  01 Oct 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump to 0.9.7a.

*alsa-driver-0.9.7 (27 Sep 2003)

  27 Sep 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.
  Removed wolk.patch and alsa-compile-fix patches since it looks like they
  are included in this release.

*alsa-driver-0.9.6 (29 Jul 2003)

  29 Jul 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version bump.

*alsa-driver-0.9.5-r2 (15 Jul 2003)

  15 Jul 2003; Arcady Genkin <agenkin@gentoo.org> :
  Added another trivial patch by Takashi Iwai, found in alsa-user 
  mailing list.

  15 Jul 2003; Arcady Genkin <agenkin@gentoo.org> :
  Picked up another patch regarding the same issue from alsa-devel
  by Klaus Steinberger.  Replaced the previous patch by one comprehensive
  that fixes all three bugs.
  Added dependency on virtual/linux-sources.

*alsa-driver-0.9.5-r1 (14 Jul 2003)

  14 Jul 2003; Arcady Genkin <agenkin@gentoo.org> :
  Added a fix for compilation failures on SMP-enabled kernels.
  Closes bug #24323.

*alsa-driver-0.9.5 (11 Jul 2003)

  11 Jul 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version update.

*alsa-driver-0.9.4-r1 (05 Jun 2003)

  05 Jun 2003; Arcady Genkin <agenkin@gentoo.org> :
  Obey the 'oss' USE flag when building.  Patch by Georgi Georgiev 
  <chutz@chubaka.net> (bug #14708).

*alsa-driver-0.9.4 (03 Jun 2003)

  03 Jun 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version update.

*alsa-driver-0.9.3c-r1 (24 May 2003)

  24 May 2003; Arcady Genkin <agenkin@gentoo.org> :
  0.9.3c removes /proc/asound/dev directory, to which /dev/snd used to be
  a symlink.  This doesn't mean much to us, since we use devfs, but
  the "make install" now may attempt to create real /dev/snd directory,
  causing a Portage sandbox violation error.  This revision fixes this
  problem (Gentoo bug #21410).
  Installing a new file: /usr/sbin/snddevices for people who are not using
  devfs.

*alsa-driver-0.9.3c (05 May 2003)

  05 May 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version update.

*alsa-driver-0.9.3b (19 May 2003)

  19 May 2003; Daniel Ahlberg <aliz@gentoo.org> alsa-driver-0.9.3b.ebuild :
  Version bump.

*alsa-driver-0.9.3 (05 May 2003)

  05 May 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version update.

*alsa-driver-0.9.3a (04 May 2003)

  04 May 2003; Daniel Ahlberg <aliz@gentoo.org> alsa-driver-0.9.3a.ebuild :
  Version bump.

*alsa-driver-0.9.2 (27 Mar 2003)

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

  27 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Version update.

*alsa-driver-0.9.1 (12 Mar 2003)

  12 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Update to version 0.9.1.

*alsa-driver-0.9.0_rc8-r1 (03 Mar 2003)

  09 Mar 2003; Mark Guertin <gerk@gentoo.org> alsa-driver-0.9.0_rc8-r1.ebuild:
  set ~ppc in keywords

  04 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Update to version 0.9.0rc8b.
  Replaced "emake" with "make".

*alsa-driver-0.9.0_rc8 (03 Mar 2003)

  04 Mar 2003; Arcady Genkin <agenkin@gentoo.org> files/alsasound :
  Applied a patch from Thomas Weidner <yasea@gmx.net> (bug 15762) to the
  init script.  The patch adds code that inhibits alsactl error messages
  at boot time.

  03 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
  Quick update to rc8.

*alsa-driver-0.9.0_rc7 (04 Feb 2003)

  05 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Removed the patch for ice1712 cards.

  04 Feb 2003; Arcady Genkin <agenkin@gentoo.org> :
  Quick update to rc7.
	
*alsa-driver-0.9.0_rc6 (19 Nov 2002)

  21 Dec 2002; Arcady Genkin <agenkin@gentoo.org> :
  Added patch for ice1712 cards (bug #11572).
  Added "options snd cards_limit=1" into the modules.d file (bug #12076).
	
  19 Nov 2002; Arcady Genkin <agenkin@gentoo.org>
	alsa-driver-0.9.0_rc6.ebuild :
  Quick update to rc6.  Legwork done by Roman Weber <gentoo@gonzo.ch>.

*alsa-driver-0.9.0_rc5 (24 Oct 2002)

  24 Oct 2002; Arcady Genkin <agenkin@gentoo.org>
	alsa-driver-0.9.0_rc5.ebuild :
  Quick update to rc5.
	
*alsa-driver-0.9.0_rc4 (23 Oct 2002)

  23 Oct 2002; Arcady Genkin <agenkin@gentoo.org>
	alsa-driver-0.9.0_rc4.ebuild :

  Quick update to rc4.
	
*alsa-driver-0.9.0_rc3 (15 Aug 2002)

  15 Aug 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc3.ebuild :

  Quick update to version 0.9.0rc3.

  16 Aug 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc3.ebuild :

  Updated support for ALSA_CARDS env. variable at build time to
  enable multiple selected drivers.

  04 Sep 2002, Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc3.ebuild :

  Fixed the compilation problem due to isapnp.h.

*alsa-driver-0.9.0_rc2 (20 Jun 2002)

  20 Jun 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc2.ebuild :

  Quick update to version 0.9.0rc2.

  16 Aug 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc2.ebuild :

  Updated support for ALSA_CARDS env. variable at build time to
  enable multiple selected drivers.

*alsa-driver-0.9.0_rc1 (27 Apr 2002)

  06 Jun 2002; Olivier Reisch <doctomoe@gentoo.org>
	alsa-driver-0.9.0_rc1-r7.ebuild files/alsa-driver-0.9.0rc1-ppc.patch :

  Added a small patch to fix ALSA up for PPC. keywest.c was missing a vital
  header.

  23 May 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r7.ebuild files/alsa-modules.conf :

  Aliased /dev/dsp and /dev/mixer to respective OSS emulation modules.

  12 May 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r6.ebuild :

  Updated the 'alsasound' init script so that it runs before the modules
  from /etc/modules.autoload get loaded.  This relies on baselayout >=1.7.9.

  8 May 2002; Jon Nelson <jnelson@gentoo.org>
	alsa-driver-0.9.0_rc1-r5.ebuild :
        
  Use check_KV and depend on portage >= 1.9.10

  3 May 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r5.ebuild :

  Makes sure that Portage determines the kernel version.

  2 May 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r4.ebuild :

  Added a hack to work around compilation breakage if a user has
  /etc/rc.d/init.d directory.

  28 Apr 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r3.ebuild :

  More work on the startup script and updated config file for /etc/modules.d.
  Be sure to have a look at it and adjust it to your needs.

  27 Apr 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r2.ebuild :

  Updated the alsasound startup script.
	
  27 Apr 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1-r1.ebuild :

  Rewrote the istallation procedures to use the package's native
  installation subsystem.
	
  27 Apr 2002; Arcady Genkin <agenkin@thpoon.com>
	alsa-driver-0.9.0_rc1.ebuild :

  Quick update to version 0.9.0rc1.

*alsa-driver-0.9.0_beta10 (3 Feb 2002)

  8 Feb 2002; Donny Davies <woodchip@gentoo.org> ChangeLog,
  alsa-driver-0.5.11.ebuild, alsa-driver-0.5.12a.ebuild,
  alsa-driver-0.9.0_beta10.ebuild:

  Moved the code looking for the kernel sources into pkg_setup().
  Closes bug #273.  No revisions bumped, mostly a cosmetic change.

  3 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog :

  Upgraded version to latest beta.
  The issue below seems to be fixable by creating a link in the alsa-lib
  ebuild from libasound.so.2 to libasound.so.1, but I'm leaving the warning
  until further testing is done.
  ##WARNING## Upgrading to this version will require massive recompiling
  of pretty much everything linked against sound.  libasound.so.1 is
  no longer provided in the package, it is now libasound.so.2.  Sound
  apps will be broken until recompiled against the new lib.  For example,
  if you use the Gnome Desktop, you will have to recompile almost everything
  just to start it up.  Good news is you don't have to upgrade now if you
  don't want to.  Bad news is that you will eventually.

*alsa-driver-0.5.12a (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.