source: multimedia/libdriv/libao.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 2.6 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;
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
[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
25audio library. This is useful to output audio on a wide variety of platforms.
26It currently supports <acronym>WAV</acronym> files,
27<acronym>OSS</acronym> (Open Sound System), <acronym>ESD</acronym> (Enlighten
28Sound Daemon) and <acronym>ALSA</acronym> (Advanced Linux Sound Architecture).
29</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&libao-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&libao-download-ftp;"/></para></listitem>
37<listitem><para>Download size: &libao-size;</para></listitem>
38<listitem><para>Estimated Disk space required:
39&libao-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&libao-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>libao</application> dependencies</title>
45<sect4><title>Optional</title>
46<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="esound"/>, <xref
47linkend="alsa"/>, <xref linkend="arts"/> and <xref linkend="nas"/>
48</para></sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>libao</application></title>
55
56<para>Install <application>libao</application> by running the following
57commands:</para>
58
59<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
60make &amp;&amp;
61make install</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Contents</title>
67
68<para>The <application>libao</application> package contains <filename
69class="libraryfile">libao</filename> libraries.</para>
70
71</sect2>
72
73<sect2><title>Description</title>
74
75<sect3><title>ao libraries</title>
76<para><filename class="libraryfile">libao</filename> libraries provide functions for programs
77wishing to output sound over supported platforms.</para></sect3>
78
79</sect2>
[f45b1953]80
81</sect1>
Note: See TracBrowser for help on using the repository browser.