mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
applied James' alsa update patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1839 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9e2188a8c2
commit
921e3867d4
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-20040221">
|
||||
<!ENTITY releasedate "February 21st, 2004">
|
||||
<!ENTITY version "CVS-20040222">
|
||||
<!ENTITY releasedate "February 22nd, 2004">
|
||||
<!ENTITY blfs-version "cvs">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 22nd, 2004 [igor]: Updated to ALSA-1.0.2c,
|
||||
submitted by James Iwanek.</para></listitem>
|
||||
|
||||
<listitem><para>February 21st, 2004 [tushar]: Updated to ImageMagick-5.5.5-16,
|
||||
hdparm-5.5, cvs-1.11.13, aspell-0.50.5, cdrdao-1.1.8.
|
||||
Added optional dependency on an MTA for tripwire.</para></listitem>
|
||||
|
@ -11,15 +11,14 @@ 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> will also be the future of Linux Sound (hence the
|
||||
<para><acronym>ALSA</acronym> is also 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>
|
||||
drivers were included into the main linux kernel during the 2.5 development series,
|
||||
and they are now the "standard" sound drivers in the 2.6 stable kernel.</para>
|
||||
|
||||
<para>The following five sections of the book deal with the five separate
|
||||
<para>The following six sections of the book deal with the six separate
|
||||
components of <acronym>ALSA</acronym>: the drivers, the libraries, the
|
||||
utilities, the tools and the <acronym>OSS</acronym> compatibility libraries.
|
||||
utilities, the tools, the firmware and the <acronym>OSS</acronym> compatibility libraries.
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
@ -28,4 +27,5 @@ utilities, the tools and the <acronym>OSS</acronym> compatibility libraries.
|
||||
&alsa-lib;
|
||||
&alsa-utils;
|
||||
&alsa-tools;
|
||||
&alsa-firmware;
|
||||
&alsa-oss;
|
||||
|
10
multimedia/libdriv/alsa/alsa-firmware.xml
Normal file
10
multimedia/libdriv/alsa/alsa-firmware.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<sect1 id="alsa-firmware" xreflabel="ALSA Firmware-&alsa-firmware-version;">
|
||||
<?dbhtml filename="alsa-firmware.html" dir="multimedia"?>
|
||||
<title>ALSA Frimware-&alsa-firmware-version;</title>
|
||||
|
||||
&alsa-firmware-intro;
|
||||
&alsa-firmware-inst;
|
||||
&alsa-firmware-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY alsa SYSTEM "../alsa.xml">
|
||||
<!ENTITY alsa-version "0.9.8">
|
||||
<!ENTITY alsa-version "1.0.2">
|
||||
<!ENTITY alsa-download-http "http://www.alsa-project.org/alsa/ftp">
|
||||
<!ENTITY alsa-download-ftp "ftp://ftp.alsa-project.org/pub">
|
||||
|
||||
@ -7,10 +7,12 @@
|
||||
<!ENTITY % alsa-lib SYSTEM "lib/alsa-lib.ent">
|
||||
<!ENTITY % alsa-utils SYSTEM "utils/alsa-utils.ent">
|
||||
<!ENTITY % alsa-tools SYSTEM "tools/alsa-tools.ent">
|
||||
<!ENTITY % alsa-firmware SYSTEM "firmware/alsa-firmware.ent">
|
||||
<!ENTITY % alsa-oss SYSTEM "oss/alsa-oss.ent">
|
||||
|
||||
%alsa-driver;
|
||||
%alsa-lib;
|
||||
%alsa-utils;
|
||||
%alsa-tools;
|
||||
%alsa-firmware;
|
||||
%alsa-oss;
|
||||
|
@ -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 "&alsa-version;">
|
||||
<!ENTITY alsa-driver-version "&alsa-version;c">
|
||||
<!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-buildsize "30 MB (for all drivers)">
|
||||
<!ENTITY alsa-driver-time "1.13 SBU">
|
||||
|
13
multimedia/libdriv/alsa/firmware/alsa-firmware-desc.xml
Normal file
13
multimedia/libdriv/alsa/firmware/alsa-firmware-desc.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The firmware available in this package is <command>??</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>??</title>
|
||||
<para><command>firmware</command></para></sect3>
|
||||
|
||||
</sect2>
|
14
multimedia/libdriv/alsa/firmware/alsa-firmware-inst.xml
Normal file
14
multimedia/libdriv/alsa/firmware/alsa-firmware-inst.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<sect2>
|
||||
<title>Installation of <application><acronym>ALSA</acronym> Firmware</application></title>
|
||||
|
||||
<para>The <application><acronym>ALSA</acronym> Firmware</application> package is
|
||||
only needed by those with advanced requirements for their sound card.</para>
|
||||
|
||||
<para>Install <application><acronym>ALSA</acronym> Firmware</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
23
multimedia/libdriv/alsa/firmware/alsa-firmware-intro.xml
Normal file
23
multimedia/libdriv/alsa/firmware/alsa-firmware-intro.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application><acronym>ALSA</acronym> Firmware</application></title>
|
||||
|
||||
<para>The <application><acronym>ALSA</acronym> Firmware</application> package contains
|
||||
firmware for certain soundcards.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&alsa-firmware-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&alsa-firmware-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &alsa-firmware-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required: &alsa-firmware-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &alsa-firmware-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>ALSA</acronym> Firmware</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="alsa-tools"/>
|
||||
</para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
10
multimedia/libdriv/alsa/firmware/alsa-firmware.ent
Normal file
10
multimedia/libdriv/alsa/firmware/alsa-firmware.ent
Normal file
@ -0,0 +1,10 @@
|
||||
<!ENTITY alsa-firmware SYSTEM "../alsa-firmware.xml">
|
||||
<!ENTITY alsa-firmware-intro SYSTEM "alsa-firmware-intro.xml">
|
||||
<!ENTITY alsa-firmware-inst SYSTEM "alsa-firmware-inst.xml">
|
||||
<!ENTITY alsa-firmware-desc SYSTEM "alsa-firmware-desc.xml">
|
||||
<!ENTITY alsa-firmware-version "&alsa-version;">
|
||||
<!ENTITY alsa-firmware-download-http "&alsa-download-http;/firmware/alsa-firmware-&alsa-firmware-version;.tar.bz2">
|
||||
<!ENTITY alsa-firmware-download-ftp "&alsa-download-ftp;/firmware/alsa-firmware-&alsa-firmware-version;.tar.bz2">
|
||||
<!ENTITY alsa-firmware-size "1007 KB">
|
||||
<!ENTITY alsa-firmware-buildsize "5.5 MB">
|
||||
<!ENTITY alsa-firmware-time "varies">
|
@ -6,6 +6,6 @@
|
||||
<!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-size "551 KB">
|
||||
<!ENTITY alsa-lib-buildsize "22 MB">
|
||||
<!ENTITY alsa-lib-time "0.41 SBU">
|
||||
|
@ -6,6 +6,6 @@
|
||||
<!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-size "140 KB">
|
||||
<!ENTITY alsa-oss-buildsize "1.4 MB">
|
||||
<!ENTITY alsa-oss-time "0.04 SBU">
|
||||
|
@ -7,7 +7,7 @@ tools are not all built together, instead you need to <command>cd</command>
|
||||
into the directory of each tool you wish to compile and run the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure &&
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!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-size "717 KB">
|
||||
<!ENTITY alsa-tools-buildsize "16 MB (to compile all tools)">
|
||||
<!ENTITY alsa-tools-time "varies">
|
||||
|
@ -6,6 +6,6 @@
|
||||
<!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-size "130 KB">
|
||||
<!ENTITY alsa-utils-buildsize "2.4 MB">
|
||||
<!ENTITY alsa-utils-time "0.06 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user