Changeset 49d0e35


Ignore:
Timestamp:
01/01/2023 10:03:36 AM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/xf86-video-removal
Children:
d4c13648
Parents:
bd75763
Message:

Fix an issue in gegl due to recent libraw

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    rbd75763 r49d0e35  
    121121      <xref linkend="libwebp"/>,
    122122      <xref linkend="pango"/>,
     123      <xref linkend="poppler"/>,
    123124      <xref linkend="ruby"/>,
    124125      <xref linkend="sdl2"/>,
     
    157158<screen><userinput remap="pre">patch -Np1 -i ../gegl-&gegl-version;-ffmpeg5_fixes-1.patch</userinput></screen>
    158159-->
     160    <para>
     161      Fix building with LibRaw-0.21.0 and above:
     162    </para>
     163
     164<screen><userinput>sed -e '/shot_select/s/params/raw&amp;/' \
     165    -i operations/external/raw-load.c</userinput></screen>
     166
    159167    <para>
    160168      Install <application>gegl</application> by running the following commands:
  • introduction/welcome/changelog.xml

    rbd75763 r49d0e35  
    4040    -->
    4141    <listitem>
     42      <para>January 1st, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Fix an issue in gegl introduced by recent
     46          libraw.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>December 31st, 2022</para>
    4353      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.