Changeset c5542b01


Ignore:
Timestamp:
06/03/2018 04:40:29 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a6542da
Parents:
da283f39
Message:

Fix inkscape for breakage from poppler-0.65.0.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rda283f39 rc5542b01  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Fix inkscape for changes in poppler-0.65.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[ken] - Fix vlc build for QT-5.11 API changes.</para>
    4952        </listitem>
  • xsoft/other/inkscape.xml

    rda283f39 rc5542b01  
    7777      </listitem>
    7878      <listitem>
    79         <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler64-1.patch"/></para>
     79        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler65-1.patch"/></para>
    8080      </listitem>
    8181    </itemizedlist>
     
    146146
    147147    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
    148     and fix the build for the changes in <literal>poppler-0.64.0</literal>:</para>
     148    and fix the build for the changes in <literal>poppler-0.65.0</literal>:</para>
    149149
    150150<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    151 patch -Np1 -i ../inkscape-&inkscape-version;-poppler64-1.patch
     151patch -Np1 -i ../inkscape-&inkscape-version;-poppler65-1.patch
    152152</userinput></screen>
    153153
Note: See TracChangeset for help on using the changeset viewer.