Changeset 7420d5e0


Ignore:
Timestamp:
05/10/2005 07:05:01 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
59e10797
Parents:
65df2435
Message:

Tagged libao.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4086 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libao.xml

    r65df2435 r7420d5e0  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    12<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    23   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     
    1314
    1415<sect1 id="libao" xreflabel="libao-&libao-version;">
    15 <sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
    18 </sect1info>
    19 <?dbhtml filename="libao.html"?>
    20 <title>libao-&libao-version;</title>
     16  <?dbhtml filename="libao.html"?>
    2117
    22 <sect2>
    23 <title>Introduction to <application>libao</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2422
    25 <para>The <application>libao</application> package contains a cross-platform
    26 audio library. This is useful to output audio on a wide variety of platforms.
    27 It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
    28 (Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon),
    29 <acronym>ALSA</acronym> (Advanced Linux Sound Architecture), NAS (Network
    30 Audio system) and Polypaudio (next generation
    31 <application><acronym>GNOME</acronym></application> sound architecture).</para>
     23  <title>Libao-&libao-version;</title>
    3224
    33 <sect3><title>Package information</title>
    34 <itemizedlist spacing='compact'>
    35 <listitem><para>Download (HTTP): <ulink
    36 url="&libao-download-http;"/></para></listitem>
    37 <listitem><para>Download (FTP): <ulink
    38 url="&libao-download-ftp;"/></para></listitem>
    39 <listitem><para>Download MD5 sum: &libao-md5sum;</para></listitem>
    40 <listitem><para>Download size: &libao-size;</para></listitem>
    41 <listitem><para>Estimated disk space required:
    42 &libao-buildsize;</para></listitem>
    43 <listitem><para>Estimated build time:
    44 &libao-time;</para></listitem></itemizedlist>
    45 </sect3>
     25  <indexterm zone="libao">
     26    <primary sortas="a-Libao">Libao</primary>
     27  </indexterm>
    4628
    47 <sect3><title><application>libao</application> dependencies</title>
    48 <sect4><title>Optional</title>
    49 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    50 <xref linkend="esound"/>,
    51 <xref linkend="alsa"/>,
    52 <xref linkend="arts"/>,
    53 <xref linkend="nas"/> and
    54 <ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink>
    55 </para>
    56 </sect4>
    57 </sect3>
     29  <sect2 role="package">
     30    <title>Introduction to Libao</title>
    5831
    59 </sect2>
     32    <para>The <application>libao</application> package contains a
     33    cross-platform audio library. This is useful to output audio on a wide variety
     34    of platforms. It currently supports WAV files, OSS (Open Sound System),
     35    ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound Architecture),
     36    NAS (Network Audio system) and Polypaudio (next generation
     37    <application>GNOME</application> sound architecture).</para>
    6038
    61 <sect2>
    62 <title>Installation of <application>libao</application></title>
     39    <bridgehead renderas="sect3">Package Information</bridgehead>
     40    <itemizedlist spacing="compact">
     41      <listitem>
     42        <para>Download (HTTP): <ulink url="&libao-download-http;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download (FTP): <ulink url="&libao-download-ftp;"/></para>
     46      </listitem>
     47      <listitem>
     48        <para>Download MD5 sum: &libao-md5sum;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Download size: &libao-size;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated disk space required: &libao-buildsize;</para>
     55      </listitem>
     56      <listitem>
     57        <para>Estimated build time: &libao-time;</para>
     58      </listitem>
     59    </itemizedlist>
    6360
    64 <para>Install <application>libao</application> by running the following
    65 commands:</para>
     61    <bridgehead renderas="sect3">Libao Dependencies</bridgehead>
    6662
    67 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    68 make</command></userinput></screen>
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     65    <xref linkend="esound"/>,
     66    <xref linkend="alsa"/>,
     67    <xref linkend="arts"/>,
     68    <xref linkend="nas"/> and
     69    <ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink></para>
    6970
    70 <para>Now, as the root user:</para>
     71  </sect2>
    7172
    72 <screen><userinput role='root'><command>make install</command></userinput></screen>
     73  <sect2 role="installation">
     74    <title>Installation of Libao</title>
    7375
    74 </sect2>
     76    <para>Install <application>libao</application> by running the following
     77    commands:</para>
    7578
    76 <sect2>
    77 <title>Configuring <application>libao</application></title>
     79<screen><userinput>./configure --prefix=/usr &amp;&amp;
     80make</userinput></screen>
    7881
    79 <sect3><title>Config files</title>
    80 <para><filename>/etc/libao.conf</filename> and
    81 <filename>~/.libao</filename></para>
    82 </sect3>
     82    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8383
    84 <sect3><title>Configuration information</title>
    85 <para>Currently, the only configuration option available is setting the
    86 default output device. Issue <command>man libao.conf</command> for
    87 details.</para>
    88 </sect3>
     84<screen role="root"><userinput>make install</userinput></screen>
    8985
    90 </sect2>
     86  </sect2>
    9187
    92 <sect2>
    93 <title>Contents</title>
     88  <sect2 role="configuration">
     89    <title>Configuring Libao</title>
    9490
    95 <para>The <application>libao</application> package contains
    96 <filename class="libraryfile">libao</filename> libraries and
    97 plugins.</para>
     91    <sect3 id="libao-config">
     92      <title>Config Files</title>
    9893
    99 </sect2>
     94    <para><filename>/etc/libao.conf</filename> and
     95    <filename>~/.libao</filename></para>
    10096
    101 <sect2><title>Description</title>
     97      <indexterm zone="libao libao-config">
     98        <primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
     99      </indexterm>
    102100
    103 <sect3><title>ao libraries</title>
    104 <para><filename class="libraryfile">libao</filename> libraries provide
    105 functions for programs wishing to output sound over supported
    106 platforms.</para></sect3>
     101      <indexterm zone="libao libao-config">
     102        <primary sortas="e-AA.libao">~/.libao</primary>
     103      </indexterm>
    107104
    108 </sect2>
     105    </sect3>
     106
     107    <sect3>
     108      <title>Configuration Information</title>
     109
     110      <para>Currently, the only configuration option available is setting the
     111      default output device. Issue <command>man libao.conf</command>
     112      for details.</para>
     113
     114    </sect3>
     115
     116  </sect2>
     117
     118  <sect2 role="content">
     119    <title>Contents</title>
     120
     121    <segmentedlist>
     122      <segtitle>Installed Programs</segtitle>
     123      <segtitle>Installed Libraries</segtitle>
     124      <segtitle>Installed Directories</segtitle>
     125
     126      <seglistitem>
     127        <seg>None</seg>
     128        <seg>libao.[so,a] and plugins</seg>
     129        <seg>None</seg>
     130      </seglistitem>
     131    </segmentedlist>
     132
     133    <variablelist>
     134      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     135      <?dbfo list-presentation="list"?>
     136      <?dbhtml list-presentation="table"?>
     137
     138      <varlistentry id="libao-lib">
     139        <term><filename class='libraryfile'>libao.[so,a]</filename></term>
     140        <listitem>
     141          <para>provide functions for programs wishing to output sound over
     142          supported platforms.</para>
     143          <indexterm zone="libao libao-lib">
     144            <primary sortas="c-libao">libao.[so,a]</primary>
     145          </indexterm>
     146        </listitem>
     147      </varlistentry>
     148
     149    </variablelist>
     150
     151  </sect2>
    109152
    110153</sect1>
Note: See TracChangeset for help on using the changeset viewer.