Ignore:
Timestamp:
11/27/2020 02:29:30 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3aea8c9d
Parents:
f2aed853
Message:

asymptote-2.68,
dvisvgm-2.10.1

Also note that the main tests in brotli are ok,
only the python tests are missing test data.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23937 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    rf2aed853 r8965351  
    77  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
    88  <!ENTITY dvisvgm-download-ftp  " ">
    9   <!ENTITY dvisvgm-md5sum        "46f80dd3b68acf79d47e89c3e4ee1179">
    10   <!ENTITY dvisvgm-size          "3.0 MB">
    11   <!ENTITY dvisvgm-buildsize     "328 MB (49 MB installed, add 950 MB for the tests)">
    12   <!ENTITY dvisvgm-time          "0.8 SBU (add 0.6 SBU for the tests, both using parallelism=4)">
     9  <!ENTITY dvisvgm-md5sum        "45c1ee62723f138996874e51f7625147">
     10  <!ENTITY dvisvgm-size          "2.6 MB">
     11  <!ENTITY dvisvgm-buildsize     "332 MB (49 MB installed, add 950 MB for the tests)">
     12  <!ENTITY dvisvgm-time          "0.8 SBU (add 0.5 SBU for the tests, both using parallelism=4)">
    1313]>
    1414
     
    121121
    122122    <para>
     123      The testsuite assumes that a modern version of <application>Python</application>
     124      has been installed as plain <command>python</command>. Adjust it to use
     125      <command>python3</command> with the following sed:
     126    </para>
     127
     128<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.am</userinput></screen>
     129
     130    <para>
    123131      Now install <application>dvisvgm</application> by running the following
    124132      commands:
    125133    </para>
    126134
    127 <screen><userinput>./configure                                    \
     135<screen><userinput>./autogen.sh                                  &amp;&amp;
     136./configure                                    \
    128137 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
    129138 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
Note: See TracChangeset for help on using the changeset viewer.