mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
fff6026b8e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17511 af4574ff-66df-0310-9fd7-8a98e5e911e0
180 lines
5.8 KiB
XML
180 lines
5.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY flac-download-http "http://downloads.xiph.org/releases/flac/flac-&flac-version;.tar.xz">
|
|
<!ENTITY flac-download-ftp "ftp://downloads.xiph.org/pub/xiph/releases/flac/flac-&flac-version;.tar.xz">
|
|
<!ENTITY flac-md5sum "b9922c9a0378c88d3e901b234f852698">
|
|
<!ENTITY flac-size "920 KB">
|
|
<!ENTITY flac-buildsize "31 MB (additional 77 MB to run the test suite)">
|
|
<!ENTITY flac-time "0.3 SBU (additional 0.5 SBU to run the test suite)">
|
|
]>
|
|
|
|
<sect1 id="flac" xreflabel="FLAC-&flac-version;">
|
|
<?dbhtml filename="flac.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>FLAC-&flac-version;</title>
|
|
|
|
<indexterm zone="flac">
|
|
<primary sortas="a-FLAC">FLAC</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to FLAC</title>
|
|
|
|
<para><application>FLAC</application> is an audio CODEC similar to
|
|
MP3, but lossless, meaning that audio is compressed without losing any
|
|
information.</para>
|
|
|
|
&lfs79_checked;&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&flac-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&flac-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &flac-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &flac-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &flac-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &flac-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libogg"/>,
|
|
<!-- <xref linkend="xmms"/>, -->
|
|
<xref linkend="nasm"/>,
|
|
<xref linkend="docbook-utils"/>,
|
|
<xref linkend="doxygen"/> and
|
|
<xref linkend="valgrind"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/flac"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of FLAC</title>
|
|
|
|
<para>Install <application>FLAC</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--disable-thorough-tests &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>. Note that
|
|
if you passed the <option>--enable-exhaustive-tests</option> and
|
|
<option>--enable-valgrind-testing</option> parameters to
|
|
<command>configure</command> and then run the test suite, it will take a
|
|
<emphasis>very</emphasis> long time (up to 300 SBUs) and use about 375 MB
|
|
of disk space.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--disable-thorough-tests</parameter>: This parameter is
|
|
used so that the test suite will complete in a reasonable amount of time.
|
|
Remove it if you desire more extensive tests.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>flac and metaflac</seg>
|
|
<seg>libFLAC.so and libFLAC++.so</seg>
|
|
<seg>/usr/include/FLAC, /usr/include/FLAC++ and
|
|
/usr/share/doc/flac-&flac-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="flac-prog">
|
|
<term><command>flac</command></term>
|
|
<listitem>
|
|
<para>is a command-line utility for encoding, decoding and
|
|
converting FLAC files.</para>
|
|
<indexterm zone="flac flac-prog">
|
|
<primary sortas="b-flac">flac</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="metaflac">
|
|
<term><command>metaflac</command></term>
|
|
<listitem>
|
|
<para>is a program for listing, adding, removing, or editing
|
|
metadata in one or more FLAC files.</para>
|
|
<indexterm zone="flac metaflac">
|
|
<primary sortas="b-metaflac">metaflac</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libflac">
|
|
<term><filename class='libraryfile'>libFLAC{,++}.so</filename></term>
|
|
<listitem>
|
|
<para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
|
|
for programs utilizing FLAC.</para>
|
|
<indexterm zone="flac libflac">
|
|
<primary sortas="c-libFLAC">libFLAC{,++}.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<!--
|
|
<varlistentry id="libxmms-flac">
|
|
<term><filename class='libraryfile'>libxmms-flac.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>is a plugin for <application>XMMS</application>.</para>
|
|
<indexterm zone="flac libxmms-flac">
|
|
<primary sortas="c-libxmms-flac">libxmms-flac.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|