source: multimedia/libdriv/libao.xml@ 18a8da63

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 18a8da63 was c0b9aa94, checked in by Thomas Trepl <thomas@…>, 4 years ago

Tag some multimedia libs/drivers

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

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