Changeset 3da3129


Ignore:
Timestamp:
02/08/2022 02:06:19 AM (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:
c5a5f11
Parents:
a37759b
Message:

Update to dvisvgm-2.13.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra37759b r3da3129  
    4545      <para>February 7th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to dvisvgm-2.13.1. Fixes
     49          <ulink url="&blfs-ticket-root;15995">#15995</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[xry111] - Update to gnupg-2.2.34. Fixes
  • packages.ent

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

    ra37759b r3da3129  
    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 -->
     96           maybe change to 'a recent version' if that releases faster.
     97           But this seems to keep abreast of xxHash changes. -->
    9798      <ulink url="https://github.com/Cyan4973/xxHash/releases/latest">xxHash</ulink>
    9899      (the current version is included in the tarball)
     
    119120<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    120121
    121 <!--<para>
     122    <para>
    122123      The testsuite assumes that a modern version of <application>Python</application>
    123124      has been installed as plain <command>python</command>. Adjust it to use
     
    125126    </para>
    126127
    127 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
    128 
    129 -->
    130     <para>
     128<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.am</userinput></screen>
     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-->
     139      Now install <application>dvisvgm</application> by running the following-->
     140    <para>
    140141      Install <application>dvisvgm</application> by running the following
    141142      commands:
    142143    </para>
    143144
    144 <screen><userinput>autoreconf -fiv                               &amp;&amp;
    145 sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
     145<screen><userinput>./autogen.sh                                  &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.