Ignore:
Timestamp:
01/01/2005 11:06:27 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
9f80536
Parents:
62c964d
Message:

Added FTP download location and configuration information to the libao instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libao.xml

    r62c964d r26bb7781  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY libao-download-http "http://www.xiph.org/ao/src/libao-&libao-version;.tar.gz">
    7   <!ENTITY libao-download-ftp  " ">
     7  <!ENTITY libao-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
    88  <!ENTITY libao-size          "262 KB">
    9   <!ENTITY libao-buildsize     "2.7 MB">
     9  <!ENTITY libao-buildsize     "3.0 MB">
    1010  <!ENTITY libao-time          "0.10 SBU">
    1111]>
     
    2323
    2424<para>The <application>libao</application> package contains a cross-platform
    25 audio library. This is useful to output audio on a wide variety of platforms. 
    26 It currently supports <acronym>WAV</acronym> files,
    27 <acronym>OSS</acronym> (Open Sound System), <acronym>ESD</acronym> (Enlighten
    28 Sound Daemon) and <acronym>ALSA</acronym> (Advanced Linux Sound Architecture).
    29 </para>
     25audio library. This is useful to output audio on a wide variety of platforms.
     26It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
     27(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon) and
     28<acronym>ALSA</acronym> (Advanced Linux Sound Architecture).</para>
    3029
    3130<sect3><title>Package information</title>
     
    3635url="&libao-download-ftp;"/></para></listitem>
    3736<listitem><para>Download size: &libao-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3938&libao-buildsize;</para></listitem>
    4039<listitem><para>Estimated build time:
     
    4443<sect3><title><application>libao</application> dependencies</title>
    4544<sect4><title>Optional</title>
    46 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="esound"/>, <xref
    47 linkend="alsa"/>, <xref linkend="arts"/> and <xref linkend="nas"/>
    48 </para></sect4>
     45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     46<xref linkend="esound"/>,
     47<xref linkend="alsa"/>,
     48<xref linkend="arts"/> and
     49<xref linkend="nas"/></para>
     50</sect4>
    4951</sect3>
    5052
     
    6466
    6567<sect2>
     68<title>Configuring <application>libao</application></title>
     69
     70<sect3><title>Config files</title>
     71<para><filename>/etc/libao.conf</filename> and
     72<filename>~/.libao</filename></para>
     73</sect3>
     74
     75<sect3><title>Configuration information</title>
     76<para>Currently, the only configuration option available is setting the
     77default output device. Issue <command>man libao.conf</command> for
     78details.</para>
     79</sect3>
     80
     81</sect2>
     82
     83<sect2>
    6684<title>Contents</title>
    6785
    68 <para>The <application>libao</application> package contains <filename
    69 class="libraryfile">libao</filename> libraries.</para>
     86<para>The <application>libao</application> package contains
     87<filename class="libraryfile">libao</filename> libraries and
     88plugins.</para>
    7089
    7190</sect2>
     
    7493
    7594<sect3><title>ao libraries</title>
    76 <para><filename class="libraryfile">libao</filename> libraries provide functions for programs
    77 wishing to output sound over supported platforms.</para></sect3>
     95<para><filename class="libraryfile">libao</filename> libraries provide
     96functions for programs wishing to output sound over supported
     97platforms.</para></sect3>
    7898
    7999</sect2>
Note: See TracChangeset for help on using the changeset viewer.