source: multimedia/libdriv/audiofile.xml@ 6384c7d

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 6384c7d 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: 6.5 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 audiofile-download-http "&gnome-download-http;/audiofile/0.3/audiofile-&audiofile-version;.tar.xz">
8 <!ENTITY audiofile-download-ftp "&gnome-download-ftp;/audiofile/0.3/audiofile-&audiofile-version;.tar.xz">
9 <!ENTITY audiofile-md5sum "235dde14742317328f0109e9866a8008">
10 <!ENTITY audiofile-size "520 KB">
11 <!ENTITY audiofile-buildsize "18 MB">
12 <!ENTITY audiofile-time "0.6 SBU">
13]>
14
15<sect1 id="audiofile" xreflabel="AudioFile-&audiofile-version;">
16 <?dbhtml filename="audiofile.html"?>
17
18
19 <title>AudioFile-&audiofile-version;</title>
20
21 <indexterm zone="audiofile">
22 <primary sortas="a-AudioFile">AudioFile</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to AudioFile</title>
27
28 <para>
29 The <application>AudioFile</application> package contains the
30 audio file libraries and two sound file support programs useful
31 to support basic sound file formats.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&audiofile-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&audiofile-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &audiofile-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &audiofile-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &audiofile-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &audiofile-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/audiofile-&audiofile-version;-consolidated_patches-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="alsa-lib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="flac"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="asciidoc"/> and
95 <xref linkend="valgrind"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/audiofile"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of AudioFile</title>
105
106 <para>
107 Install <application>AudioFile</application> by running the following
108 commands:
109 </para>
110
111<!-- No longer needed with the patch
112 CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++98" -->
113
114<screen><userinput>patch -Np1 -i ../audiofile-&audiofile-version;-consolidated_patches-1.patch &amp;&amp;
115autoreconf -fiv &amp;&amp;
116
117./configure --prefix=/usr --disable-static &amp;&amp;
118
119make</userinput></screen>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 Note that the tests will fail if the --disable-static
130 option is used and tests are executed before
131 <command>make install</command>. You have three options:
132 </para>
133
134 <para>
135 (a) configure without --disable-static, run the tests, but do not
136 install, then start a fresh build using --disable-static just for
137 installing the package.
138 </para>
139
140 <para>
141 (b) configure with --disable-static, but only run the tests after the
142 package is installed.
143 </para>
144
145 <para>
146 (c) configure with --disable-static, but only run the tests after a
147 DESTDIR install.
148 </para>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/static-libraries.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 sfconvert and sfinfo
171 </seg>
172 <seg>
173 libaudiofile.so
174 </seg>
175 <seg>
176 None
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="sfinfo">
187 <term><command>sfinfo</command></term>
188 <listitem>
189 <para>
190 displays the sound file format, audio encoding, sampling
191 rate and duration for audio formats supported by this library
192 </para>
193 <indexterm zone="audiofile sfinfo">
194 <primary sortas="b-sfinfo">sfinfo</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="sfconvert">
200 <term><command>sfconvert</command></term>
201 <listitem>
202 <para>
203 converts sound file formats where the original format and
204 destination format are supported by this library
205 </para>
206 <indexterm zone="audiofile sfconvert">
207 <primary sortas="b-sfconvert">sfconvert</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libaudiofile">
213 <term><filename class="libraryfile">libaudiofile.so</filename></term>
214 <listitem>
215 <para>
216 contains functions used by programs to support AIFF,
217 AIFF-compressed, Sun/NeXT, WAV and BIC audio formats
218 </para>
219 <indexterm zone="audiofile libaudiofile">
220 <primary sortas="c-libaudiofile">libaudiofile.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.