source: multimedia/libdriv/libao.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 05eb990a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libao-download-http "https://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
8 <!ENTITY libao-download-ftp " ">
9 <!ENTITY libao-md5sum "9f5dd20d7e95fd0dd72df5353829f097">
10 <!ENTITY libao-size "456 KB">
11 <!ENTITY libao-buildsize "3.9 MB">
12 <!ENTITY libao-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libao" xreflabel="libao-&libao-version;">
16 <?dbhtml filename="libao.html"?>
17
18
19 <title>Libao-&libao-version;</title>
20
21 <indexterm zone="libao">
22 <primary sortas="a-Libao">Libao</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Libao</title>
27
28 <para>
29 The <application>libao</application> package contains a
30 cross-platform audio library. This is useful to output audio on a wide
31 variety of platforms. It currently supports WAV files, OSS (Open Sound
32 System), ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound
33 Architecture), NAS (Network Audio system), aRTS (analog Real-Time
34 Synthesizer), and PulseAudio (next generation
35 <application>GNOME</application> sound architecture).
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libao-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libao-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libao-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libao-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libao-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libao-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Libao Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="x-window-system"/>,
79 <xref linkend="alsa"/>, and
80 <xref linkend='pulseaudio'/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libao"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Libao</title>
90
91 <para>
92 Install <application>libao</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install &amp;&amp;
108install -v -m644 README /usr/share/doc/libao-&libao-version;</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="configuration">
113 <title>Configuring Libao</title>
114
115 <sect3 id="libao-config">
116 <title>Config Files</title>
117
118 <para>
119 <filename>/etc/libao.conf</filename> and
120 <filename>~/.libao</filename>
121 </para>
122
123 <indexterm zone="libao libao-config">
124 <primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
125 </indexterm>
126
127 <indexterm zone="libao libao-config">
128 <primary sortas="e-AA.libao">~/.libao</primary>
129 </indexterm>
130
131 </sect3>
132
133 <sect3>
134 <title>Configuration Information</title>
135
136 <para>
137 Currently, the only configuration option available is setting the
138 default output device. Issue <command>man libao.conf</command>
139 for details.
140 </para>
141
142 </sect3>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>None</seg>
156 <seg>libao.so and plugins under /usr/lib/ao/plugins-4</seg>
157 <seg>/usr/include/ao, /usr/lib/ao and /usr/share/doc/libao-&libao-version;</seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libao-lib">
167 <term><filename class="libraryfile">libao.so</filename></term>
168 <listitem>
169 <para>
170 provides functions for programs wishing to output sound over
171 supported platforms
172 </para>
173 <indexterm zone="libao libao-lib">
174 <primary sortas="c-libao">libao.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.