Changeset b7ef5a1


Ignore:
Timestamp:
03/10/2024 09:51:31 PM (6 months ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
12.2, gimp3, ken/TL2024, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
b20fdc3
Parents:
0fb7167
Message:

Update to asymptote-2.88.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0fb7167 rb7ef5a1  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[ken] - Update to asymptote-2.88. Fixes
     46          <ulink url="&blfs-ticket-root;19372">#19372</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[xry111] - Update to glib-2.80.0.  Fixes
    4650          <ulink url="&blfs-ticket-root;19444">#19444</ulink>.</para>
  • packages.ent

    r0fb7167 rb7ef5a1  
    11821182 in asymptote, biber and xindy -->
    11831183<!ENTITY texlive-year                 "2023">
    1184 <!ENTITY asymptote-version            "2.86">
     1184<!ENTITY asymptote-version            "2.88">
    11851185<!ENTITY biber-version                "2.19">
    11861186<!ENTITY biblatex-version             "3.19">
  • pst/typesetting/asymptote.xml

    r0fb7167 rb7ef5a1  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "cbba3fe866982ed1dd60b903f632a04c">
     9  <!ENTITY asymptote-md5sum        "57c7effe845eb624f48a6cc750aaa302">
    1010  <!ENTITY asymptote-size          "15 MB">
    11   <!ENTITY asymptote-buildsize     "218 MB (54 MB installed, with all the dependencies which are in BLFS)">
    12   <!-- with 2.68 the j1 time was 2.5 SBU, slow enough to use a parallel build -->
    13   <!ENTITY asymptote-time          "1.3 SBU (using parallelism=4)">
     11  <!-- for asymptote-2.88 on top of TL2023, 75 MB for program,
     12       about 5 MB for for bigger docs, an extra asy file, the PDF man page was not updated.
     13       For a DESTDIR this would be 414 MB and 82 MB. -->
     14  <!ENTITY asymptote-buildsize     "412 MB (80 MB installed after overwriting files in $TEXLIVE_PREFIX/texmf-dist/, with all the dependencies which are in BLFS)">
     15  <!ENTITY asymptote-time          "1.5 SBU (using parallelism=4)">
    1416]>
    1517
     
    7173    </itemizedlist>
    7274
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7476    <itemizedlist spacing="compact">
    7577      <listitem>
     
    7981        </para>
    8082      </listitem>
    81     </itemizedlist>
     83    </itemizedlist>-->
    8284
    8385    <bridgehead renderas="sect3">asymptote Dependencies</bridgehead>
     
    99101    </para>
    100102
    101 <!-- Suppressed: Creating svg from asy longer works.
    102     Other formats such as (rotatable) html, png and pdf work,
    103    and using asy to create PDFs with latex also works.
    104 
    105 PostScript error: undefined in finddeviceOperand stack:
    106     [...]
    107     shipout3(prefix,f,preview ? nativeformat() : format,
    108             ^
    109 /opt/texlive/2023/texmf-dist/asymptote/three.asy: 2896.13: runtime: shipout failed
    110 
    111103    <bridgehead renderas="sect4">Recommended at runtime</bridgehead>
    112104    <para role="recommended">
    113105      <xref role="runtime" linkend="dvisvgm"/> to allow svg output
    114     </para>-->
     106    </para>
    115107
    116108    <bridgehead renderas="sect4">Optional</bridgehead>
     
    132124      <xref linkend="imagemagick"/> to convert output to other formats such as
    133125      JPEG or to create animated GIFs,
     126      <!-- dependency is in GUI/xasy.py -->
    134127      <ulink url="https://pypi.org/project/PyQt5/">PyQt5</ulink> (not tested,
    135128      has a build dependency of &qt5-deps;) to use xasy.
     
    148141       broken twice, one time the fix involved changing the script,
    149142       the second was blamed on the low-end hardware (radeon 3400G).
    150        I don't use, or understand the commands of, asy so I will not
     143       I don't understand the commands of asy so I will not
    151144       spend time bisecting it.  Ken -->
    152145      <para>
     
    162155 https://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200809.tar.xz
    163156-->
    164     <para>
     157<!--<para>
    165158      First apply a patch to fix building without the Language Server Protocol :
    166159    </para>
    167160
    168 <screen><userinput>patch -Np1 -i ../asymptote-&asymptote-version;-build_fix-1.patch</userinput></screen>
     161<screen><userinput>patch -Np1 -i ../asymptote-&asymptote-version;-build_fix-1.patch</userinput></screen>-->
    169162
    170163    <para>
Note: See TracChangeset for help on using the changeset viewer.