updated to alsa-0.9.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@913 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-06-04 02:39:18 +00:00
parent 93b6448399
commit 45e4bc5072
10 changed files with 17 additions and 21 deletions

View File

@ -14,7 +14,7 @@ updating, but they are not all needed in every situation.</para>
<filename class='directory'>$PREFIX/bin</filename>.</para></listitem>
<listitem><para>Expand the <envar>PATH</envar> for root to include
<filename class='directory'>$PREFIX/sbin</filename>.</para></listitem>
<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/lib</filename>
<listitem><para>Add <filename class='directory'>$PREFIX/lib</filename>
to <filename>/etc/ld.so.conf</filename> or expand
<envar>LD_LIBRARY_PATH</envar> to include it.</para></listitem>
<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20030518">
<!ENTITY releasedate "May 18th, 2003">
<!ENTITY version "20030603">
<!ENTITY releasedate "June 3rd, 2003">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>June 3rd, 2003 [tushar]: alsa: updated to
0.9.4 (submitted by James Iwanek).</para></listitem>
<listitem><para>May 14th, 2003 [larry]: x: updated to
freetype-2.1.4.</para></listitem>

View File

@ -1,5 +1,5 @@
<!ENTITY alsa SYSTEM "../alsa.xml">
<!ENTITY alsa-version "0.9.2">
<!ENTITY alsa-version "0.9.4">
<!ENTITY % alsa-driver SYSTEM "driver/alsa-driver.ent">
<!ENTITY % alsa-lib SYSTEM "lib/alsa-lib.ent">

View File

@ -1,11 +1,6 @@
<sect2>
<title>Command explanations</title>
<para>&lt;kernel-version&gt; should be replaced with your kernel version,
including any EXTRAVERSION such as -ac1 or -ac2. If you are using a normal
kernel tarball, it will simply be the standard number (such as
2.4.19).</para>
<para><userinput>--with-sequencer=yes </userinput>: This tells the
alsa-driver package to build the sequencer modules for whichever soundcards
you are building for. Most people want them so you will usually want to
@ -19,14 +14,12 @@ probably best to stick with yes.</para>
are PCI and so ISA Plug and Play support isn't needed. If you are using an
ISA soundcard, it's best to say yes here.</para>
<para><userinput>--with-cards=... </userinput>: You can tell the script just
<para><userinput>--with-cards=all </userinput>: You can tell the script just
to build the drivers for your particular sound card here. For full information
on which drivers are available see <userinput>./configure
--help</userinput>. If you aren't sure which chipset your soundcard uses,
have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source
tree. If you want to build all drivers (for some reason) then
simply leave out the <userinput>--with-cards</userinput> statement
entirely.</para>
tree. the default specified here will build all drivers.</para>
</sect2>

View File

@ -12,12 +12,12 @@ alsa driver modules.</para>
<para>Install alsa-driver using the following commands as a template:</para>
<para><screen><userinput>./configure \
--with-moddir=/lib/modules/&lt;kernel-version&gt;/kernel/drivers/sound/ \
--with-kernel=/lib/modules/&lt;kernel-version&gt;/build \
--with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound \
--with-kernel=/lib/modules/`uname -r`/build \
--with-sequencer=yes \
--with-oss=yes \
--with-isapnp=no \
--with-cards=&lt;soundcards-to-compile&gt; &amp;&amp;
--with-cards=all &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

View File

@ -8,4 +8,4 @@
<!ENTITY alsa-driver-version "&alsa-version;">
<!ENTITY alsa-driver-download-http "http://www.alsa-project.org/alsa/ftp/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
<!ENTITY alsa-driver-download-ftp "ftp://ftp.alsa-project.org/pub/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
<!ENTITY alsa-driver-size "1.6 MB">
<!ENTITY alsa-driver-size "1.5 MB">

View File

@ -7,4 +7,4 @@
<!ENTITY alsa-lib-version "&alsa-version;">
<!ENTITY alsa-lib-download-http "http://www.alsa-project.org/alsa/ftp/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
<!ENTITY alsa-lib-download-ftp "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
<!ENTITY alsa-lib-size "485 KB">
<!ENTITY alsa-lib-size "486 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY alsa-oss-desc SYSTEM "alsa-oss-desc.xml">
<!ENTITY alsa-oss-config SYSTEM "alsa-oss-config.xml">
<!ENTITY alsa-oss-buildsize "1.3 MB">
<!ENTITY alsa-oss-version "0.9.1">
<!ENTITY alsa-oss-version "&alsa-version;">
<!ENTITY alsa-oss-download-http "http://www.alsa-project.org/alsa/ftp/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
<!ENTITY alsa-oss-download-ftp "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
<!ENTITY alsa-oss-size "131 KB">

View File

@ -3,7 +3,7 @@
<!ENTITY alsa-tools-inst SYSTEM "alsa-tools-inst.xml">
<!ENTITY alsa-tools-desc SYSTEM "alsa-tools-desc.xml">
<!ENTITY alsa-tools-buildsize "6.8 MB (to compile all tools)">
<!ENTITY alsa-tools-version "0.9.1">
<!ENTITY alsa-tools-version "&alsa-version;">
<!ENTITY alsa-tools-download-http "http://www.alsa-project.org/alsa/ftp/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
<!ENTITY alsa-tools-download-ftp "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
<!ENTITY alsa-tools-size "376 KB">
<!ENTITY alsa-tools-size "661 KB">