Changeset 7b3ac32 for xsoft


Ignore:
Timestamp:
02/26/2023 04:12:29 AM (14 months ago)
Author:
Ken Moffat <ken@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5a434ec
Parents:
521ec92
Message:

inkscape python modules - add NumPy

To get a feel for what is involved, this is probably the worst
of them.

Also comment out the perl XML module dependency, not mentioned in
core extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r521ec92 r7b3ac32  
    117117      various Python modules at runtime for the core extensions:
    118118      <xref role="runtime" linkend="lxml"/>,
    119       <xref role="runtime" linkend="scour"/>.
     119      <xref role="runtime" linkend="numpy"/>, and
     120      <xref role="runtime" linkend="scour"/>
    120121    </para>
    121122
     
    137138      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
    138139      <ulink url="https://libwpg.sourceforge.net/">libwpg</ulink> (or
    139       <ulink url="https://libwpd.sourceforge.net/">libwpd</ulink>) and
    140       <ulink role="runtime"
    141              url="https://sourceforge.net/projects/NumPy/files/">NumPy</ulink>
    142       (at runtime for some extensions)
    143     </para>
    144 
     140      <ulink url="https://libwpd.sourceforge.net/">libwpd</ulink>)
     141    </para>
     142
     143<!-- no trace of this perl module in the core extensions for 1.2.2
    145144    <bridgehead renderas="sect4">Optional Runtime Dependencies
    146145    (for some of the Inkscape extensions)</bridgehead>
     
    148147      <ulink role="runtime"
    149148             url="https://metacpan.org/pod/release/TJMATHER/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
    150     </para>
     149    </para>-->
    151150
    152151    <para condition="html" role="usernotes">
Note: See TracChangeset for help on using the changeset viewer.