source: multimedia/libdriv/libao.xml@ 48b7295

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 48b7295 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

  • Property mode set to 100644
File size: 2.5 KB
Line 
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;
5
6 <!ENTITY libao-download-http "http://www.xiph.org/ao/src/libao-&libao-version;.tar.gz">
7 <!ENTITY libao-download-ftp " ">
8 <!ENTITY libao-size "262 KB">
9 <!ENTITY libao-buildsize "2.7 MB">
10 <!ENTITY libao-time "0.10 SBU">
11]>
12
13<sect1 id="libao" xreflabel="libao-&libao-version;">
14<?dbhtml filename="libao.html"?>
15<title>libao-&libao-version;</title>
16
17<sect2>
18<title>Introduction to <application>libao</application></title>
19
20<para>The <application>libao</application> package contains a cross-platform
21audio library. This is useful to output audio on a wide variety of platforms.
22It currently supports <acronym>WAV</acronym> files,
23<acronym>OSS</acronym> (Open Sound System), <acronym>ESD</acronym> (Enlighten
24Sound Daemon) and <acronym>ALSA</acronym> (Advanced Linux Sound Architecture).
25</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&libao-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&libao-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &libao-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&libao-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&libao-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>libao</application> dependencies</title>
41<sect4><title>Optional</title>
42<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="esound"/>, <xref
43linkend="alsa"/>, <xref linkend="arts"/> and <xref linkend="nas"/>
44</para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>libao</application></title>
51
52<para>Install <application>libao</application> by running the following
53commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Contents</title>
63
64<para>The <application>libao</application> package contains <filename
65class="libraryfile">libao</filename> libraries.</para>
66
67</sect2>
68
69<sect2><title>Description</title>
70
71<sect3><title>ao libraries</title>
72<para><filename class="libraryfile">libao</filename> libraries provide functions for programs
73wishing to output sound over supported platforms.</para></sect3>
74
75</sect2>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.