Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils/files: alsa-utils-1.0.21-init_default.patch alsa-utils-1.0.21-modprobe.d.patch
Date: Mon, 31 Aug 2009 10:36:54
Message-Id: E1Mi94h-0002KQ-UW@stork.gentoo.org
1 chainsaw 09/08/31 15:45:43
2
3 Added: alsa-utils-1.0.21-init_default.patch
4 alsa-utils-1.0.21-modprobe.d.patch
5 Log:
6 Version bump, removes several deprecated functions. Besides that, mostly bug fixes and new drivers.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/alsa-utils/files/alsa-utils-1.0.21-init_default.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.21-init_default.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.21-init_default.patch?rev=1.1&content-type=text/plain
14
15 Index: alsa-utils-1.0.21-init_default.patch
16 ===================================================================
17 diff -ur alsa-utils-1.0.21.orig/alsactl/init/default alsa-utils-1.0.21/alsactl/init/default
18 --- alsa-utils-1.0.21.orig/alsactl/init/default 2009-05-06 10:07:24.000000000 +0300
19 +++ alsa-utils-1.0.21/alsactl/init/default 2009-08-17 22:29:46.000000000 +0300
20 @@ -49,7 +49,7 @@
21 CTL{name}="Headphone Playback Volume",PROGRAM=="__ctl_search",GOTO="headphone0_end"
22 # if master volume control is present, turn headphone volume to max
23 ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="headphone0_end"
24 -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
25 +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
26 CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
27 LABEL="headphone0_end"
28 CTL{name}="Headphone Playback Switch",PROGRAM=="__ctl_search", \
29
30
31
32 1.1 media-sound/alsa-utils/files/alsa-utils-1.0.21-modprobe.d.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.21-modprobe.d.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.21-modprobe.d.patch?rev=1.1&content-type=text/plain
36
37 Index: alsa-utils-1.0.21-modprobe.d.patch
38 ===================================================================
39 diff -ur alsa-utils-1.0.21.orig/alsaconf/alsaconf.in alsa-utils-1.0.21/alsaconf/alsaconf.in
40 --- alsa-utils-1.0.21.orig/alsaconf/alsaconf.in 2009-05-06 10:07:24.000000000 +0300
41 +++ alsa-utils-1.0.21/alsaconf/alsaconf.in 2009-08-04 12:36:38.000000000 +0300
42 @@ -301,7 +301,7 @@
43 fi
44 else
45 if [ "$distribution" = "gentoo" ]; then
46 - cfgfile="/etc/modules.d/alsa"
47 + cfgfile="/etc/modprobe.d/alsa.conf"
48 elif [ "$kernel" = "new" ]; then
49 cfgfile="/etc/modprobe.conf"
50 if [ -d /etc/modprobe.d ]; then