applied James's ALSA-0.9.8 update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1594 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-12-07 14:26:56 +00:00
parent 2af9877a79
commit e63029c309
9 changed files with 38 additions and 34 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-20031206">
<!ENTITY releasedate "December 6th, 2003">
<!ENTITY version "CVS-20031207">
<!ENTITY releasedate "December 7th, 2003">
<!ENTITY blfs-version "cvs">
<!ENTITY % book SYSTEM "book/book.ent">

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>December 7th, 2003 [igor]: Update to ALSA-0.9.8
submitted by James Iwanek.</para></listitem>
<listitem><para>December 6th, 2003 [larry]: updated to Gnome-VFS-2.4.1,
libgnome-2.4.0, libgnomecanvas-2.4.0, libbonoboui-2.4.1,
gnome-icon-theme-1.0.9, libgnomeui-2.4.0.1, gnome-themes-2.4.1 and

View File

@ -11,12 +11,11 @@ emulation is in some cases faster and better than the original <acronym>OSS
<acronym>ALSA</acronym>'s enhanced features to better drive the soundcard.
</para>
<para><acronym>ALSA</acronym> is also likely to be the future of Linux Sound
(hence the name <emphasis>Advanced Linux Sound Architecture</emphasis>), and
the <acronym>ALSA</acronym> drivers will probably be included into the main
linux kernel at some point during the 2.5 development series, leading
eventually to <acronym>ALSA</acronym> being the "standard" sound drivers into
the future 2.6 stable kernel.</para>
<para><acronym>ALSA</acronym> will also be the future of Linux Sound (hence the
name <emphasis>Advanced Linux Sound Architecture</emphasis>), the <acronym>ALSA</acronym>
drivers have already been included into the main linux kernel during the 2.5
development series, which will eventually lead to <acronym>ALSA</acronym> being
the "standard" sound drivers in the future 2.6 stable kernel.</para>
<para>The following five sections of the book deal with the five separate
components of <acronym>ALSA</acronym>: the drivers, the libraries, the

View File

@ -1,5 +1,7 @@
<!ENTITY alsa SYSTEM "../alsa.xml">
<!ENTITY alsa-version "0.9.6">
<!ENTITY alsa-version "0.9.8">
<!ENTITY alsa-download-http "http://www.alsa-project.org/alsa/ftp">
<!ENTITY alsa-download-ftp "ftp://ftp.alsa-project.org/pub">
<!ENTITY % alsa-driver SYSTEM "driver/alsa-driver.ent">
<!ENTITY % alsa-lib SYSTEM "lib/alsa-lib.ent">

View File

@ -4,9 +4,9 @@
<!ENTITY alsa-driver-exp SYSTEM "alsa-driver-exp.xml">
<!ENTITY alsa-driver-config SYSTEM "alsa-driver-config.xml">
<!ENTITY alsa-driver-desc SYSTEM "alsa-driver-desc.xml">
<!ENTITY alsa-driver-version "0.9.6">
<!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.5 MB">
<!ENTITY alsa-driver-buildsize "22 MB (for all drivers)">
<!ENTITY alsa-driver-version "&alsa-version;">
<!ENTITY alsa-driver-download-http "&alsa-download-http;/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
<!ENTITY alsa-driver-download-ftp "&alsa-download-ftp;/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
<!ENTITY alsa-driver-size "1.6 MB">
<!ENTITY alsa-driver-buildsize "29 MB (for all drivers)">
<!ENTITY alsa-driver-time "1.13 SBU">

View File

@ -3,9 +3,9 @@
<!ENTITY alsa-lib-inst SYSTEM "alsa-lib-inst.xml">
<!ENTITY alsa-lib-config SYSTEM "alsa-lib-config.xml">
<!ENTITY alsa-lib-desc SYSTEM "alsa-lib-desc.xml">
<!ENTITY alsa-lib-version "0.9.6">
<!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 "501 KB">
<!ENTITY alsa-lib-buildsize "19 MB">
<!ENTITY alsa-lib-version "&alsa-version;">
<!ENTITY alsa-lib-download-http "&alsa-download-http;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
<!ENTITY alsa-lib-download-ftp "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
<!ENTITY alsa-lib-size "524 KB">
<!ENTITY alsa-lib-buildsize "21 MB">
<!ENTITY alsa-lib-time "0.41 SBU">

View File

@ -3,9 +3,9 @@
<!ENTITY alsa-oss-inst SYSTEM "alsa-oss-inst.xml">
<!ENTITY alsa-oss-config SYSTEM "alsa-oss-config.xml">
<!ENTITY alsa-oss-desc SYSTEM "alsa-oss-desc.xml">
<!ENTITY alsa-oss-version "0.9.6">
<!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">
<!ENTITY alsa-oss-buildsize "1.3 MB">
<!ENTITY alsa-oss-version "&alsa-version;">
<!ENTITY alsa-oss-download-http "&alsa-download-http;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
<!ENTITY alsa-oss-download-ftp "&alsa-download-ftp;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
<!ENTITY alsa-oss-size "132 KB">
<!ENTITY alsa-oss-buildsize "1.30 MB">
<!ENTITY alsa-oss-time "0.04 SBU">

View File

@ -2,9 +2,9 @@
<!ENTITY alsa-tools-intro SYSTEM "alsa-tools-intro.xml">
<!ENTITY alsa-tools-inst SYSTEM "alsa-tools-inst.xml">
<!ENTITY alsa-tools-desc SYSTEM "alsa-tools-desc.xml">
<!ENTITY alsa-tools-version "0.9.6">
<!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 "1.3 MB">
<!ENTITY alsa-tools-buildsize "6.8 MB (to compile all tools)">
<!ENTITY alsa-tools-version "&alsa-version;">
<!ENTITY alsa-tools-download-http "&alsa-download-http;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
<!ENTITY alsa-tools-download-ftp "&alsa-download-ftp;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
<!ENTITY alsa-tools-size "1.5 MB">
<!ENTITY alsa-tools-buildsize "11.0 MB (to compile all tools)">
<!ENTITY alsa-tools-time "varies">

View File

@ -3,9 +3,9 @@
<!ENTITY alsa-utils-inst SYSTEM "alsa-utils-inst.xml">
<!ENTITY alsa-utils-config SYSTEM "alsa-utils-config.xml">
<!ENTITY alsa-utils-desc SYSTEM "alsa-utils-desc.xml">
<!ENTITY alsa-utils-version "0.9.6">
<!ENTITY alsa-utils-download-http "http://www.alsa-project.org/alsa/ftp/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
<!ENTITY alsa-utils-download-ftp "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
<!ENTITY alsa-utils-size "106 KB">
<!ENTITY alsa-utils-buildsize "1.8 MB">
<!ENTITY alsa-utils-version "&alsa-version;">
<!ENTITY alsa-utils-download-http "&alsa-download-http;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
<!ENTITY alsa-utils-download-ftp "&alsa-download-ftp;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
<!ENTITY alsa-utils-size "107 KB">
<!ENTITY alsa-utils-buildsize "1.9 MB">
<!ENTITY alsa-utils-time "0.06 SBU">