Changeset 80cfbfb for xsoft/other


Ignore:
Timestamp:
01/09/2017 04:46:11 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.0, 8.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:
b54f1de7
Parents:
f5d3213
Message:

Move back to ImageMagick-7, with added ImageMagick-6 libs also installable for emacs and inkscape.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    rf5d3213 r80cfbfb  
    100100    <bridgehead renderas="sect4">Recommended</bridgehead>
    101101    <para role="recommended">
     102      <xref linkend="imagemagick6"/>,
    102103      <xref linkend="lcms2"/> or
    103104      <xref linkend="lcms"/>
     
    109110      <xref linkend="dbus"/>,
    110111      <xref linkend="doxygen"/>,
    111       <xref linkend="imagemagick"/>,
    112112      <xref linkend="poppler"/>,
    113113
     
    161161    -i src/ui/clipboard.cpp  &amp;&amp;
    162162
    163 CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr &amp;&amp;
     163CXXFLAGS="-g -O2 -std=c++11" \
     164IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
     165IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \
     166./configure --prefix=/usr &amp;&amp;
     167
    164168make</userinput></screen>
    165169
     
    187191
    188192    <para>
    189       <command>CXXFLAGS="-g -O2 -std=c++11" ./configure...</command>: Inkscape
     193      <command>IMAGE_MAGICK_CFLAGS= ... IMAGE_MAGICK_LIBS= ...</command>:
     194      The configure script looks for ImageMagick-6 using the normal
     195      unversioned pkgconfig file names which are also used by the newer
     196      ImageMAgick-7 - in BLFS we patched it to rename those files, so
     197      these variables will allow <command>configure</command> to find
     198      the things it needs.
     199    </para>
     200
     201    <para>
     202      <command>CXXFLAGS="-g -O2 -std=c++11" </command>: Inkscape
    190203      has not yet been ported to the 2011 ISO C++ standard, one of its
    191204      dependencies is compiled with this standard.
Note: See TracChangeset for help on using the changeset viewer.