source: multimedia/libdriv/libao.xml@ 4a21942

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 4a21942 was 4a21942, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to half of Chapter 37 package instructions

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

  • Property mode set to 100644
File size: 3.2 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 "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
8 <!ENTITY libao-md5sum "dd72b66f5f29361411bda465470b65e2">
9 <!ENTITY libao-size "262 KB">
10 <!ENTITY libao-buildsize "3.0 MB">
11 <!ENTITY libao-time "0.10 SBU">
12]>
13
14<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>
21
22<sect2>
23<title>Introduction to <application>libao</application></title>
24
25<para>The <application>libao</application> package contains a cross-platform
26audio library. This is useful to output audio on a wide variety of platforms.
27It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
28(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon) and
29<acronym>ALSA</acronym> (Advanced Linux Sound Architecture).</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 MD5 sum: &libao-md5sum;</para></listitem>
38<listitem><para>Download size: &libao-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&libao-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&libao-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>libao</application> dependencies</title>
46<sect4><title>Optional</title>
47<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
48<xref linkend="esound"/>,
49<xref linkend="alsa"/>,
50<xref linkend="arts"/> and
51<xref linkend="nas"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>libao</application></title>
59
60<para>Install <application>libao</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Configuring <application>libao</application></title>
71
72<sect3><title>Config files</title>
73<para><filename>/etc/libao.conf</filename> and
74<filename>~/.libao</filename></para>
75</sect3>
76
77<sect3><title>Configuration information</title>
78<para>Currently, the only configuration option available is setting the
79default output device. Issue <command>man libao.conf</command> for
80details.</para>
81</sect3>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<para>The <application>libao</application> package contains
89<filename class="libraryfile">libao</filename> libraries and
90plugins.</para>
91
92</sect2>
93
94<sect2><title>Description</title>
95
96<sect3><title>ao libraries</title>
97<para><filename class="libraryfile">libao</filename> libraries provide
98functions for programs wishing to output sound over supported
99platforms.</para></sect3>
100
101</sect2>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.