Changeset e99822d


Ignore:
Timestamp:
01/23/2020 07:45:59 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
462dd67
Parents:
f87fa82b
Message:

Asymptote-2.62.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf87fa82b re99822d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 22nd, &year;">
     9<!ENTITY releasedate  "January 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf87fa82b re99822d  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>January 23rd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to asymptote-2.62. Fixes
     49          <ulink url="&blfs-ticket-root;13026">#13026</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>January 22nd, 2020</para>
  • packages.ent

    rf87fa82b re99822d  
    10511051 in asymptote, biber and xindy -->
    10521052<!ENTITY texlive-year                 "2019">
    1053 <!ENTITY asymptote-version            "2.61">
     1053<!ENTITY asymptote-version            "2.62">
    10541054<!ENTITY biber-version                "2.14">
    10551055<!ENTITY biblatex-version             "3.14">
  • pst/typesetting/asymptote.xml

    rf87fa82b re99822d  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "38fa6c77881a006c1b5b22f382ac8d8b">
     9  <!ENTITY asymptote-md5sum        "5ed8f48990d889af0040b057ca5c62e8">
    1010  <!ENTITY asymptote-size          "4.5 MB">
    1111  <!ENTITY asymptote-buildsize     "197 MB (with all the dependencies which are within BLFS)">
    12   <!ENTITY asymptote-time          "2.4 SBU">
     12  <!ENTITY asymptote-time          "2.5 SBU">
    1313]>
    1414
     
    115115  <sect2 role="installation">
    116116    <title>Installation of asymptote</title>
    117 <!--
    118     <note>
    119       <para>
    120         At the moment, there are issues in building <application>dvisvgm</application>.
    121         Without that, <command>asy</command> cannot create svg files. The current
    122         source, for those who need it, can be found at <ulink url="https://dvisvgm.de/"/>
    123       </para>
    124     </note>
     117
     118<!-- Editors: for testing this, the minimal latex functionality is
     119 covered by the cylinder and triangle tests in
     120 http://www.linuxfromscratch.org/~ken/tex-testfiles/latex-test-20190318.tar.xz
     121 but the more interesting stuff (WebM html, svg, png, pdf) is tested in
     122 http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
    125123-->
    126124    <para>
  • pst/typesetting/dvisvgm.xml

    rf87fa82b re99822d  
    102102    <title>Installation of dvisvgm</title>
    103103
     104<!-- Editors: This is in the book for svg output from asymptote. tested in
     105 http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
     106-->
    104107    <para>
    105108      To enable the build system to link to
Note: See TracChangeset for help on using the changeset viewer.