source: multimedia/libdriv/audiofile.xml@ 512e6761

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 512e6761 was 512e6761, checked in by Randy McMurchy <randy@…>, 20 years ago

Added pkgconfig as an optional dependency of GTK+, Audio File and EsoundD

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY audiofile-download-http "http://www.68k.org/~michael/audiofile/audiofile-&audiofile-version;.tar.gz">
7 <!ENTITY audiofile-download-ftp " ">
8 <!ENTITY audiofile-size "354 KB">
9 <!ENTITY audiofile-buildsize "9.5 MB">
10 <!ENTITY audiofile-time "0.27 SBU">
11]>
12<sect1 id="audiofile" xreflabel="Audio File-&audiofile-version;">
13<?dbhtml filename="audiofile.html"?>
14<title>Audio File-&audiofile-version;</title>
15
16<sect2>
17<title>Introduction to <application>Audio File</application></title>
18
19<para>The <application>Audio File</application> package contains the audio file
20libraries and two sound file support programs. These are useful to support
21basic sound file formats.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink
26url="&audiofile-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink
28url="&audiofile-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &audiofile-size;</para></listitem>
30<listitem><para>Estimated Disk space required:
31&audiofile-buildsize;</para></listitem>
32<listitem><para>Estimated build time:
33&audiofile-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title><application>Audio File</application> dependencies</title>
37<sect4><title>Optional</title>
38<para><xref linkend="pkgconfig"/></para>
39</sect4></sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>Audio File</application></title>
45
46<para>Install <application>Audio File</application> by running the following
47commands:</para>
48
49<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
50make &amp;&amp;
51make install</command></userinput></screen>
52
53</sect2>
54
55<sect2>
56<title>Contents</title>
57
58<para>The <application>Audio File</application> package contains
59<filename class="libraryfile">libaudiofile</filename> libraries,
60<command>audiofile-config</command>, <command>sfinfo</command> and
61<command>sfconvert</command>.</para>
62
63</sect2>
64
65<sect2><title>Description</title>
66
67<sect3><title>libaudiofile library</title>
68<para>The <filename>libaudiofile</filename> library is used by programs
69to support <acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed,
70Sun/NeXT, <acronym>WAV</acronym> and <acronym>BIC</acronym> audio
71formats.</para></sect3>
72
73<sect3><title>audiofile-config</title>
74<para>The <command>audiofile-config</command> script is used during the compile
75process by programs linking to this library.</para></sect3>
76
77<sect3><title>sfinfo</title>
78<para>The <command>sfinfo</command> program displays the sound file format,
79audio encoding, sampling rate and duration for audio formats supported by this
80library.</para></sect3>
81
82<sect3><title>sfconvert</title>
83<para>The <command>sfconvert</command> program converts sound file formats
84where the original format and destination format are supported by this library.
85</para></sect3>
86
87</sect2>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.