Changeset dd07d82e for pst/typesetting


Ignore:
Timestamp:
08/04/2018 02:23:14 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
50734aa
Parents:
34b0b7f
Message:

asymptote-2.47

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r34b0b7f rdd07d82e  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "98cd8858841e6e833039b85e0b814257">
    10   <!ENTITY asymptote-size          "3.4 MB">
    11   <!ENTITY asymptote-buildsize     "147 MB">
     9  <!ENTITY asymptote-md5sum        "ffa053469aa1f6c8e5f40817646fe533">
     10  <!ENTITY asymptote-size          "3.5 MB">
     11  <!ENTITY asymptote-buildsize     "159 MB">
    1212  <!ENTITY asymptote-time          "2.0 SBU">
    1313]>
     
    8080    <bridgehead renderas="sect4">Recommended</bridgehead>
    8181    <para role="recommended">
    82       <xref linkend="freeglut"/> and
    83       <xref linkend="gc"/>
     82      <xref linkend="freeglut"/>,
     83      <xref linkend="gc"/> and
     84      <xref linkend="libtirpc"/>
    8485    </para>
    8586
    8687    <bridgehead renderas="sect4">Optional</bridgehead>
    8788    <para role="optional">
    88       <xref linkend="gsl"/>,
    89       <xref linkend="libsigsegv"/>, and
    90       <xref linkend="fftw"/>
     89      <xref linkend="fftw"/>,
     90      <xref linkend="gsl"/>, and
     91      <xref linkend="libsigsegv"/>
    9192    </para>
    9293
    9394    <bridgehead renderas="sect4">Optional (at runtime, to use xasy)</bridgehead>
    9495    <para role="optional">
    95       <ulink url="https://pypi.python.org/pypi/Pillow/">Pillow</ulink>
    96       which has a build dependency of
    97       <xref role="nodep" linkend="python2"/>
    98        (re-) compiled against
    99       <xref role="nodep" linkend="tk"/> to provide <filename>_tkinter.so</filename>
     96      <ulink url="https://pypi.org/project/PyQt5/">PyQt5</ulink> (not tested),
     97      which has a build dependency of <xref linkend="qt5"/>
    10098    </para>
    10199
     
    129127    <para>
    130128      To test the results, issue: <command>make check</command>.
     129      Note that if PyQt5 has not been installed some UI tests will report
     130      that pyuic5 and other commands are not found, followed by
     131      ''Error 127 (ignored)'.
    131132    </para>
    132133
     
    220221        <listitem>
    221222          <para>
    222             is a Python script providing the preliminary GUI for asy. It can be
    223             used for final adjustments of an existing asy file.
     223            is a Python3 script providing a Qt5 GUI for asy.
    224224          </para>
    225225          <indexterm zone="asymptote xasy">
Note: See TracChangeset for help on using the changeset viewer.