source: multimedia/libdriv/flac.xml@ faa80ab

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

Added new package Doxygen-1.3.9.1

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

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