Changeset 3942811


Ignore:
Timestamp:
02/08/2022 07:18:11 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d27e5b8
Parents:
0aa9efa
git-author:
Ken Moffat <ken@…> (02/08/2022 07:12:04 PM)
git-committer:
Ken Moffat <ken@…> (02/08/2022 07:18:11 PM)
Message:

Revert "Update to dvisvgm-2.13.1."

This reverts commit 3da3129bbedfbd0432226f92367b89f056f9e554.

And fix up the changelog to record this.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0aa9efa r3942811  
    4343    -->
    4444    <listitem>
     45      <para>February 8th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Reverted dvisvgm-2.13.1, the release tarball
     49          in the link is not what I tested and my altered commands will
     50          not work.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>February 7th, 2022</para>
    4657      <itemizedlist>
    4758        <listitem>
    48           <para>[ken] - Update to dvisvgm-2.13.1. Fixes
     59          <para>[ken] - Updated to dvisvgm-2.13.1. Fixes
    4960          <ulink url="&blfs-ticket-root;15995">#15995</ulink>.</para>
    5061        </listitem>
  • packages.ent

    r0aa9efa r3942811  
    11191119<!ENTITY biber-version                "2.16">
    11201120<!ENTITY biblatex-version             "3.16">
    1121 <!ENTITY dvisvgm-version              "2.13.1">
     1121<!ENTITY dvisvgm-version              "2.12">
    11221122<!ENTITY xindy-version                "2.5.1">
    11231123
  • pst/typesetting/dvisvgm.xml

    r0aa9efa r3942811  
    9494      <!-- version checked for dvisvgm-2.9, 0.7.3 is mentioned in the
    9595           news and is the latest version at 2020-03-21
    96            maybe change to 'a recent version' if that releases faster.
    97            But this seems to keep abreast of xxHash changes. -->
     96           maybe change to 'a recent version' if that releases faster -->
    9897      <ulink url="https://github.com/Cyan4973/xxHash/releases/latest">xxHash</ulink>
    9998      (the current version is included in the tarball)
     
    120119<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    121120
    122     <para>
     121<!--<para>
    123122      The testsuite assumes that a modern version of <application>Python</application>
    124123      has been installed as plain <command>python</command>. Adjust it to use
     
    126125    </para>
    127126
    128 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.am</userinput></screen>
    129 
    130 <!--<para>
     127<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
     128
     129-->
     130    <para>
    131131      The testsuite assumes that a modern version of <application>Python</application>
    132132      has been installed as plain <command>python</command>. Changing this to use
     
    137137
    138138    <para>
    139       Now install <application>dvisvgm</application> by running the following-->
    140     <para>
     139<!--  Now install <application>dvisvgm</application> by running the following-->
    141140      Install <application>dvisvgm</application> by running the following
    142141      commands:
    143142    </para>
    144143
    145 <screen><userinput>./autogen.sh                                  &amp;&amp;
     144<screen><userinput>autoreconf -fiv                               &amp;&amp;
     145sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146146./configure                                    \
    147147 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
     
    170170    </para>
    171171
    172 <!--<para>
     172    <para>
    173173      <command>autoreconf -fiv</command>: The versions of
    174174      <application>autoconf</application> and <application>automake</application>
     
    177177      unless autoreconf is forced to install missing (i.e. newer) auxiliary
    178178      files.
    179     </para>-->
     179    </para>
    180180
    181181    <!-- EDITORS: the doc target to rebuild the manpage (make man) is not
Note: See TracChangeset for help on using the changeset viewer.