Author: randy
Date: 2013-01-14 19:09:34 -0700 (Mon, 14 Jan 2013)
New Revision: 10940
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/xine-lib.xml
Log:
Corrected the API documentation installation instructions in the xine-lib
instructions
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2013-01-14 23:37:08 UTC
(rev 10939)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2013-01-15 02:09:34 UTC
(rev 10940)
@@ -48,6 +48,10 @@
<para>January 15th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Corrected the API documentation installation
+ instructions in the xine-lib instructions.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Tweaked the MPlayer instructions and updated the
default skin tarball.</para>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2013-01-14 23:37:08 UTC (rev
10939)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2013-01-15 02:09:34 UTC (rev
10940)
@@ -10,7 +10,7 @@
"&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
<!ENTITY xine-lib-md5sum "6fa70fa336f708452ce9bf311b401de2">
<!ENTITY xine-lib-size "4.7 MB">
- <!ENTITY xine-lib-buildsize "119 MB (without the API documentation)">
+ <!ENTITY xine-lib-buildsize "119 MB (additional 120 MB to install API
documentation)">
<!ENTITY xine-lib-time "1.4 SBU">
]>
@@ -100,16 +100,11 @@
<xref linkend="sdl"/>,
<xref linkend="speex"/>,
<ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>,
- <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>
and
- <ulink url="http://www.wavpack.com/">WavPack</ulink>.
+ <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>,
+ <ulink url="http://www.wavpack.com/">WavPack</ulink>, and
+ <xref linkend="doxygen"/> (to create the API documentation)
</para>
- <para>
- The following are needed to build the API documentation:
- <ulink
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
- and <ulink url="http://www.xfig.org/">Transfig</ulink>
- </para>
-
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/xine-lib"/>
</para>
@@ -123,10 +118,16 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-vcd \
- --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &&
+<screen><userinput>./configure --prefix=/usr \
+ --disable-vcd \
+ --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &&
make</userinput></screen>
+ <para>To create the API documentation, <application>Doxygen</application>
+ must be installed and issue the following command:</para>
+
+<screen><userinput>doxygen doc/Doxyfile</userinput></screen>
+
<para>This package does not come with a test suite.</para>
<para>
@@ -134,6 +135,13 @@
</para>
<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>If you built the API documentation, issue the following commands as
+ the <systemitem class="username">root</systemitem> user to install
it:</para>
+
+<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/xine-lib-&xine-lib-version;/api &&
+install -v -m644 doc/api/* \
+
/usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen>
</sect2>
<sect2 role="commands">
@@ -155,12 +163,10 @@
<para>
<option>--with-external-dvdnav</option>: If you have installed
- <xref linkend="libdvdnav"/> use this option to make
- <application>Xine-lib</application> link its
- <filename class="libraryfile">xineplug_decode_dxr3_spu.so</filename>,
- <filename class="libraryfile">xineplug_decode_spu.so</filename> and
- <filename class="libraryfile">xineplug_inp_dvd.so</filename> plugins to
- <application>Libdvdnav</application>.
+ <xref linkend="libdvdnav"/>, use this option to make
+ <application>Xine-lib</application> link to the
+ <application>libdvdnav</application> libraries (not recommended by the
+ <application>Xine</application> developers).
</para>
<para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page