Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Sat, 10 Mar 2007 13:02:56
Message-Id: E1HQ1DQ-0004uk-RL@stork.gentoo.org
1 jkt 07/03/10 13:02:28
2
3 Modified: alsa-guide.xml
4 Log:
5 no point in adding an example about how to add a USE flag to /etc/make.conf -- most likely thay already have customized it and blindly adding USE="foo" overwrites existing values
6
7 Revision Changes Path
8 1.75 xml/htdocs/doc/en/alsa-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.75&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.75&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.74&r2=1.75
13
14 Index: alsa-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
17 retrieving revision 1.74
18 retrieving revision 1.75
19 diff -u -r1.74 -r1.75
20 --- alsa-guide.xml 4 Mar 2007 10:35:58 -0000 1.74
21 +++ alsa-guide.xml 10 Mar 2007 13:02:28 -0000 1.75
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.74 2007/03/04 10:35:58 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.75 2007/03/10 13:02:28 jkt Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -24,7 +24,7 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.17</version>
34 +<version>2.18</version>
35 <date>2007-02-17</date>
36
37 <chapter>
38 @@ -229,14 +229,6 @@
39 guide, we will show you how to set up <uri link="#midi">MIDI support</uri>.
40 </p>
41
42 -<pre caption="MIDI support in /etc/make.conf">
43 -<comment>(If you want MIDI support)</comment>
44 -USE="midi"
45 -
46 -<comment>(If you don't need MIDI)</comment>
47 -USE="-midi"
48 -</pre>
49 -
50 </body>
51 </section>
52 <section id="kernel">
53 @@ -848,18 +840,9 @@
54
55 <p>
56 First, check to make sure that you enabled the <c>midi</c> USE flag in
57 -<path>/etc/make.conf</path>.
58 -</p>
59 -
60 -<pre caption="MIDI support in /etc/make.conf">
61 -USE="midi"
62 -</pre>
63 -
64 -<p>
65 -If you didn't previously enable <c>midi</c>, go ahead and add it to
66 -<path>/etc/make.conf</path> now. You will also need to re-emerge any ALSA
67 -packages that use the <c>midi</c> flag, such as <c>alsa-lib</c>,
68 -<c>alsa-utils</c>, and <c>alsa-driver</c>.
69 +<path>/etc/make.conf</path>. If you didn't, go ahead and add it now. You will
70 +also need to re-emerge any ALSA packages that use the <c>midi</c> flag, such as
71 +<c>alsa-lib</c>, <c>alsa-utils</c>, and <c>alsa-driver</c>.
72 </p>
73
74 <p>
75
76
77
78 --
79 gentoo-doc-cvs@g.o mailing list