Author: randy
Date: 2007-07-19 14:56:20 -0600 (Thu, 19 Jul 2007)
New Revision: 6930
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libdvdcss.xml
Log:
Added a note to the libdvdcss instructions about an issue that may occur with
the LaTeX installation
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-19 17:43:42 UTC
(rev 6929)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-19 20:56:20 UTC
(rev 6930)
@@ -45,6 +45,10 @@
<para>July 19th, 2007</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added a note to the libdvdcss instructions about an
+ issue that may occur with the LaTeX installation.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to LAME-3.97.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/libdvdcss.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2007-07-19 17:43:42 UTC (rev
6929)
+++ trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2007-07-19 20:56:20 UTC (rev
6930)
@@ -8,7 +8,7 @@
<!ENTITY libdvdcss-download-ftp
"&gentoo-ftp-repo;/libdvdcss-&libdvdcss-version;.tar.bz2">
<!ENTITY libdvdcss-md5sum "553383d898826c285afb2ee453b07868">
<!ENTITY libdvdcss-size "283 KB">
- <!ENTITY libdvdcss-buildsize "5.5 MB">
+ <!ENTITY libdvdcss-buildsize "5 MB">
<!ENTITY libdvdcss-time "less than 0.1 SBU">
]>
@@ -69,6 +69,20 @@
<sect2 role="installation">
<title>Installation of libdvdcss</title>
+ <note>
+ <para>In certain circumstances the 'inputenc' package in the
+ <application>LaTeX</application> installation may not work properly
+ duing the build, causing it to hang up. If this happens, issue
+ <userinput>quit</userinput> at the <application>LaTeX</application>
+ prompt and then issue the following command at the shell prompt:</para>
+
+<screen><userinput>echo "INPUT_ENCODING = ISO-8859-1"
>>doc/doxygen.cfg</userinput></screen>
+
+ <para>Now either resume the build, or start over. Disregard this note
+ if you do not have a <application>LaTeX</application> package or
+ <application>Doxygen</application> installed.</para>
+ </note>
+
<para>Install <application>libdvdcss</application> by running the
following commands:</para>
@@ -76,9 +90,10 @@
make</userinput></screen>
<para>If you have <application>Doxygen</application> and
- <application>teTeX</application> installed, HTML and Postscript
documentation
- was created during the build. If you also want to install a PDF version of
- the reference manual, issue the following command:</para>
+ <application>teTeX</application> installed, HTML and Postscript
+ documentation was created during the build. If you also want to
+ install a PDF version of the reference manual, issue the following
+ command:</para>
<screen><userinput>make -C doc/latex pdf</userinput></screen>
@@ -93,10 +108,11 @@
the following commands as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/libdvdcss-&libdvdcss-version;/html &&
+<screen role="root"><userinput>
+install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html
&&
install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html
&&
install -v -m644 doc/latex/*.{pdf,ps,dvi} \
- /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
+
/usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page