source: multimedia/libdriv/flac.xml@ 2b9eb80

11.3 12.0 12.1 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2b9eb80 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[0b67514]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;
[e470a4c]6
[8dfc5c3]7 <!ENTITY flac-download-http "https://downloads.xiph.org/releases/flac/flac-&flac-version;.tar.xz">
[562cd08]8 <!ENTITY flac-download-ftp " ">
[559d08c]9 <!ENTITY flac-md5sum "ca9140f37b286d2571e37d66aae50f92">
[fb45bfd]10 <!ENTITY flac-size "1.0 MB">
[559d08c]11 <!ENTITY flac-buildsize "21 MB (additional 165 MB to run the test suite)">
[4483a9a]12 <!ENTITY flac-time "0.2 SBU (additional 0.6 SBU to run the test suite)">
[48b7295]13]>
14
[61cc896]15<sect1 id="flac" xreflabel="FLAC-&flac-version;">
[0b67514]16 <?dbhtml filename="flac.html"?>
17
18
19 <title>FLAC-&flac-version;</title>
20
21 <indexterm zone="flac">
22 <primary sortas="a-FLAC">FLAC</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to FLAC</title>
27
[2eeb8695]28 <para>
29 <application>FLAC</application> is an audio CODEC similar to
30 MP3, but lossless, meaning that audio is compressed without losing any
31 information.
32 </para>
[0b67514]33
[b5d7180]34 &lfs112_checked;
[1c65bfd]35
[0b67514]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&flac-download-http;"/>
41 </para>
[0b67514]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&flac-download-ftp;"/>
46 </para>
[0b67514]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &flac-md5sum;
51 </para>
[0b67514]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &flac-size;
56 </para>
[0b67514]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &flac-buildsize;
61 </para>
[0b67514]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &flac-time;
66 </para>
[0b67514]67 </listitem>
68 </itemizedlist>
69
[4483a9a]70 <!--
[41f721e]71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72
73 <itemizedlist spacing="compact">
74 <listitem>
75 <para>
76 Required patch:
77 <ulink url="&patch-root;/flac-&flac-version;-security_fixes-1.patch"/>
78 </para>
79 </listitem>
80 </itemizedlist>
[4483a9a]81 -->
[41f721e]82
[0b67514]83 <bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
[35bf1ea]86 <para role="optional">
87 <xref linkend="libogg"/>,
[efdd9de]88 <xref linkend="nasm"/>,
[35bf1ea]89 <xref linkend="docbook-utils"/>,
[4483a9a]90 <xref linkend="doxygen"/>,
91 <xref linkend="valgrind"/>, and
92 <ulink url="https://xmms.org">xmms</ulink>
[35bf1ea]93 </para>
[0b67514]94
[0e2aa08]95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/flac"/></para>
97
[0b67514]98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of FLAC</title>
102
[2eeb8695]103 <para>
104 Install <application>FLAC</application> by running the
105 following commands:
106 </para>
[0b67514]107
[4483a9a]108<screen><userinput>./configure --prefix=/usr \
[41f721e]109 --disable-thorough-tests \
110 --docdir=/usr/share/doc/flac-&flac-version; &amp;&amp;
[0b67514]111make</userinput></screen>
112
[2eeb8695]113 <para>
114 To test the results, issue: <command>make check</command>. Note that
115 if you passed the <option>--enable-exhaustive-tests</option> and
116 <option>--enable-valgrind-testing</option> parameters to
117 <command>configure</command> and then run the test suite, it will take a
118 <emphasis>very</emphasis> long time (up to 300 SBUs) and use about 375 MB
119 of disk space.
120 </para>
[464127ba]121
[2eeb8695]122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
[0b67514]125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
[2eeb8695]133 <para>
134 <parameter>--disable-thorough-tests</parameter>: This parameter is
135 used so that the test suite will complete in a reasonable amount of time.
136 Remove it if you desire more extensive tests.
137 </para>
[0b67514]138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>flac and metaflac</seg>
[9de0170]151 <seg>libFLAC.so and libFLAC++.so</seg>
[086d326]152 <seg>/usr/include/FLAC, /usr/include/FLAC++ and
153 /usr/share/doc/flac-&flac-version;</seg>
[0b67514]154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="flac-prog">
163 <term><command>flac</command></term>
164 <listitem>
[2eeb8695]165 <para>
166 is a command-line utility for encoding, decoding and
[4c24eb0a]167 converting FLAC files
[2eeb8695]168 </para>
[0b67514]169 <indexterm zone="flac flac-prog">
170 <primary sortas="b-flac">flac</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="metaflac">
176 <term><command>metaflac</command></term>
177 <listitem>
[2eeb8695]178 <para>
179 is a program for listing, adding, removing, or editing
[4c24eb0a]180 metadata in one or more FLAC files
[2eeb8695]181 </para>
[0b67514]182 <indexterm zone="flac metaflac">
183 <primary sortas="b-metaflac">metaflac</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libflac">
[4c24eb0a]189 <term><filename class="libraryfile">libFLAC{,++}.so</filename></term>
[0b67514]190 <listitem>
[2eeb8695]191 <para>
192 these libraries provide native FLAC and Ogg FLAC C/C++ APIs
[4c24eb0a]193 for programs utilizing FLAC
[2eeb8695]194 </para>
[0b67514]195 <indexterm zone="flac libflac">
[9de0170]196 <primary sortas="c-libFLAC">libFLAC{,++}.so</primary>
[0b67514]197 </indexterm>
198 </listitem>
199 </varlistentry>
200
[9de0170]201<!--
[0b67514]202 <varlistentry id="libxmms-flac">
[4c24eb0a]203 <term><filename class="libraryfile">libxmms-flac.{so,a}</filename></term>
[0b67514]204 <listitem>
[2eeb8695]205 <para>
206 is a plugin for <application>XMMS</application>.
207 </para>
[0b67514]208 <indexterm zone="flac libxmms-flac">
[0e2aa08]209 <primary sortas="c-libxmms-flac">libxmms-flac.{so,a}</primary>
[0b67514]210 </indexterm>
211 </listitem>
212 </varlistentry>
[9de0170]213-->
[0b67514]214
215 </variablelist>
216
217 </sect2>
[61cc896]218
219</sect1>
Note: See TracBrowser for help on using the repository browser.