blob: fa30973d8d60c1d3bea0401717585503581dbb3f (
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
|
# ChangeLog for media-sound/alsa-driver
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.14 2002/08/16 02:46:46 agenkin Exp $
*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.
*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.
*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.
|