Changeset f9ab064
- Timestamp:
- 01/30/2023 11:31:03 PM (2 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, trunk
- Children:
- d0eb8992
- Parents:
- 22d849a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r22d849a rf9ab064 43 43 <itemizedlist> 44 44 <listitem> 45 <para>[ken] - Update to asymptote-2.84. Fixes 46 <ulink url="&blfs-ticket-root;17556">#17556</ulink>.</para> 47 </listitem> 48 <listitem> 49 <para>[ken] - Update to dvisvgm-3.0.1. Fixes 50 <ulink url="&blfs-ticket-root;17190">#17190</ulink>.</para> 51 </listitem> 52 <listitem> 45 53 <para>[bdubbs] - Update to pycryptodome-3.17.0 (Python module). Fixes 46 54 <ulink url="&blfs-ticket-root;17579">#17579</ulink>.</para> -
packages.ent
r22d849a rf9ab064 1064 1064 in asymptote, biber and xindy --> 1065 1065 <!ENTITY texlive-year "2022"> 1066 <!ENTITY asymptote-version "2.8 3">1066 <!ENTITY asymptote-version "2.84"> 1067 1067 <!ENTITY biber-version "2.18"> 1068 1068 <!ENTITY biblatex-version "3.18b"> 1069 <!ENTITY dvisvgm-version " 2.14">1069 <!ENTITY dvisvgm-version "3.0.1"> 1070 1070 <!ENTITY xindy-version "2.5.1"> 1071 1071 -
pst/typesetting/asymptote.xml
r22d849a rf9ab064 7 7 <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz"> 8 8 <!ENTITY asymptote-download-ftp " "> 9 <!ENTITY asymptote-md5sum " 46f15906963cd852d1acc727b99f731f">9 <!ENTITY asymptote-md5sum "253112bc2607f8660e5b8beb013fe364"> 10 10 <!ENTITY asymptote-size "15 MB"> 11 11 <!ENTITY asymptote-buildsize "222 MB (55 MB installed,with all the dependencies which are within BLFS)"> -
pst/typesetting/dvisvgm.xml
r22d849a rf9ab064 9 9 <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz"> 10 10 <!ENTITY dvisvgm-download-ftp " "> 11 <!ENTITY dvisvgm-md5sum "5 7f23eefa075556e36de64ea9b61d8fd">12 <!ENTITY dvisvgm-size " 3.0MB">13 <!ENTITY dvisvgm-buildsize " 280 MB (41 MB installed, add 949MB for the tests)">14 <!ENTITY dvisvgm-time " 1.2SBU (add 0.7 SBU for the tests, both using parallelism=4)">11 <!ENTITY dvisvgm-md5sum "5ec31f41ca0332e2c91ad15c60e289a6"> 12 <!ENTITY dvisvgm-size "2.8 MB"> 13 <!ENTITY dvisvgm-buildsize "309 MB (44 MB installed, add 962 MB for the tests)"> 14 <!ENTITY dvisvgm-time "0.8 SBU (add 0.7 SBU for the tests, both using parallelism=4)"> 15 15 ]> 16 16 … … 120 120 121 121 <screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so /usr/lib</userinput></screen> 122 123 <para>124 Fix an issue introduced by ghostscript-10.0.0:125 </para>126 127 <screen><userinput>sed "s/gs_error_names\[/error_names[/" -i src/Ghostscript.cpp</userinput></screen>128 122 129 123 <para>
Note:
See TracChangeset
for help on using the changeset viewer.