Patch inkscape to build with poppler64.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20112 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2018-04-24 19:31:41 +00:00
parent 17c023d99d
commit ce79683781
2 changed files with 9 additions and 1 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>April 24th, 2018</para>
<itemizedlist>
<listitem>
<para>[ken] - Patch inkscape to build with poppler-0.64.0.</para>
</listitem>
<listitem>
<para>[ken] - Update to mutt-1.9.5. Fixes
<ulink url="&blfs-ticket-root;10665">#10665</ulink>.</para>

View File

@ -75,6 +75,9 @@
<listitem>
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
</listitem>
<listitem>
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler64-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
@ -141,9 +144,11 @@
<sect2 role="installation">
<title>Installation of Inkscape</title>
<para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:</para>
<para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
and fix the build for the changes in <literal>poppler-0.64.0</literal>:</para>
<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
patch -Np1 -i ../inkscape-&inkscape-version;-poppler64-1.patch
</userinput></screen>
<para>