Author: ken
Date: Fri Jan 29 10:42:32 2021
New Revision: 24153

Log:
dvisvgm-2.11.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/typesetting/dvisvgm.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 29 09:10:17 
2021        (r24152)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 29 10:42:32 
2021        (r24153)
@@ -45,6 +45,10 @@
       <para>January 29th, 2021</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to dvisvgm-2.11.1. Fixes
+          <ulink url="&blfs-ticket-root;14547">#14547</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Update to IO-Socket-SSL-2.069 (perl module). Fixes
           <ulink url="&blfs-ticket-root;14552">#14552</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Jan 29 09:10:17 2021        (r24152)
+++ trunk/BOOK/packages.ent     Fri Jan 29 10:42:32 2021        (r24153)
@@ -1092,6 +1092,6 @@
 <!ENTITY asymptote-version            "2.68">
 <!ENTITY biber-version                "2.16">
 <!ENTITY biblatex-version             "3.16">
-<!ENTITY dvisvgm-version              "2.11">
+<!ENTITY dvisvgm-version              "2.11.1">
 <!ENTITY xindy-version                "2.5.1">
 

Modified: trunk/BOOK/pst/typesetting/dvisvgm.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/dvisvgm.xml      Fri Jan 29 09:10:17 2021        
(r24152)
+++ trunk/BOOK/pst/typesetting/dvisvgm.xml      Fri Jan 29 10:42:32 2021        
(r24153)
@@ -6,10 +6,10 @@
 
   <!ENTITY dvisvgm-download-http 
"https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz";>
   <!ENTITY dvisvgm-download-ftp  " ">
-  <!ENTITY dvisvgm-md5sum        "742d16960485468a8c744dee3762aa74">
+  <!ENTITY dvisvgm-md5sum        "2eb037bd599c7f9af9fc3d176de97b86">
   <!ENTITY dvisvgm-size          "3.0 MB">
-  <!ENTITY dvisvgm-buildsize     "330 MB (49 MB installed, add 954 MB for the 
tests)">
-  <!ENTITY dvisvgm-time          "0.7 SBU (add 0.5 SBU for the tests, both 
using parallelism=4)">
+  <!ENTITY dvisvgm-buildsize     "334 MB (49 MB installed, add 959 MB for the 
tests)">
+  <!ENTITY dvisvgm-time          "0.8 SBU (add 0.6 SBU for the tests, both 
using parallelism=4)">
 ]>
 
 <sect1 id="dvisvgm" xreflabel="dvisvgm-&dvisvgm-version;">
@@ -132,7 +132,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure                                    \
+<screen><userinput>autoreconf -fiv                               &amp;&amp;
+./configure                                    \
  --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
  --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
  --with-kpathsea=/opt/texlive/&texlive-year;            &amp;&amp;
@@ -158,6 +159,15 @@
       Without this, the program will not link correctly,
     </para>
 
+    <para>
+      <command>autoreconf -fiv</command>: The versions of
+      <application>autoconf</application> and 
<application>automake</application>
+      used when this package was created are older than the current versions in
+      LFS. That causes 'make' to fail when it reaches the 'tests' subdirectory
+      unless autoreconf is forced to install missing (i.e. newer) auxiliary
+      files.
+    </para>
+
     <!-- EDITORS: the doc target to rebuild the manpage (make man) is not
       recognised unless invoked from the doc directory (unlike make pdf which
       can be invoked from top-level but needs dblatex), and I see no utility
-- 
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