Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Sat, 17 Feb 2007 19:04:00
Message-Id: E1HIUqP-0007yS-BB@lark.gentoo.org
1 nightmorph 07/02/17 19:03:36
2
3 Modified: alsa-guide.xml
4 Log:
5 only use eselect now that timidity is stable, bug 164578 (again)
6
7 Revision Changes Path
8 1.73 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.73&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.72&r2=1.73
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.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- alsa-guide.xml 31 Jan 2007 16:39:26 -0000 1.72
21 +++ alsa-guide.xml 17 Feb 2007 19:03:36 -0000 1.73
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.72 2007/01/31 16:39:26 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.73 2007/02/17 19:03:36 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.16</version>
34 -<date>2007-01-31</date>
35 +<version>2.17</version>
36 +<date>2007-02-17</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -943,16 +943,11 @@
41 available in Portage, such as <c>timidity-freepats</c> and
42 <c>timidity-eawpatches</c>. You can have multiple sound font configurations
43 installed, and you can place your own in <path>/usr/share/timidity/</path>. To
44 -switch between different timidity configurations, you should use the
45 -<c>timidity-update</c> tool provided in the timidity++ package. In later
46 -versions of timidity, <c>eselect</c> is used to switch configurations.
47 +switch between different timidity configurations, you should use
48 +<c>eselect</c>.
49 </p>
50
51 <pre caption="Changing configurations">
52 -<comment>(replace eawpatches with the name of your sound font package)</comment>
53 -# <i>timidity-update -g -s eawpatches</i>
54 -
55 -<comment>(Use eselect if you have installed >=timidity-2.13.2-r3)</comment>
56 # <i>eselect timidity list</i>
57 # <i>eselect timidity set eawpatches</i>
58 </pre>
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list