source: multimedia/libdriv/audiofile.xml@ b141cb2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b141cb2 was 2bf43964, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

LFS-7.3 tags

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

  • Property mode set to 100644
File size: 5.2 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">
[5b38e37]9 <!ENTITY audiofile-md5sum "7bc9e16dd1764a6bea2bea458d9b8d4c">
10 <!ENTITY audiofile-size "488 KB">
11 <!ENTITY audiofile-buildsize "22 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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[9bbd056]23 <title>AudioFile-&audiofile-version;</title>
[ff7ee9c3]24
25 <indexterm zone="audiofile">
[5b38e37]26 <primary sortas="a-AudioFile">AudioFile</primary>
[ff7ee9c3]27 </indexterm>
28
29 <sect2 role="package">
[5b38e37]30 <title>Introduction to AudioFile</title>
[ff7ee9c3]31
[9bbd056]32 <para>
[5b38e37]33 The <application>AudioFile</application> package contains the
[9bbd056]34 audio file libraries and two sound file support programs useful
35 to support basic sound file formats.
36 </para>
[ff7ee9c3]37
[2bf43964]38 &lfs73_checked;
[cedf6b5]39
[ff7ee9c3]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[9bbd056]43 <para>
44 Download (HTTP): <ulink url="&audiofile-download-http;"/>
45 </para>
[ff7ee9c3]46 </listitem>
47 <listitem>
[9bbd056]48 <para>
49 Download (FTP): <ulink url="&audiofile-download-ftp;"/>
50 </para>
[ff7ee9c3]51 </listitem>
52 <listitem>
[9bbd056]53 <para>
54 Download MD5 sum: &audiofile-md5sum;
55 </para>
[ff7ee9c3]56 </listitem>
57 <listitem>
[9bbd056]58 <para>
59 Download size: &audiofile-size;
60 </para>
[ff7ee9c3]61 </listitem>
62 <listitem>
[9bbd056]63 <para>
64 Estimated disk space required: &audiofile-buildsize;
65 </para>
[ff7ee9c3]66 </listitem>
67 <listitem>
[9bbd056]68 <para>
69 Estimated build time: &audiofile-time;
70 </para>
[ff7ee9c3]71 </listitem>
72 </itemizedlist>
73
[5b38e37]74 <bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
[f856738]75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="alsa-lib"/>
79 </para>
[9bbd056]80
[0e2aa08]81 <para condition="html" role="usernotes">User Notes:
[5b38e37]82 <ulink url="&blfs-wiki;/audiofile"/>
83 </para>
[ff7ee9c3]84 </sect2>
85
86 <sect2 role="installation">
[5b38e37]87 <title>Installation of AudioFile</title>
[ff7ee9c3]88
[9bbd056]89 <para>
[5b38e37]90 Install <application>AudioFile</application> by running the following
[9bbd056]91 commands:
92 </para>
[ff7ee9c3]93
[2bf43964]94<screen><userinput>./configure --prefix=/usr &amp;&amp;
[9bbd056]95make</userinput></screen>
[ff7ee9c3]96
[9bbd056]97 <para>
[2bf43964]98 To test the results, issue: <command>make check</command>.
99 Note that the tests will fail if the --disable-static
100 option is used.
[9bbd056]101 </para>
[06d301f]102
[9bbd056]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[ff7ee9c3]106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
[5b38e37]111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/static-libraries.xml"/>
116
117 </sect2>
118
[ff7ee9c3]119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
[9bbd056]124 <segtitle>Installed Libraries</segtitle>
[c3c56b2]125 <segtitle>Installed Directories</segtitle>
[ff7ee9c3]126
127 <seglistitem>
[9bbd056]128 <seg>
129 sfconvert and sfinfo
130 </seg>
131 <seg>
[5b38e37]132 libaudiofile.so
[9bbd056]133 </seg>
[c3c56b2]134 <seg>
135 None
136 </seg>
[ff7ee9c3]137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="sfinfo">
146 <term><command>sfinfo</command></term>
147 <listitem>
[9bbd056]148 <para>
149 displays the sound file format, audio encoding, sampling
150 rate and duration for audio formats supported by this library.
151 </para>
[ff7ee9c3]152 <indexterm zone="audiofile sfinfo">
153 <primary sortas="b-sfinfo">sfinfo</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="sfconvert">
159 <term><command>sfconvert</command></term>
160 <listitem>
[9bbd056]161 <para>
162 converts sound file formats where the original format and
163 destination format are supported by this library.
164 </para>
[ff7ee9c3]165 <indexterm zone="audiofile sfconvert">
166 <primary sortas="b-sfconvert">sfconvert</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libaudiofile">
[5b38e37]172 <term><filename class="libraryfile">libaudiofile.so</filename></term>
[ff7ee9c3]173 <listitem>
[9bbd056]174 <para>
175 contains functions used by programs to support AIFF,
176 AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.
177 </para>
[ff7ee9c3]178 <indexterm zone="audiofile libaudiofile">
[5b38e37]179 <primary sortas="c-libaudiofile">libaudiofile.so</primary>
[ff7ee9c3]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
[f45b1953]187
188</sect1>
Note: See TracBrowser for help on using the repository browser.