Changeset dd07d82e
- Timestamp:
- 08/04/2018 02:23:14 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 50734aa
- Parents:
- 34b0b7f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r34b0b7f rdd07d82e 45 45 <para>August 4th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to asymptote-2.47. Fixes 49 <ulink url="&blfs-ticket-root;10980">#10980</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Perl module Test::MockModule (required by Archive::Zip) -
packages.ent
r34b0b7f rdd07d82e 911 911 in asymptote, biber and xindy --> 912 912 <!ENTITY texlive-year "2018"> 913 <!ENTITY asymptote-version "2.4 4">913 <!ENTITY asymptote-version "2.47"> 914 914 <!ENTITY biber-version "2.11"> 915 915 <!ENTITY biblatex-version "3.11"> -
pst/typesetting/asymptote.xml
r34b0b7f rdd07d82e 7 7 <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz"> 8 8 <!ENTITY asymptote-download-ftp " "> 9 <!ENTITY asymptote-md5sum " 98cd8858841e6e833039b85e0b814257">10 <!ENTITY asymptote-size "3. 4MB">11 <!ENTITY asymptote-buildsize "1 47MB">9 <!ENTITY asymptote-md5sum "ffa053469aa1f6c8e5f40817646fe533"> 10 <!ENTITY asymptote-size "3.5 MB"> 11 <!ENTITY asymptote-buildsize "159 MB"> 12 12 <!ENTITY asymptote-time "2.0 SBU"> 13 13 ]> … … 80 80 <bridgehead renderas="sect4">Recommended</bridgehead> 81 81 <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"/> 84 85 </para> 85 86 86 87 <bridgehead renderas="sect4">Optional</bridgehead> 87 88 <para role="optional"> 88 <xref linkend=" gsl"/>,89 <xref linkend=" libsigsegv"/>, and90 <xref linkend=" fftw"/>89 <xref linkend="fftw"/>, 90 <xref linkend="gsl"/>, and 91 <xref linkend="libsigsegv"/> 91 92 </para> 92 93 93 94 <bridgehead renderas="sect4">Optional (at runtime, to use xasy)</bridgehead> 94 95 <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"/> 100 98 </para> 101 99 … … 129 127 <para> 130 128 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)'. 131 132 </para> 132 133 … … 220 221 <listitem> 221 222 <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. 224 224 </para> 225 225 <indexterm zone="asymptote xasy">
Note:
See TracChangeset
for help on using the changeset viewer.