source: multimedia/libdriv/libao.xml@ 26bb7781

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
Last change on this file since 26bb7781 was 26bb7781, checked in by Randy McMurchy <randy@…>, 19 years ago

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

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[48b7295]1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
[26bb7781]5
[48b7295]6 <!ENTITY libao-download-http "http://www.xiph.org/ao/src/libao-&libao-version;.tar.gz">
[26bb7781]7 <!ENTITY libao-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
[48b7295]8 <!ENTITY libao-size "262 KB">
[26bb7781]9 <!ENTITY libao-buildsize "3.0 MB">
[48b7295]10 <!ENTITY libao-time "0.10 SBU">
11]>
12
[f45b1953]13<sect1 id="libao" xreflabel="libao-&libao-version;">
[a0f03b0]14<sect1info>
[5cd0959d]15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
[a0f03b0]17</sect1info>
[dd3f20f0]18<?dbhtml filename="libao.html"?>
[f45b1953]19<title>libao-&libao-version;</title>
20
[48b7295]21<sect2>
22<title>Introduction to <application>libao</application></title>
23
24<para>The <application>libao</application> package contains a cross-platform
[26bb7781]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>
[48b7295]29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&libao-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&libao-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &libao-size;</para></listitem>
[26bb7781]37<listitem><para>Estimated disk space required:
[48b7295]38&libao-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&libao-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>libao</application> dependencies</title>
44<sect4><title>Optional</title>
[26bb7781]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>
[48b7295]51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>libao</application></title>
57
58<para>Install <application>libao</application> by running the following
59commands:</para>
60
61<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
62make &amp;&amp;
63make install</command></userinput></screen>
64
65</sect2>
66
[26bb7781]67<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
[48b7295]83<sect2>
84<title>Contents</title>
85
[26bb7781]86<para>The <application>libao</application> package contains
87<filename class="libraryfile">libao</filename> libraries and
88plugins.</para>
[48b7295]89
90</sect2>
91
92<sect2><title>Description</title>
93
94<sect3><title>ao libraries</title>
[26bb7781]95<para><filename class="libraryfile">libao</filename> libraries provide
96functions for programs wishing to output sound over supported
97platforms.</para></sect3>
[48b7295]98
99</sect2>
[f45b1953]100
101</sect1>
Note: See TracBrowser for help on using the repository browser.