source: multimedia/libdriv/flac.xml@ 06a5391

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 06a5391 was 06a5391, checked in by Randy McMurchy <randy@…>, 19 years ago

Finished adding md5sums to Chapter 37 package instructions

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

  • Property mode set to 100644
File size: 4.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 flac-download-http "http://prdownloads.sourceforge.net/flac/flac-&flac-version;.tar.gz">
7 <!ENTITY flac-download-ftp " ">
8 <!ENTITY flac-md5sum "c6ccddccf8ad344065698047c2fc7280">
9 <!ENTITY flac-size "1.4 MB">
10 <!ENTITY flac-buildsize "33 MB">
11 <!ENTITY flac-time "0.71 SBU">
12]>
13
14<sect1 id="flac" xreflabel="FLAC-&flac-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="flac.html"?>
20<title>FLAC-&flac-version;</title>
21
22<sect2>
23<title>Introduction to
24<application><acronym>FLAC</acronym></application></title>
25
26<para><application><acronym>FLAC</acronym></application> is an audio
27<acronym>CODEC</acronym> similar to <filename>MP3</filename>, but
28lossless, meaning that audio is compressed without losing any
29information.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP):
34<ulink url="&flac-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&flac-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &flac-md5sum;</para></listitem>
38<listitem><para>Download size: &flac-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&flac-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&flac-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application><acronym>FLAC</acronym></application>
46dependencies</title>
47<sect4><title>Optional</title>
48<para><xref linkend="libogg"/>,
49<xref linkend="xmms"/>,
50<xref linkend="NASM"/>,
51<xref linkend="docbook-utils"/>,
52<xref linkend="doxygen"/> and
53<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application><acronym>FLAC</acronym></application>
61</title>
62
63<para>Install <application><acronym>FLAC</acronym></application> by running the
64following commands:</para>
65
66<screen><userinput><command>LIBS=-lm ./configure --prefix=/usr &amp;&amp;
67make &amp;&amp;
68make install</command></userinput></screen>
69
70<note><para>If you run the <command>make check</command> tests, it will take a
71<emphasis>very</emphasis> long time (about 34 SBUs) and use about 100
72<acronym>MB</acronym> of disk space.</para></note>
73
74</sect2>
75
76<sect2><title>Command explanations</title>
77<para><command>LIBS=-lm ./configure --prefix=/usr</command>:
78<filename class="libraryfile">libFLAC</filename> uses a function from the math
79library but is not linked with <filename class="libraryfile">libm</filename>.
80Passing the environment variable to <command>configure</command> satisfies
81this dependency.</para>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<para>The <acronym>FLAC</acronym> package contains
89<command>flac</command>,
90<command>metaflac</command>,
91<filename class="libraryfile">libFLAC</filename>,
92<filename class="libraryfile">libFLAC++</filename>,
93<filename class="libraryfile">libOggFLAC</filename>,
94<filename class="libraryfile">libOggFLAC++</filename> and
95<filename class="libraryfile">libxmms-flac</filename>.</para>
96
97</sect2>
98
99<sect2><title>Description</title>
100
101<sect3><title>flac</title>
102<para><command>flac</command> is a command-line utility for
103encoding, decoding and converting <acronym>FLAC</acronym>
104files.</para></sect3>
105
106<sect3><title>metaflac</title>
107<para><command>metaflac</command> is a program for listing, adding,
108removing, or editing metadata in one or more <acronym>FLAC</acronym>
109files.</para></sect3>
110
111<sect3><title>libFLAC, libFLAC++, libOggFLAC and libOggFLAC++</title>
112<para>These libraries provide native
113<acronym>FLAC</acronym> and Ogg <acronym>FLAC</acronym> C/C++
114<acronym>API</acronym>s for programs utilizing
115<acronym>FLAC</acronym>.</para></sect3>
116
117<sect3><title>libxmms-flac</title>
118<para><filename class="libraryfile">libxmms-flac</filename> is a plugin
119for <application><acronym>XMMS</acronym></application>.</para></sect3>
120
121</sect2>
122
123</sect1>
Note: See TracBrowser for help on using the repository browser.