Changeset e146aca


Ignore:
Timestamp:
12/03/2019 04:55:08 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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:
f5304565
Parents:
baf041fa
Message:

Fix inkscape for poppler-0.83.0.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbaf041fa re146aca  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Adjust inkscape to build with poppler-0.83.0. Fixes
     49          <ulink url="&blfs-ticket-root;12858">#12858</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Update to firefox-68.3.0esr (security fix). Fixes
    4953          <ulink url="&blfs-ticket-root;12856">#12856</ulink>.</para>
  • xsoft/other/inkscape.xml

    rbaf041fa re146aca  
    8080      </listitem>
    8181      <listitem>
    82         <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch"/></para>
    83       </listitem> 
     82        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch"/></para>
     83      </listitem>
    8484    </itemizedlist>
    8585
     
    159159    </para>
    160160
    161 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch</userinput></screen>
     161<screen><userinput remap="pre">sed -e 's|Unicode \*u|Unicode const *u|g' -i src/extension/internal/pdfinput/*</userinput></screen>
     162
     163    <para>
     164      Now fix Inkscape to build with poppler-0.83.0:
     165    </para>
     166
     167<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch</userinput></screen>
    162168
    163169    <para>
Note: See TracChangeset for help on using the changeset viewer.