Update to gegl-0.4.32.

This commit is contained in:
Bruce Dubbs 2021-09-07 12:41:47 -05:00
parent 569d33641e
commit 6e0f21e5ac
3 changed files with 9 additions and 13 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz">
<!ENTITY gegl-download-ftp " ">
<!ENTITY gegl-md5sum "6ae601b8c7cab8af5a36406df0b95ebf">
<!ENTITY gegl-size "5.2 MB">
<!ENTITY gegl-buildsize "60 MB (with tests)">
<!ENTITY gegl-time "0.5 SBU (Using parallelism=4; with tests)">
<!ENTITY gegl-md5sum "d560cc7d5b5b8c610f51b70f0e37a47d">
<!ENTITY gegl-size "5.4 MB">
<!ENTITY gegl-buildsize "98 MB (with tests)">
<!ENTITY gegl-time "0.6 SBU (Using parallelism=4; with tests)">
]>
<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
@ -134,14 +134,6 @@
<sect2 role="installation">
<title>Installation of gegl</title>
<!-- With 0.4.30, the scripts already use python3
<para>
At first, adjust some test scripts to use Python 3 installed in LFS,
instead of EOL'ed Python 2:
</para>
<screen><userinput>sed '1s@python@&amp;3@' -i tests/python/*.py</userinput></screen>
-->
<para>
Install <application>gegl</application> by running the following commands:
</para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>September 6th, 2021</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gegl-0.4.32. Fixes
<ulink url="&blfs-ticket-root;15499">#15499</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Update to JS-78.14.0 (js/src is identical to 78.13.0),
firefox-legacy-78.14.0 (Security Update) and firefox-91.1.0esr

View File

@ -206,7 +206,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY freetype2-version "2.11.0">
<!ENTITY fontconfig-version "2.13.1"> <!-- stable lt .90 micro version -->
<!ENTITY fribidi-version "1.0.9">
<!ENTITY gegl-version "0.4.30">
<!ENTITY gegl-version "0.4.32">
<!ENTITY giflib-version "5.2.1">
<!ENTITY glm-version "0.9.9.8">
<!ENTITY graphite2-version "1.3.14">