nightmorph 07/02/17 19:03:36 Modified: alsa-guide.xml Log: only use eselect now that timidity is stable, bug 164578 (again)
Revision Changes Path 1.73 xml/htdocs/doc/en/alsa-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.73&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.72&r2=1.73 Index: alsa-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- alsa-guide.xml 31 Jan 2007 16:39:26 -0000 1.72 +++ alsa-guide.xml 17 Feb 2007 19:03:36 -0000 1.73 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.72 2007/01/31 16:39:26 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.73 2007/02/17 19:03:36 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.16</version> -<date>2007-01-31</date> +<version>2.17</version> +<date>2007-02-17</date> <chapter> <title>Introduction</title> @@ -943,16 +943,11 @@ available in Portage, such as <c>timidity-freepats</c> and <c>timidity-eawpatches</c>. You can have multiple sound font configurations installed, and you can place your own in <path>/usr/share/timidity/</path>. To -switch between different timidity configurations, you should use the -<c>timidity-update</c> tool provided in the timidity++ package. In later -versions of timidity, <c>eselect</c> is used to switch configurations. +switch between different timidity configurations, you should use +<c>eselect</c>. </p> <pre caption="Changing configurations"> -<comment>(replace eawpatches with the name of your sound font package)</comment> -# <i>timidity-update -g -s eawpatches</i> - -<comment>(Use eselect if you have installed >=timidity-2.13.2-r3)</comment> # <i>eselect timidity list</i> # <i>eselect timidity set eawpatches</i> </pre> -- [email protected] mailing list
