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@…>, 19 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
RevLine 
[ff7ee9c3]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[4a21942]6
[9bbd056]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">
[6d8f6dc]9 <!ENTITY audiofile-md5sum "235dde14742317328f0109e9866a8008">
10 <!ENTITY audiofile-size "520 KB">
11 <!ENTITY audiofile-buildsize "18 MB">
[f856738]12 <!ENTITY audiofile-time "0.6 SBU">
[48b7295]13]>
[4a21942]14
[9bbd056]15<sect1 id="audiofile" xreflabel="AudioFile-&audiofile-version;">
[ff7ee9c3]16 <?dbhtml filename="audiofile.html"?>
17
18
[9bbd056]19 <title>AudioFile-&audiofile-version;</title>
[ff7ee9c3]20
21 <indexterm zone="audiofile">
[5b38e37]22 <primary sortas="a-AudioFile">AudioFile</primary>
[ff7ee9c3]23 </indexterm>
24
25 <sect2 role="package">
[5b38e37]26 <title>Introduction to AudioFile</title>
[ff7ee9c3]27
[9bbd056]28 <para>
[5b38e37]29 The <application>AudioFile</application> package contains the
[9bbd056]30 audio file libraries and two sound file support programs useful
31 to support basic sound file formats.
32 </para>
[ff7ee9c3]33
[650ddb8]34 &lfs112_checked;
[cedf6b5]35
[ff7ee9c3]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[9bbd056]39 <para>
40 Download (HTTP): <ulink url="&audiofile-download-http;"/>
41 </para>
[ff7ee9c3]42 </listitem>
43 <listitem>
[9bbd056]44 <para>
45 Download (FTP): <ulink url="&audiofile-download-ftp;"/>
46 </para>
[ff7ee9c3]47 </listitem>
48 <listitem>
[9bbd056]49 <para>
50 Download MD5 sum: &audiofile-md5sum;
51 </para>
[ff7ee9c3]52 </listitem>
53 <listitem>
[9bbd056]54 <para>
55 Download size: &audiofile-size;
56 </para>
[ff7ee9c3]57 </listitem>
58 <listitem>
[9bbd056]59 <para>
60 Estimated disk space required: &audiofile-buildsize;
61 </para>
[ff7ee9c3]62 </listitem>
63 <listitem>
[9bbd056]64 <para>
65 Estimated build time: &audiofile-time;
66 </para>
[ff7ee9c3]67 </listitem>
68 </itemizedlist>
69
[68bc1fb0]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
[5b38e37]80 <bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
[f856738]81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="alsa-lib"/>
85 </para>
[9bbd056]86
[6d8f6dc]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">
[8558044]94 <xref linkend="asciidoc"/> and
[f1607a4]95 <xref linkend="valgrind"/>
[6d8f6dc]96 </para>
97
[0e2aa08]98 <para condition="html" role="usernotes">User Notes:
[5b38e37]99 <ulink url="&blfs-wiki;/audiofile"/>
100 </para>
[ff7ee9c3]101 </sect2>
102
103 <sect2 role="installation">
[5b38e37]104 <title>Installation of AudioFile</title>
[ff7ee9c3]105
[9bbd056]106 <para>
[5b38e37]107 Install <application>AudioFile</application> by running the following
[9bbd056]108 commands:
109 </para>
[ff7ee9c3]110
[68bc1fb0]111<!-- No longer needed with the patch
112 CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++98" -->
113
[ca88cb8]114<screen><userinput>patch -Np1 -i ../audiofile-&audiofile-version;-consolidated_patches-1.patch &amp;&amp;
[68bc1fb0]115autoreconf -fiv &amp;&amp;
116
117./configure --prefix=/usr --disable-static &amp;&amp;
[41d241e]118
[9bbd056]119make</userinput></screen>
[ff7ee9c3]120
[9bbd056]121 <para>
[41d241e]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>.
[2bf43964]129 Note that the tests will fail if the --disable-static
[41d241e]130 option is used and tests are executed before
131 <command>make install</command>. You have three options:
[9bbd056]132 </para>
[06d301f]133
[9bbd056]134 <para>
[41d241e]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.
[9bbd056]138 </para>
[ff7ee9c3]139
[41d241e]140 <para>
141 (b) configure with --disable-static, but only run the tests after the
142 package is installed.
143 </para>
144
145 <para>
[5c33f429]146 (c) configure with --disable-static, but only run the tests after a
[41d241e]147 DESTDIR install.
148 </para>
[ff7ee9c3]149
150 </sect2>
151
[5b38e37]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
[ff7ee9c3]160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
[9bbd056]165 <segtitle>Installed Libraries</segtitle>
[c3c56b2]166 <segtitle>Installed Directories</segtitle>
[ff7ee9c3]167
168 <seglistitem>
[9bbd056]169 <seg>
170 sfconvert and sfinfo
171 </seg>
172 <seg>
[5b38e37]173 libaudiofile.so
[9bbd056]174 </seg>
[c3c56b2]175 <seg>
176 None
177 </seg>
[ff7ee9c3]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>
[9bbd056]189 <para>
190 displays the sound file format, audio encoding, sampling
[4c24eb0a]191 rate and duration for audio formats supported by this library
[9bbd056]192 </para>
[ff7ee9c3]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>
[9bbd056]202 <para>
203 converts sound file formats where the original format and
[4c24eb0a]204 destination format are supported by this library
[9bbd056]205 </para>
[ff7ee9c3]206 <indexterm zone="audiofile sfconvert">
207 <primary sortas="b-sfconvert">sfconvert</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libaudiofile">
[5b38e37]213 <term><filename class="libraryfile">libaudiofile.so</filename></term>
[ff7ee9c3]214 <listitem>
[9bbd056]215 <para>
216 contains functions used by programs to support AIFF,
[4c24eb0a]217 AIFF-compressed, Sun/NeXT, WAV and BIC audio formats
[9bbd056]218 </para>
[ff7ee9c3]219 <indexterm zone="audiofile libaudiofile">
[5b38e37]220 <primary sortas="c-libaudiofile">libaudiofile.so</primary>
[ff7ee9c3]221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
[f45b1953]228
229</sect1>
Note: See TracBrowser for help on using the repository browser.