Changeset ac1fadc


Ignore:
Timestamp:
10/14/2017 02:53:52 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 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:
1accff3c
Parents:
170a6f81
Message:

In asymptote, change the optional dep which provides PIL modules from the very old Imaging to the currently-maintained Pillow.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r170a6f81 rac1fadc  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Change optional Python module dependency in asymptote
     49          from the very old Imaging to the maintained Pillow. Fixes
     50          <ulink url="&blfs-ticket-root;9867">#9867</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Update to libdrm-2.4.84. Fixes
    4954          <ulink url="&blfs-ticket-root;9882">#9882</ulink>.</para>
  • pst/typesetting/asymptote.xml

    r170a6f81 rac1fadc  
    9393    <bridgehead renderas="sect4">Optional (at runtime, to use xasy)</bridgehead>
    9494    <para role="optional">
    95       <ulink url="http://effbot.org/downloads/Imaging-1.1.7.tar.gz">Imaging</ulink>
    96       which needs
    97    <!-- hard-coded because I'm not sure if the book scripts will find this and move
    98    it to svn/ -->
    99       <ulink url="http://www.linuxfromscratch.org/patches/downloads/Imaging/Imaging-1.1.7-freetype_fix-1.patch">Imaging-1.1.7-freetype_fix-1.patch</ulink>
    100       and has a build dependency of
    101       <xref role="nodep" linkend="python2"/> (re-) compiled against
     95      <ulink url="https://pypi.python.org/pypi/Pillow/">Pillow</ulink>
     96      which has a build dependency of either
     97      <xref role="nodep" linkend="python2"/> or
     98      <xref role="nodep" linkend="python3"/>,
     99       (re-) compiled against
    102100      <xref role="nodep" linkend="tk"/> to provide <filename>_tkinter.so</filename>
    103101    </para>
Note: See TracChangeset for help on using the changeset viewer.