Author: randy Date: 2005-04-27 13:53:06 -0600 (Wed, 27 Apr 2005) New Revision: 3813
Modified: trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/liba52.xml Log: Added documentation installation and indexing tags to the liba52 instructions Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-27 19:01:48 UTC (rev 3812) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-27 19:53:06 UTC (rev 3813) @@ -24,7 +24,8 @@ <listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2 and libdv-0.104; added Doxygen dependency and documentation installation to the -libdvdcss instructions.</para></listitem> +libdvdcss instructions; added documentation installation to the liba52 +instructions.</para></listitem> <listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and libao-0.8.6; added a download URL to the PassiveTeX dependency in the Modified: trunk/BOOK/multimedia/libdriv/liba52.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/liba52.xml 2005-04-27 19:01:48 UTC (rev 3812) +++ trunk/BOOK/multimedia/libdriv/liba52.xml 2005-04-27 19:53:06 UTC (rev 3813) @@ -7,8 +7,8 @@ <!ENTITY liba52-download-ftp " "> <!ENTITY liba52-md5sum "caa9f5bc44232dc8aeea773fea56be80"> <!ENTITY liba52-size "236 KB"> - <!ENTITY liba52-buildsize "2.8 MB"> - <!ENTITY liba52-time "0.07 SBU"> + <!ENTITY liba52-buildsize "2.5 MB"> + <!ENTITY liba52-time "less than 0.1 SBU"> ]> <sect1 id="liba52" xreflabel="liba52-&liba52-version;"> @@ -18,6 +18,8 @@ </sect1info> <?dbhtml filename="liba52.html"?> <title>liba52-&liba52-version;</title> +<indexterm zone="liba52"> +<primary sortas="a-Liba52">Liba52</primary></indexterm> <sect2> <title>Introduction to <application>liba52</application></title> @@ -50,37 +52,62 @@ following commands:</para> <screen><userinput><command>./configure --prefix=/usr --enable-shared && -make && -make install</command></userinput></screen> +make</command></userinput></screen> +<para>Now, as the root user:</para> + +<screen><userinput role='root'><command>make install && +install -v -m644 -D doc/liba52.txt \ + /usr/share/doc/liba52-&liba52-version;/liba52.txt</command></userinput></screen> + </sect2> <sect2> <title>Contents</title> -<para>The liba52 package contains <command>a52dec</command>, -<command>extract_a52</command> and <filename -class="libraryfile">liba52</filename>. +<segmentedlist> +<segtitle>Installed Programs</segtitle> +<segtitle>Installed Library</segtitle> +<segtitle>Installed Directories</segtitle> -</para> +<seglistitem> +<seg>a52dec and extract_a52</seg> +<seg>liba52.[so,a]</seg> +<seg>/usr/include/a52dec and /usr/share/doc/liba52-&liba52-version;</seg> +</seglistitem> +</segmentedlist> -</sect2> +<variablelist> +<bridgehead renderas="sect3">Short Descriptions</bridgehead> +<?dbfo list-presentation="list"?> -<sect2><title>Description</title> +<varlistentry id="a52dec"> +<term><command>a52dec</command></term> +<listitem><para>plays <acronym>ATSC</acronym> A/52 audio streams.</para> +<indexterm zone="liba52 a52dec"> +<primary sortas="b-a52dec">a52dec</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>a52dec</title> -<para><command>a52dec</command> plays <acronym>ATSC</acronym> A/52 audio -streams.</para></sect3> +<varlistentry id="extract_a52"> +<term><command>extract_a52</command></term> +<listitem><para>extracts <acronym>ATSC</acronym> A/52 audio from an +<acronym>MPEG</acronym> stream.</para> +<indexterm zone="liba52 extract_a52"> +<primary sortas="b-extract_a52">extract_a52</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>extract_a52</title> -<para><command>extract_a52</command> extracts <acronym>ATSC</acronym> A/52 -audio from an <acronym>MPEG</acronym> stream.</para></sect3> +<varlistentry id="liba52-lib"> +<term><filename class='libraryfile'>liba52.[so,a]</filename></term> +<listitem><para>provides functions for the programs dealing with +<acronym>ATSC</acronym> A/52 streams.</para> +<indexterm zone="liba52 liba52-lib"> +<primary sortas="c-liba52">liba52.[so,a]</primary> +</indexterm></listitem> +</varlistentry> +</variablelist> -<sect3><title>liba52</title> -<para><filename class="libraryfile">liba52</filename> provides functions -for the programs dealing with <acronym>ATSC</acronym> A/52 -streams.</para></sect3> - </sect2> </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
