Author: randy Date: 2005-04-27 21:42:10 -0600 (Wed, 27 Apr 2005) New Revision: 3815
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/id3lib.xml Log: Added documentation installation, indexing tags and updated build entities in the id3lib instructions Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-04-27 21:18:49 UTC (rev 3814) +++ trunk/BOOK/general.ent 2005-04-28 03:42:10 UTC (rev 3815) @@ -1,4 +1,4 @@ -<!ENTITY day "27"> +<!ENTITY day "28"> <!ENTITY month "04"> <!ENTITY year "2005"> <!ENTITY version "svn-&year;&month;&day;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-27 21:18:49 UTC (rev 3814) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-28 03:42:10 UTC (rev 3815) @@ -22,6 +22,9 @@ <itemizedlist> +<listitem><para>April 28th, 2005 [randy]: Added documentation installation to +the id3lib instructions.</para></listitem> + <listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2, libdv-0.104 and XviD-1.0.3; added Doxygen dependency and documentation installation to the libdvdcss instructions; added documentation installation to the liba52 Modified: trunk/BOOK/multimedia/libdriv/id3lib.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/id3lib.xml 2005-04-27 21:18:49 UTC (rev 3814) +++ trunk/BOOK/multimedia/libdriv/id3lib.xml 2005-04-28 03:42:10 UTC (rev 3815) @@ -6,9 +6,9 @@ <!ENTITY id3lib-download-http "http://prdownloads.sourceforge.net/id3lib/id3lib-&id3lib-version;.tar.gz"> <!ENTITY id3lib-download-ftp " "> <!ENTITY id3lib-md5sum "19f27ddd2dda4b2d26a559a4f0f402a7"> - <!ENTITY id3lib-size "928 KB"> - <!ENTITY id3lib-buildsize "39 MB"> - <!ENTITY id3lib-time "1.01 SBU"> + <!ENTITY id3lib-size "950 KB"> + <!ENTITY id3lib-buildsize "25 MB"> + <!ENTITY id3lib-time "0.6 SBU"> ]> <sect1 id="id3lib" xreflabel="id3lib-&id3lib-version;"> @@ -18,6 +18,8 @@ </sect1info> <?dbhtml filename="id3lib.html"?> <title>id3lib-&id3lib-version;</title> +<indexterm zone="id3lib"> +<primary sortas="a-Id3lib">Id3lib</primary></indexterm> <sect2> <title>Introduction to <application>id3lib</application></title> @@ -48,43 +50,77 @@ following commands:</para> <screen><userinput><command>./configure --prefix=/usr && -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 -m755 -d /usr/share/doc/id3lib-&id3lib-version; && +install -v -m644 doc/*.{gif,jpg,png,ico,css,txt,php,html} \ + /usr/share/doc/id3lib-&id3lib-version;</command></userinput></screen> + </sect2> <sect2> <title>Contents</title> -<para>The id3lib package contains the <filename -class="libraryfile">libid3</filename> library and -<command>id3convert</command>, <command>id3cp</command>, -<command>id3info</command> and <command>id3tag</command>.</para> +<segmentedlist> +<segtitle>Installed Programs</segtitle> +<segtitle>Installed Library</segtitle> +<segtitle>Installed Directories</segtitle> -</sect2> +<seglistitem> +<seg>id3convert, id3cp, id3info and id3tag</seg> +<seg>libid3.[so,a]</seg> +<seg>/usr/include/id3 and /usr/share/doc/id3lib-3.8.3</seg> +</seglistitem> +</segmentedlist> -<sect2><title>Description</title> +<variablelist> +<bridgehead renderas="sect3">Short Descriptions</bridgehead> +<?dbfo list-presentation="list"?> -<sect3><title>libid3</title> -<para><filename class="libraryfile">libid3</filename> -provides functions for the ID3v1/v2 tag editing programs. -</para></sect3> +<varlistentry id="id3convert"> +<term><command>id3convert</command></term> +<listitem><para>converts between ID3v1/v2 tagging formats.</para> +<indexterm zone="id3lib id3convert"> +<primary sortas="b-id3convert">id3convert</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>id3convert</title> -<para><command>id3convert</command> converts between -ID3v1/v2 tagging formats.</para></sect3> +<varlistentry id="id3cp"> +<term><command>id3cp</command></term> +<listitem><para>extracts ID3v1/v2 tags from digital audio files.</para> +<indexterm zone="id3lib id3cp"> +<primary sortas="b-id3cp">id3cp</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>id3cp</title> -<para><command>id3cp</command> extracts ID3v1/v2 tags from -digital audio files.</para></sect3> +<varlistentry id="id3info"> +<term><command>id3info</command></term> +<listitem><para>prints ID3v1/v2 tag contents.</para> +<indexterm zone="id3lib id3info"> +<primary sortas="b-id3info">id3info</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>id3info</title> -<para><command>id3info</command> prints ID3v1/v2 tag -contents.</para></sect3> +<varlistentry id="id3tag"> +<term><command>id3tag</command></term> +<listitem><para>is an utility for editing ID3v1/v2 tags.</para> +<indexterm zone="id3lib id3tag"> +<primary sortas="b-id3tag">id3tag</primary> +</indexterm></listitem> +</varlistentry> -<sect3><title>id3tag</title> -<para><command>id3tag</command> is an utility for editing ID3v1/v2 -tags.</para></sect3> +<varlistentry id="libid3"> +<term><filename class='libraryfile'>libid3.[so,a]</filename></term> +<listitem><para>provides functions for the ID3v1/v2 tag editing +programs as well as other external programs and libraries.</para> +<indexterm zone="id3lib libid3"> +<primary sortas="c-libid3">libid3.[so,a]</primary> +</indexterm></listitem> +</varlistentry> +</variablelist> </sect2> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
