Update to gegl-0.4.42.

This commit is contained in:
Bruce Dubbs 2023-03-02 15:42:15 -06:00
parent 1f32386381
commit 306d8b6975
3 changed files with 7 additions and 17 deletions

View File

@ -6,9 +6,9 @@
<!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz">
<!ENTITY gegl-download-ftp " ">
<!ENTITY gegl-md5sum "fe182967ce4b678d8b45500c416555c5">
<!ENTITY gegl-md5sum "f4532970b342d31cb6bb2b0207545b1d">
<!ENTITY gegl-size "5.5 MB">
<!ENTITY gegl-buildsize "115 MB (Add 7 MB for tests)">
<!ENTITY gegl-buildsize "116 MB (Add 7 MB for tests)">
<!ENTITY gegl-time "0.9 SBU (Using parallelism=4; add 0.2 for tests)">
]>
@ -150,20 +150,6 @@
</para>
<screen><userinput>rm -f /usr/lib/gegl-0.4/vector-fill.so</userinput></screen>
<!--
<para>
Apply a patch to fix problems when building with ffmpeg-5.x:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../gegl-&gegl-version;-ffmpeg5_fixes-1.patch</userinput></screen>
-->
<para>
If LibRaw-0.21.0 or above is installed, the build fails due to
a change in the ABI. Fix the issue by issuing:
</para>
<screen><userinput>sed -e '/shot_select/s/params/raw&amp;/' \
-i operations/external/raw-load.c</userinput></screen>
<para>
Install <application>gegl</application> by running the following commands:

View File

@ -41,6 +41,10 @@
<listitem>
<para>March 2nd, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gegl-0.4.42. Fixes
<ulink url="&blfs-ticket-root;17682">#17682</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to babl-0.1.100. Fixes
<ulink url="&blfs-ticket-root;17681">#17681</ulink>.</para>

View File

@ -198,7 +198,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY freetype2-version "2.13.0">
<!ENTITY fontconfig-version "2.14.2"> <!-- stable lt .90 micro version -->
<!ENTITY fribidi-version "1.0.12">
<!ENTITY gegl-version "0.4.40">
<!ENTITY gegl-version "0.4.42">
<!ENTITY giflib-version "5.2.1">
<!ENTITY glm-version "0.9.9.8">
<!ENTITY graphite2-version "1.3.14">