mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
0a0c30cfda
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4072 af4574ff-66df-0310-9fd7-8a98e5e911e0
131 lines
3.9 KiB
XML
131 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!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-md5sum "fb13eed47ab086d9c5acf746de34b872">
|
|
<!ENTITY alsa-oss-size "223 KB">
|
|
<!ENTITY alsa-oss-buildsize "2.8 MB">
|
|
<!ENTITY alsa-oss-time "0.08 SBU">
|
|
]>
|
|
|
|
<sect1 id="alsa-oss" xreflabel="ALSA OSS-&alsa-oss-version;">
|
|
<?dbhtml filename="alsa-oss.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>ALSA OSS-&alsa-oss-version;</title>
|
|
|
|
<indexterm zone="alsa-oss">
|
|
<primary sortas="a-ALSA-OSS">ALSA OSS</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to ALSA OSS</title>
|
|
|
|
<para>The <application>ALSA OSS</application> package contains
|
|
the ALSA OSS compatibility library. This is used by programs which
|
|
wish to use the ALSA OSS sound interface.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&alsa-oss-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&alsa-oss-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &alsa-oss-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &alsa-oss-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &alsa-oss-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &alsa-oss-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">ALSA OSS Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="alsa-lib"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of ALSA OSS</title>
|
|
|
|
<para>Install <application>ALSA OSS</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring ALSA OSS</title>
|
|
|
|
<sect3>
|
|
<title>Configuration Information</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>aoss</seg>
|
|
<seg>libalsatoss.[so,a], libaoss.[so,a], and libossredir.a</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="aoss">
|
|
<term><command>aoss</command></term>
|
|
<listitem>
|
|
<para>is a simple wrapper script which facilitates the use of the
|
|
ALSA OSS compatibility library. It just sets the appropriate
|
|
<envar>LD_PRELOAD</envar> path and then runs the command.</para>
|
|
<indexterm zone="alsa-oss aoss">
|
|
<primary sortas="b-aoss">aoss</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|