Author: manuel
Date: 2005-05-09 14:02:25 -0600 (Mon, 09 May 2005)
New Revision: 4080

Modified:
   trunk/BOOK/multimedia/libdriv/flac.xml
Log:
Tagged flac.xml

Modified: trunk/BOOK/multimedia/libdriv/flac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/flac.xml      2005-05-09 19:42:39 UTC (rev 
4079)
+++ trunk/BOOK/multimedia/libdriv/flac.xml      2005-05-09 20:02:25 UTC (rev 
4080)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
   <!ENTITY % general-entities SYSTEM "../../general.ent">
@@ -12,117 +13,161 @@
 ]>
 
 <sect1 id="flac" xreflabel="FLAC-&flac-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="flac.html"?>
-<title>FLAC-&flac-version;</title>
+  <?dbhtml filename="flac.html"?>
 
-<sect2>
-<title>Introduction to 
-<application><acronym>FLAC</acronym></application></title>
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
 
-<para><application><acronym>FLAC</acronym></application> is an audio
-<acronym>CODEC</acronym> similar to <filename>MP3</filename>, but
-lossless, meaning that audio is compressed without losing any
-information.</para>
+  <title>FLAC-&flac-version;</title>
 
-<sect3><title>Package information</title>
-<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>
-</sect3>
+  <indexterm zone="flac">
+    <primary sortas="a-FLAC">FLAC</primary>
+  </indexterm>
 
-<sect3><title><application><acronym>FLAC</acronym></application> 
-dependencies</title>
-<sect4><title>Optional</title>
-<para><xref linkend="libogg"/>, 
-<xref linkend="xmms"/>, 
-<xref linkend="NASM"/>, 
-<xref linkend="docbook-utils"/>, 
-<xref linkend="doxygen"/> and 
-<ulink url="http://valgrind.kde.org/";>Valgrind</ulink></para>
-</sect4>
-</sect3>
+  <sect2 role="package">
+    <title>Introduction to FLAC</title>
 
-</sect2>
+    <para><application>FLAC</application> is an audio CODEC similar to 
+    MP3, but lossless, meaning that audio is compressed without losing any
+    information.</para>
 
-<sect2>
-<title>Installation of <application><acronym>FLAC</acronym></application>
-</title>
+    <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>
 
-<para>Install <application><acronym>FLAC</acronym></application> by running the
-following commands:</para>
+    <bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
 
-<screen><userinput><command>LIBS=-lm ./configure --prefix=/usr &amp;&amp;
-make</command></userinput></screen>
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para><xref linkend="libogg"/>, 
+    <xref linkend="xmms"/>, 
+    <xref linkend="NASM"/>, 
+    <xref linkend="docbook-utils"/>, 
+    <xref linkend="doxygen"/> and 
+    <ulink url="http://valgrind.kde.org/";>Valgrind</ulink></para>
 
-<para>Now, as the root user:</para>
+  </sect2>
 
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+  <sect2 role="installation">
+    <title>Installation of FLAC</title>
 
-<note><para>If you passed the <option>--enable-exhaustive-tests</option> and 
-<option>--enable-valgrind-testing</option> parameters to 
-<command>configure</command> and then run the <command>make check</command> 
-tests, it will take a <emphasis>very</emphasis> long time (about 150 SBUs) 
-and use about 375 <acronym>MB</acronym> of disk space.</para></note>
+    <para>Install <application>FLAC</application> by running the
+    following commands:</para>
 
-</sect2>
+<screen><userinput>LIBS=-lm ./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
 
-<sect2><title>Command explanations</title>
-<para><command>LIBS=-lm ./configure --prefix=/usr</command>: 
-<filename class="libraryfile">libFLAC</filename> uses a function from the math 
-library but is not linked with <filename class="libraryfile">libm</filename>. 
-Passing the environment variable to <command>configure</command> satisfies 
-this dependency.</para>
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-</sect2>
+<screen role="root"><userinput>make install</userinput></screen>
 
-<sect2>
-<title>Contents</title>
+    <note>
+      <para>If you passed the <option>--enable-exhaustive-tests</option> and 
+      <option>--enable-valgrind-testing</option> parameters to 
+      <command>configure</command> and then run the 
+      <command>make check</command> tests, it will take a 
+      <emphasis>very</emphasis> long time (about 150 SBUs) and use 
+      about 375 MB of disk space.</para>
+    </note>
 
-<para>The <acronym>FLAC</acronym> package contains
-<command>flac</command>, 
-<command>metaflac</command>,
-<filename class="libraryfile">libFLAC</filename>,
-<filename class="libraryfile">libFLAC++</filename>,
-<filename class="libraryfile">libOggFLAC</filename>,
-<filename class="libraryfile">libOggFLAC++</filename> and
-<filename class="libraryfile">libxmms-flac</filename>.</para>
+  </sect2>
 
-</sect2>
+  <sect2 role="commands">
+    <title>Command Explanations</title>
 
-<sect2><title>Description</title>
+    <para><command>LIBS=-lm ./configure --prefix=/usr</command>: 
+    <filename class="libraryfile">libFLAC</filename> uses a function from the 
math 
+    library but is not linked with <filename 
class="libraryfile">libm</filename>. 
+    Passing the environment variable to <command>configure</command> satisfies 
+    this dependency.</para>
 
-<sect3><title>flac</title>
-<para><command>flac</command> is a command-line utility for
-encoding, decoding and converting <acronym>FLAC</acronym>
-files.</para></sect3>
+  </sect2>
 
-<sect3><title>metaflac</title>
-<para><command>metaflac</command> is a program for listing, adding,
-removing, or editing metadata in one or more <acronym>FLAC</acronym>
-files.</para></sect3>
+  <sect2 role="content">
+    <title>Contents</title>
 
-<sect3><title>libFLAC, libFLAC++, libOggFLAC and libOggFLAC++</title>
-<para>These libraries provide native
-<acronym>FLAC</acronym> and Ogg <acronym>FLAC</acronym> C/C++
-<acronym>API</acronym>s for programs utilizing
-<acronym>FLAC</acronym>.</para></sect3>
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
-<sect3><title>libxmms-flac</title>
-<para><filename class="libraryfile">libxmms-flac</filename> is a plugin
-for <application><acronym>XMMS</acronym></application>.</para></sect3>
+      <seglistitem>
+        <seg>flac and metaflac</seg>
+        <seg>libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a], 
+        libOggFLAC++.[so,a], and libxmms-flac.[so,a]</seg>
+        <seg></seg>
+      </seglistitem>
+    </segmentedlist>
 
-</sect2>
+    <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'>lib[,Ogg]FLAC[,++].[so,a]</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">lib[,Ogg]FLAC[,++].[so,a]</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>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to