Author: ken
Date: Sat Aug  4 07:23:14 2018
New Revision: 20272

Log:
asymptote-2.47

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/typesetting/asymptote.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug  4 06:29:37 
2018        (r20271)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug  4 07:23:14 
2018        (r20272)
@@ -45,6 +45,10 @@
       <para>August 4th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to asymptote-2.47.  Fixes
+          <ulink url="&blfs-ticket-root;10980">#10980</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Perl module Test::MockModule (required by Archive::Zip)
           now requires Test::Warnings. Module dependencies for that, 
libwww-perl,
           and all modules used by biber are up to date as of this morning.

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Aug  4 06:29:37 2018        (r20271)
+++ trunk/BOOK/packages.ent     Sat Aug  4 07:23:14 2018        (r20272)
@@ -910,7 +910,7 @@
  page, as well as to reference the directory in texlive, also
  in asymptote, biber and xindy -->
 <!ENTITY texlive-year                 "2018">
-<!ENTITY asymptote-version            "2.44">
+<!ENTITY asymptote-version            "2.47">
 <!ENTITY biber-version                "2.11">
 <!ENTITY biblatex-version             "3.11">
 <!ENTITY xindy-version                "2.5.1">

Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/asymptote.xml    Sat Aug  4 06:29:37 2018        
(r20271)
+++ trunk/BOOK/pst/typesetting/asymptote.xml    Sat Aug  4 07:23:14 2018        
(r20272)
@@ -6,9 +6,9 @@
 
   <!ENTITY asymptote-download-http 
"&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
   <!ENTITY asymptote-download-ftp  " ">
-  <!ENTITY asymptote-md5sum        "98cd8858841e6e833039b85e0b814257">
-  <!ENTITY asymptote-size          "3.4 MB">
-  <!ENTITY asymptote-buildsize     "147 MB">
+  <!ENTITY asymptote-md5sum        "ffa053469aa1f6c8e5f40817646fe533">
+  <!ENTITY asymptote-size          "3.5 MB">
+  <!ENTITY asymptote-buildsize     "159 MB">
   <!ENTITY asymptote-time          "2.0 SBU">
 ]>
 
@@ -79,24 +79,22 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
-      <xref linkend="freeglut"/> and
-      <xref linkend="gc"/>
+      <xref linkend="freeglut"/>,
+      <xref linkend="gc"/> and
+      <xref linkend="libtirpc"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gsl"/>,
-      <xref linkend="libsigsegv"/>, and
-      <xref linkend="fftw"/>
+      <xref linkend="fftw"/>,
+      <xref linkend="gsl"/>, and
+      <xref linkend="libsigsegv"/>
     </para>
 
     <bridgehead renderas="sect4">Optional (at runtime, to use 
xasy)</bridgehead>
     <para role="optional">
-      <ulink url="https://pypi.python.org/pypi/Pillow/";>Pillow</ulink>
-      which has a build dependency of
-      <xref role="nodep" linkend="python2"/>
-       (re-) compiled against
-      <xref role="nodep" linkend="tk"/> to provide 
<filename>_tkinter.so</filename>
+      <ulink url="https://pypi.org/project/PyQt5/";>PyQt5</ulink> (not tested),
+      which has a build dependency of <xref linkend="qt5"/>
     </para>
 
     <para condition="html" role="usernotes">
@@ -128,6 +126,9 @@
 
     <para>
       To test the results, issue: <command>make check</command>.
+      Note that if PyQt5 has not been installed some UI tests will report
+      that pyuic5 and other commands are not found, followed by
+      ''Error 127 (ignored)'.
     </para>
 
     <para>
@@ -219,8 +220,7 @@
         <term><command>xasy</command></term>
         <listitem>
           <para>
-            is a Python script providing the preliminary GUI for asy. It can be
-            used for final adjustments of an existing asy file.
+            is a Python3 script providing a Qt5 GUI for asy.
           </para>
           <indexterm zone="asymptote xasy">
             <primary sortas="b-xasy">xasy</primary>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to