Ignore:
Timestamp:
08/30/2023 01:46:59 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5a462915
Parents:
fcf7e13
git-author:
Xi Ruoyao <xry111@…> (08/30/2023 01:44:13 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/30/2023 01:46:59 PM)
Message:

inkscape: It cannot use imagemagick >= 7

Comment out the imagemagick dependency for now. It seems the upstream
developers do not want to spend too much time on supporting imagemagick

7, and they prefer graphicsmagick instead. So add graphicsmagick as

an external dependency.

Reported-by: Jean-Marc Pigeon <jmp@…>
Link: https://gitlab.com/inkscape/inkscape/-/issues/1294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    rfcf7e13 r41273f26  
    110110    <bridgehead renderas="sect4">Recommended</bridgehead>
    111111    <para role="recommended">
    112       <xref linkend="imagemagick"/>,
     112      <!-- Imagemagick-7 or later do not work:
     113           https://gitlab.com/inkscape/inkscape/-/issues/1294
     114      <xref linkend="imagemagick"/>,-->
    113115      <xref linkend="lcms2"/> or
    114116      <xref role="nodep" linkend="lcms"/>,
     
    140142      <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
    141143      <!--<ulink url="https://gtkspell.sourceforge.net">gtkspell</ulink>,-->
     144      <ulink url="https://sourceforge.net/projects/graphicsmagick">GraphicsMagick</ulink>,
    142145      <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
    143146      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
Note: See TracChangeset for help on using the changeset viewer.