Changeset 746bac1


Ignore:
Timestamp:
03/26/2020 06:29:54 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, 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:
a96b7ae
Parents:
9a92254
Message:

Asymptote-2.65

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9a92254 r746bac1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 25th, &year;">
     9<!ENTITY releasedate  "March 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9a92254 r746bac1  
    4343    -->
    4444    <listitem>
     45      <para>March 26th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to asymptote-2.65. Fixes
     49          <ulink url="&blfs-ticket-root;13308">#13308</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 25th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r9a92254 r746bac1  
    10611061 in asymptote, biber and xindy -->
    10621062<!ENTITY texlive-year                 "2019">
    1063 <!ENTITY asymptote-version            "2.64">
     1063<!ENTITY asymptote-version            "2.65">
    10641064<!ENTITY biber-version                "2.14">
    10651065<!ENTITY biblatex-version             "3.14">
  • pst/typesetting/asymptote.xml

    r9a92254 r746bac1  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "f09aaf2944672927cded7634f6b10c11">
     9  <!ENTITY asymptote-md5sum        "97b80ad03dfbcad7cae0fdb2c666fdb5">
    1010  <!ENTITY asymptote-size          "4.5 MB">
    1111  <!ENTITY asymptote-buildsize     "198 MB (with all the dependencies which are within BLFS)">
    12   <!ENTITY asymptote-time          "2.3 SBU">
     12  <!ENTITY asymptote-time          "2.2 SBU">
    1313]>
    1414
     
    102102    </para>
    103103
    104     <bridgehead renderas="sect4">Optional (at runtime, to use xasy)</bridgehead>
     104    <bridgehead renderas="sect4">Optional (at runtime)</bridgehead>
    105105    <para role="optional">
    106       <ulink url="https://pypi.org/project/PyQt5/">PyQt5</ulink> (not tested),
    107       which has a build dependency of <xref linkend="qt5"/>
     106      <xref linkend="imagemagick"/> to create animated GIFs,
     107      <ulink url="https://pypi.org/project/PyQt5/">PyQt5</ulink> (not tested,
     108      has a build dependency of <xref linkend="qt5"/>) to use xasy.
    108109    </para>
    109110
Note: See TracChangeset for help on using the changeset viewer.