Changeset a4188ba for pst


Ignore:
Timestamp:
03/22/2020 01:53:31 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 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:
1b70960
Parents:
637b1cd9
Message:

dvisvgm-2.9.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    r637b1cd9 ra4188ba  
    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        "f6fea0b1f160a075bea9fe657ac873fb">
     9  <!ENTITY dvisvgm-md5sum        "afedba65884793f1a72d9cd741e60097">
    1010  <!ENTITY dvisvgm-size          "3.0 MB">
    11   <!ENTITY dvisvgm-buildsize     "322 MB (add 978 MB for the tests)">
    12   <!ENTITY dvisvgm-time          "0.8 SBU (add 0.6 SBU for the tests, both using parallelism=4)">
     11  <!ENTITY dvisvgm-buildsize     "327 MB (48 MB installed, add 980 MB for the tests)">
     12  <!ENTITY dvisvgm-time          "0.7 SBU (add 0.6 SBU for the tests, both using parallelism=4)">
    1313]>
    1414
     
    8787      <xref linkend="libxslt"/> (see command explanations),
    8888      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink> (with the above) and
    89       <!-- version checked for dvisvgm-2.8, 0.7.2 is mentioned in the
    90            news and is the latest version as of 2019-10-31
     89      <!-- version checked for dvisvgm-2.9, 0.7.3 is mentioned in the
     90           news and is the latest version at 2020-03-21
    9191           maybe change to 'a recent version' if that releases faster -->
    9292      <ulink url="https://github.com/Cyan4973/xxHash/releases/latest">xxHash</ulink>
     
    133133    </para>
    134134
    135 <screen role="root"><userinput>make install                            &amp;&amp;
    136 install -v -m644 doc/dvisvgm.1           \
    137  /opt/texlive/&texlive-year;/texmf-dist/doc/man/man1</userinput></screen>
     135<screen role="root"><userinput>make install</userinput></screen>
    138136
    139137  </sect2>
     
    152150      in explaining how to regenerate it. ken -->
    153151    <para>
    154       <command>--mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man</command>:
    155       Unusually, the shipped man page will only be installed by <command>make
    156       install</command> if all of <application>asciidoc</application>,
    157       <application>xmlto</application> and <application>libxslt</application>
    158       have been installed. This switch ensures it will overwrite the (old) page
    159       installed by the texmf tarball if it installs.
    160     </para>
    161 
    162     <para>
    163152      <command>--with-kpathsea=/opt/texlive/&texlive-year;</command>: This allows
    164153      the build system to find the headers for <filename
    165154      class="libraryfile">kpathsea</filename>
    166     </para>
    167 
    168     <para>
    169       <command>install -v -m644 doc/dvisvgm.1 ...</command>: This ensures that
    170       the man page is installed in the correct place even if the optional
    171       dependencies are not present, and overwrites the version installed by
    172       <command>make install</command> if they are present.
    173155    </para>
    174156
Note: See TracChangeset for help on using the changeset viewer.