Ignore:
Timestamp:
12/19/2018 06:13:22 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1c459bf2
Parents:
e2aae21f
Message:

Create consolidated patch for inkscape with latest poppler fixes. One of several problems discovered on this build

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    re2aae21f ra0fd2f2c  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75      <!--
    7576      <listitem>
    7677        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
     
    7879      <listitem>
    7980        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para>
     81     </listitem>-->
     82      <listitem>
     83        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-consolidated_fixes-1.patch"/></para>
    8084      </listitem>
    8185    </itemizedlist>
     
    144148  <sect2 role="installation">
    145149    <title>Installation of Inkscape</title>
    146 
     150    <!--
    147151    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
    148152    and fix the build for the changes in some recent versions of
    149153    <application>poppler</application>:</para>
    150 
     154    -->
     155    <para>Fix build problems related to poppler-0.72.0 and allow proper detection
     156    of libraries from <xref linkend="imagemagick6"/>:</para>
     157<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-1.patch</userinput></screen>
     158<!--
    151159<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    152160patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch
    153161</userinput></screen>
    154 
     162-->
    155163    <para>
    156164      Fix build issues with <application>GCC-7.1</application> and
Note: See TracChangeset for help on using the changeset viewer.