Author: pierre
Date: Sun Jan 27 08:41:48 2019
New Revision: 21047

Log:
Fix Poppler dep on Python

Modified:
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/graphlib/poppler.xml
==============================================================================
--- trunk/BOOK/general/graphlib/poppler.xml     Sun Jan 27 07:42:14 2019        
(r21046)
+++ trunk/BOOK/general/graphlib/poppler.xml     Sun Jan 27 08:41:48 2019        
(r21047)
@@ -132,9 +132,8 @@
       <xref linkend="lcms2"/>,
       <xref linkend="libjpeg"/>,
       <xref linkend="libpng"/>,
-      <xref linkend="nss"/>, 
-      <xref linkend="openjpeg2"/>, and 
-      <xref linkend="python2"/>
+      <xref linkend="nss"/>, and
+      <xref linkend="openjpeg2"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -146,6 +145,7 @@
       <xref linkend="gtk-doc"/>,
       <xref linkend="gtk3"/>,
       <xref linkend="libtiff"/>,
+      <xref linkend="python2"/>, and
       <xref linkend="qt5"/>
       (required for PDF support in <xref role="nodep" linkend="okular5"/>)
     </para>
@@ -243,13 +243,16 @@
       <application>Inkscape</application>).
     </para>
 <!--  This was broken for me - Bruce
+      Still broken with 0.69.0 - Doug
+      Seems to work with 0.73.0 - Pierre -->
     <para>
       <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if 
       GTK-Doc is installed and you wish to rebuild and install 
-      the API documentation.
+      the API documentation. If Python 2 is not installed, one script
+      needs to be changed: run <command>sed -i '1s/python/&amp;3/'
+      make-glib-api-docs</command> first.
     </para>
-    Still broken with 0.69.0 - Doug
--->
+
     <para>
       <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
       The environment variable LC_ALL=en_US.UTF-8 is only needed if the

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 27 07:42:14 
2019        (r21046)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jan 27 08:41:48 
2019        (r21047)
@@ -46,6 +46,11 @@
       <para>January 27th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Poppler needs Python only for generating
+          the API documentation.  Make dependency on Python 2 optional,
+          and document how to use Python 3.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Git barely needs Python, and
           can use Python 3 in the rare cases it is needed.</para>
         </listitem>
@@ -56,7 +61,7 @@
     </listitem>
 
     <listitem>
-      <para>January 24th, 2019</para>
+      <para>January 26th, 2019</para>
       <itemizedlist>
         <listitem>
           <para>[ken] - For rust, strongly recommend installing in /opt - this
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to