Changeset a0bba47a


Ignore:
Timestamp:
04/19/2022 04:31:55 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
e5b0e0b1
Parents:
97c14af
Message:

Fix building Inkscape with poppler-22.04.0.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r97c14af ra0bba47a  
    4343    -->
    4444    <listitem>
    45       <para>April 16th, 2022</para>
     45      <para>April 19th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix building Inkscape with poppler-22.04.0. Fixes
     49          <ulink url="&blfs-ticket-root;16433">#16433</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>April 18th, 2022</para>
    4656      <itemizedlist>
    4757        <listitem>
  • xsoft/other/inkscape.xml

    r97c14af ra0bba47a  
    7676      </listitem>
    7777    </itemizedlist>
    78 <!--
     78
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8080    <itemizedlist spacing="compact">
    81 
     81      <listitem>
     82        <para>
     83          Required patch: <ulink
     84          url="&patch-root;/inkscape-&inkscape-version;-poppler_22_04_fixes-1.patch"/>
     85        </para>
     86      </listitem>
    8287    </itemizedlist>
    83       <!\-\- These are not needed right now. Inkscape builds/runs fine with the
    84            latest poppler as of this update (0.87.0). However, history says
    85            that almost every poppler version has broke inkscape, and history
    86            tends to repeat itself ;-). Keep these patches commented until
    87            they are inevitably needed.
    88 
    89       <listitem>
    90         <para>
    91           Required patch: <ulink
    92           url="&patch-root;/inkscape-&inkscape-version;-poppler_21.11.0-1.patch"/>
    93         </para>
    94       </listitem>
    95     </itemizedlist>
    96 -->
     88
    9789    <note>
    9890      <para>
     
    169161    <title>Installation of Inkscape</title>
    170162
    171 <!--
    172     Not needed with 1.0, but let's keep the template.
    173 
    174     <para>
    175       Now fix Inkscape to build with poppler-0.83.0:
    176     </para>
    177 
    178 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch</userinput></screen>
    179 -->
     163    <para>
     164      First, fix Inkscape to build with poppler-22.04.0:
     165    </para>
     166
     167<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_04_fixes-1.patch</userinput></screen>
     168
    180169
    181170<!-- If there is no test suite, then this is not needed.
     
    193182
    194183    <para>
    195       First, fix the build with poppler-22.03.0:
     184      Next, fix the build with poppler-22.03.0:
    196185    </para>
    197186
Note: See TracChangeset for help on using the changeset viewer.