Author: ken Date: Sat Nov 28 14:56:19 2020 New Revision: 23939 Log: Second attempt at dvisvgm-2.10.1, also correct the version in the earleir changelog entry.
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/pst/typesetting/dvisvgm.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Nov 27 08:19:40 2020 (r23938) +++ trunk/BOOK/general.ent Sat Nov 28 14:56:19 2020 (r23939) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "26"> <!-- Always 2 digits --> +<!ENTITY day "28"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2020"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "November 26th, &year;"> +<!ENTITY releasedate "November 28th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Nov 27 08:19:40 2020 (r23938) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Nov 28 14:56:19 2020 (r23939) @@ -42,6 +42,17 @@ </listitem> --> <listitem> + <para>November 28th, 2020</para> + <itemizedlist> + <listitem> + <para>[ken] - Amend details for dvisvgm-2.10.1 to match the current + source tarball. Really fixes + <ulink url="&blfs-ticket-root;14059">#14059</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 26th, 2020</para> <itemizedlist> <listitem> @@ -49,7 +60,7 @@ <ulink url="&blfs-ticket-root;14297">#14297</ulink>.</para> </listitem> <listitem> - <para>[ken] - Update to dvisvgm-2.10.2. Fixes + <para>[ken] - Update to dvisvgm-2.10.1. Fixes <ulink url="&blfs-ticket-root;14059">#14059</ulink>.</para> </listitem> <listitem> Modified: trunk/BOOK/pst/typesetting/dvisvgm.xml ============================================================================== --- trunk/BOOK/pst/typesetting/dvisvgm.xml Fri Nov 27 08:19:40 2020 (r23938) +++ trunk/BOOK/pst/typesetting/dvisvgm.xml Sat Nov 28 14:56:19 2020 (r23939) @@ -7,9 +7,9 @@ <!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 "e1fa5d5ce656fedcdb7cd4146220e181"> - <!ENTITY dvisvgm-size "2.6 MB"> - <!ENTITY dvisvgm-buildsize "332 MB (49 MB installed, add 950 MB for the tests)"> - <!ENTITY dvisvgm-time "0.8 SBU (add 0.5 SBU for the tests, both using parallelism=4)"> + <!ENTITY dvisvgm-size "3.0 MB"> + <!ENTITY dvisvgm-buildsize "329 MB (49 MB installed, add 951 MB for the tests)"> + <!ENTITY dvisvgm-time "0.7 SBU (add 0.5 SBU for the tests, both using parallelism=4)"> ]> <sect1 id="dvisvgm" xreflabel="dvisvgm-&dvisvgm-version;"> @@ -125,15 +125,14 @@ <command>python3</command> with the following sed: </para> -<screen><userinput>sed -i 's/python/&3/' tests/Makefile.am</userinput></screen> +<screen><userinput>sed -i 's/python/&3/' tests/Makefile.in</userinput></screen> <para> Now install <application>dvisvgm</application> by running the following commands: </para> -<screen><userinput>./autogen.sh && -./configure \ +<screen><userinput>./configure \ --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \ --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \ --with-kpathsea=/opt/texlive/&texlive-year; && -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page