Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-driver: ChangeLog alsa-driver-1.0.15.ebuild alsa-driver-1.0.15_rc2.ebuild
Date: Sun, 21 Oct 2007 15:29:18
Message-Id: E1IjcZN-0002Sd-QP@stork.gentoo.org
1 phreak 07/10/21 15:18:25
2
3 Modified: ChangeLog alsa-driver-1.0.15.ebuild
4 Removed: alsa-driver-1.0.15_rc2.ebuild
5 Log:
6 Adding a patch for Linux 2.4.*, to make alsa-driver useable (wasn't before due to alsa-driver having an unresolved symbol to 'snd_fops'). Thanks to rajiv for pointing me into the right directio.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.283 media-sound/alsa-driver/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/ChangeLog?rev=1.283&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/ChangeLog?rev=1.283&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/ChangeLog?r1=1.282&r2=1.283
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v
19 retrieving revision 1.282
20 retrieving revision 1.283
21 diff -u -r1.282 -r1.283
22 --- ChangeLog 18 Oct 2007 17:43:12 -0000 1.282
23 +++ ChangeLog 21 Oct 2007 15:18:25 -0000 1.283
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-sound/alsa-driver
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.282 2007/10/18 17:43:12 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.283 2007/10/21 15:18:25 phreak Exp $
29 +
30 + 21 Oct 2007; Christian Heim <phreak@g.o>
31 + +files/alsa-driver-1.0.15-linux-2.4.patch, -alsa-driver-1.0.15_rc2.ebuild,
32 + alsa-driver-1.0.15.ebuild:
33 + Adding a patch for Linux 2.4.*, to make alsa-driver useable (wasn't before
34 + due to alsa-driver having an unresolved symbol to 'snd_fops'). Thanks to
35 + rajiv for pointing me into the right directio.
36
37 *alsa-driver-1.0.15 (18 Oct 2007)
38
39
40
41
42 1.2 media-sound/alsa-driver/alsa-driver-1.0.15.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild?r1=1.1&r2=1.2
47
48 Index: alsa-driver-1.0.15.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- alsa-driver-1.0.15.ebuild 18 Oct 2007 17:43:12 -0000 1.1
55 +++ alsa-driver-1.0.15.ebuild 21 Oct 2007 15:18:25 -0000 1.2
56 @@ -1,8 +1,8 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild,v 1.1 2007/10/18 17:43:12 phreak Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.15.ebuild,v 1.2 2007/10/21 15:18:25 phreak Exp $
61
62 -inherit autotools linux-mod flag-o-matic eutils multilib
63 +inherit autotools linux-mod flag-o-matic eutils multilib linux-info
64
65 MY_P="${P/_rc/rc}"
66 S="${WORKDIR}/${MY_P}"
67 @@ -114,6 +114,8 @@
68
69 cd "${S}"
70
71 + kernel_is 2 4 && epatch "${FILESDIR}"/alsa-driver-1.0.15-linux-2.4.patch
72 +
73 convert_to_m "${S}/Makefile"
74 sed -i -e 's:\(.*depmod\):#\1:' "${S}/Makefile"
75 eautoconf
76
77
78
79 --
80 gentoo-commits@g.o mailing list