Author: randy
Date: 2005-04-27 09:38:08 -0600 (Wed, 27 Apr 2005)
New Revision: 3810

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libdvdcss.xml
Log:
Added Doxygen dependency, instructions to install HTML documentation and 
indexing tags to the libdvdcss instructions

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-04-27 13:41:24 UTC 
(rev 3809)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-04-27 15:38:08 UTC 
(rev 3810)
@@ -22,8 +22,9 @@
 
 <itemizedlist>
 
-<listitem><para>April 27th, 2005 [randy]: Updated to 
-FLAC-1.1.2.</para></listitem>
+<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2; added 
+Doxygen dependency and documentation installation to the libdvdcss 
+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/libdvdcss.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2005-04-27 13:41:24 UTC (rev 
3809)
+++ trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2005-04-27 15:38:08 UTC (rev 
3810)
@@ -7,8 +7,8 @@
   <!ENTITY libdvdcss-download-ftp  
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-&libdvdcss-version;.tar.bz2";>
   <!ENTITY libdvdcss-md5sum        "0749d05f4cc14daaf20af9e40fd6a2f0">
   <!ENTITY libdvdcss-size          "205 KB">
-  <!ENTITY libdvdcss-buildsize     "2.6 MB">
-  <!ENTITY libdvdcss-time          "0.07 SBU">
+  <!ENTITY libdvdcss-buildsize     "2.5 MB">
+  <!ENTITY libdvdcss-time          "less than 0.1 SBU">
 ]>
 
 <sect1 id="libdvdcss" xreflabel="libdvdcss-&libdvdcss-version;">
@@ -18,6 +18,8 @@
 </sect1info>
 <?dbhtml filename="libdvdcss.html"?>
 <title>libdvdcss-&libdvdcss-version;</title>
+<indexterm zone="libdvdcss">
+<primary sortas="a-Libdvdcss">Libdvdcss</primary></indexterm>
 
 <sect2>
 <title>Introduction to <application>libdvdcss</application></title>
@@ -40,6 +42,12 @@
 &libdvdcss-time;</para></listitem></itemizedlist>
 </sect3>
 
+<sect3><title><application>libdvdcss</application> dependencies</title>
+<sect4><title>Optional</title>
+<para><xref linkend="doxygen"/></para>
+</sect4>
+</sect3>
+
 </sect2>
 
 <sect2>
@@ -49,25 +57,54 @@
 following commands:</para>
 
 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</command></userinput></screen>
+make</command></userinput></screen>
 
+<para>If you have <application>Doxygen</application> installed and wish to 
+build the <acronym>HTML</acronym> documentation, issue the following 
+command:</para>
+
+<screen><userinput><command>make -C doc doc</command></userinput></screen>
+
+<para>Now, as the root user:</para>
+
+<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+
+<para>If you built the <acronym>HTML</acronym> documentation, install it using 
+the following commands as the root user:</para>
+
+<screen><userinput role='root'><command>install -v -m755 -d 
/usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
+install -v -m644 doc/html/* 
/usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen>
+
 </sect2>
 
 <sect2>
 <title>Contents</title>
 
-<para>The libdvdcss package contains the 
-<filename class="libraryfile">libdvdcss</filename> library.</para>
+<segmentedlist>
+<segtitle>Installed Programs</segtitle>
+<segtitle>Installed Library</segtitle>
+<segtitle>Installed Directories</segtitle>
 
-</sect2>
+<seglistitem>
+<seg>None</seg>
+<seg>libdvdcss.[so,a]</seg>
+<seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg>
+</seglistitem>
+</segmentedlist>
 
-<sect2><title>Description</title>
+<variablelist>
+<bridgehead renderas="sect3">Short Descriptions</bridgehead>
+<?dbfo list-presentation="list"?>
 
-<sect3><title>libdvdcss</title>
-<para><filename class="libraryfile">libdvdcss</filename> provides the 
-functionality that is required for transparent <acronym>DVD</acronym> access 
-with <acronym>CSS</acronym> decryption.</para></sect3>
+<varlistentry id="libdvdcss-lib">
+<term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term>
+<listitem><para>provides the functionality that is required for transparent 
+<acronym>DVD</acronym> access with <acronym>CSS</acronym> decryption.</para>
+<indexterm zone="libdvdcss libdvdcss-lib">
+<primary sortas="c-libdvdcss">libdvdcss.[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

Reply via email to