mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
b67c0ba646
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6928 af4574ff-66df-0310-9fd7-8a98e5e911e0
162 lines
5.0 KiB
XML
162 lines
5.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
|
|
<!ENTITY libao-download-ftp "&gentoo-ftp-repo;/libao-&libao-version;.tar.gz">
|
|
<!ENTITY libao-md5sum "b92cba3cbcf1ee9bc221118a85d23dcd">
|
|
<!ENTITY libao-size "405 KB">
|
|
<!ENTITY libao-buildsize "4 MB">
|
|
<!ENTITY libao-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libao" xreflabel="libao-&libao-version;">
|
|
<?dbhtml filename="libao.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Libao-&libao-version;</title>
|
|
|
|
<indexterm zone="libao">
|
|
<primary sortas="a-Libao">Libao</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Libao</title>
|
|
|
|
<para>The <application>libao</application> package contains a
|
|
cross-platform audio library. This is useful to output audio on a wide
|
|
variety of platforms. It currently supports WAV files, OSS (Open Sound
|
|
System), ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound
|
|
Architecture), NAS (Network Audio system), aRTS (analog Real-Time
|
|
Synthesizer and PulseAudio (next generation
|
|
<application>GNOME</application> sound architecture).</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libao-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libao-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libao-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libao-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libao-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libao-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Libao Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="x-window-system"/>,
|
|
<xref linkend="esound"/>,
|
|
<xref linkend="alsa"/>,
|
|
<xref linkend="arts"/>,
|
|
<xref linkend="nas"/>, and
|
|
<ulink url="http://pulseaudio.org/">PulseAudio</ulink> (requires <ulink
|
|
url="http://www.hpl.hp.com/research/linux/atomic_ops/">atomic_ops</ulink>)</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libao"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Libao</title>
|
|
|
|
<para>Install <application>libao</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m644 README /usr/share/doc/libao-&libao-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring Libao</title>
|
|
|
|
<sect3 id="libao-config">
|
|
<title>Config Files</title>
|
|
|
|
<para><filename>/etc/libao.conf</filename> and
|
|
<filename>~/.libao</filename></para>
|
|
|
|
<indexterm zone="libao libao-config">
|
|
<primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
|
|
</indexterm>
|
|
|
|
<indexterm zone="libao libao-config">
|
|
<primary sortas="e-AA.libao">~/.libao</primary>
|
|
</indexterm>
|
|
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Configuration Information</title>
|
|
|
|
<para>Currently, the only configuration option available is setting the
|
|
default output device. Issue <command>man libao.conf</command>
|
|
for details.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libao.{so,a} and plugins</seg>
|
|
<seg>/usr/include/ao, /usr/lib/ao and /usr/share/doc/libao-&libao-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libao-lib">
|
|
<term><filename class='libraryfile'>libao.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>provide functions for programs wishing to output sound over
|
|
supported platforms.</para>
|
|
<indexterm zone="libao libao-lib">
|
|
<primary sortas="c-libao">libao.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|