Changeset 993eb82


Ignore:
Timestamp:
07/12/2024 05:07:53 PM (2 months ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
e94e233
Parents:
cf063edb
git-author:
Ken Moffat <zarniwhoop@…> (07/12/2024 05:06:53 PM)
git-committer:
Ken Moffat <zarniwhoop@…> (07/12/2024 05:07:53 PM)
Message:

Patch gimp-2.10.38 to build with gcc14.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcf063edb r993eb82  
    4242      <para>July 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[ken] - Patch gimp-2.10.38 to build with gcc14.. Fixes
     46          <ulink url="&blfs-ticket-root;19886">19886</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[thomas] - Upgrade to nano-8.1. Fixes
  • xsoft/other/gimp.xml

    rcf063edb r993eb82  
    99  <!ENTITY gimp-md5sum        "b5e37c9570a8ee723debe6d3728555ae">
    1010  <!ENTITY gimp-size          "31 MB">
    11   <!ENTITY gimp-buildsize     "882 MB (197 MB installed, add 835 MB for tests)">
    12   <!ENTITY gimp-time          "2.3 SBU (Using parallelism=4; add 0.7 SBU for tests)">
     11  <!ENTITY gimp-buildsize     "872 MB (193 MB installed, add 829 MB for tests)">
     12  <!ENTITY gimp-time          "1.8 SBU (Using parallelism=4; add 0.5 SBU for tests)">
    1313
    1414  <!-- pro-tem, a pull of gimp-help, https://gitlab.gnome.org/GNOME/gimp-help.git
     
    3535  <!ENTITY gimp-help-md5sum     "5e393d61c802e73ffe6c550759ed0853">
    3636  <!ENTITY gimp-help-size       "158 MB">
    37   <!ENTITY gimp-help-buildsize  "From 412 MB (en only) to 1.8 GB (for all
     37  <!ENTITY gimp-help-buildsize  "From 405 MB (en only) to 2.6 GB (for all
    3838                                 languages)">
    39   <!ENTITY gimp-help-time       "2.1 SBU (en only), 13 SBU, with parallelism=4,
     39  <!ENTITY gimp-help-time       "0.8 SBU (en only), 4.6 SBU, with parallelism=4,
    4040                                 for all languages">
    4141]>
     
    115115
    116116    <itemizedlist spacing="compact">
     117      <listitem>
     118        <para>
     119          Required patch:
     120          <ulink url="&patch-root;/gimp-&gimp-version;-gcc14-1.patch"/>
     121        </para>
     122      </listitem>
    117123      <listitem>
    118124        <para>
     
    223229    </para>
    224230
    225 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-python &amp;&amp;
     231<screen><userinput>patch -p1 -i ../gimp-&gimp-version;-gcc14-1.patch                   &amp;&amp;
     232./configure --prefix=/usr --sysconfdir=/etc --disable-python &amp;&amp;
    226233make</userinput></screen>
    227234
     
    307314      <parameter>--disable-python</parameter>: This option is necessary if
    308315      you have not installed <application>PyGTK</application>.
     316    </para>
     317
     318    <para>
     319       <parameter>patch -p1 -i ../gimp-&gimp-version;-gcc14-1.patch</parameter>:
     320       This patch allow the package to build with gcc14.
    309321    </para>
    310322
Note: See TracChangeset for help on using the changeset viewer.