Changeset 18b9eae for xsoft


Ignore:
Timestamp:
01/18/2019 08:36:19 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
c084a2a
Parents:
b877595
Message:

Update to inkscape-0.92.4.

Upstream seems to have finally gotten this right. No more poppler issues.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    rb877595 r18b9eae  
    66  <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.bz2">
    77  <!ENTITY inkscape-download-ftp  " ">
    8   <!ENTITY inkscape-md5sum        "4ef7171cc1de9e1608d8c49b77fed99e">
    9   <!ENTITY inkscape-size          "31 MB">
    10   <!ENTITY inkscape-buildsize     "395 MB (add 8 MB for tests)">
    11   <!ENTITY inkscape-time          "4.9 SBU (add 0.2 SBU for tests, both with parallelism=4)">
     8  <!ENTITY inkscape-md5sum        "ac30f6d5747fd9c620c00dad500f414f">
     9  <!ENTITY inkscape-size          "30 MB">
     10  <!ENTITY inkscape-buildsize     "399 MB (add 135 MB for tests)">
     11  <!ENTITY inkscape-time          "4.5 SBU (add 0.2 SBU for tests, both with parallelism=4)">
    1212]>
    1313
     
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
    75       <!--
    7675      <listitem>
    7776        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
    78       </listitem>
    79       <listitem>
    80         <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-2.patch"/></para>
    8477      </listitem>
    8578    </itemizedlist>
     
    148141  <sect2 role="installation">
    149142    <title>Installation of Inkscape</title>
    150     <!--
    151     <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
    152     and fix the build for the changes in some recent versions of
    153     <application>poppler</application>:</para>
    154     -->
    155     <para>Fix build problems related to poppler-0.73.0 and allow proper detection
    156     of libraries from <xref linkend="imagemagick6"/>:</para>
    157 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-2.patch</userinput></screen>
    158 <!--
    159 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    160 patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch
    161 </userinput></screen>
    162 -->
    163     <para>
    164       Fix build issues with <application>GCC-7.1</application> and
    165        <application>poppler-0.71.0</application>:
    166     </para>
    167 
    168 <screen><userinput>sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp &amp;&amp;
    169 sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' \
    170  -i src/extension/internal/pdfinput/pdf-parser.*</userinput></screen>
     143 
     144    <para>
     145      Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:
     146    </para>
     147
     148<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>
    171149
    172150<!-- If there is no test suite, then this is not needed.
Note: See TracChangeset for help on using the changeset viewer.