Changeset 2cabd1e


Ignore:
Timestamp:
06/26/2023 04:29:01 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
8f7f93b
Parents:
c1e25d1
Message:

Update to gegl-0.4.46

Patch by Rahul Chandra, with minor modifications for adding test suite
failures with ffmpeg-6.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    rc1e25d1 r2cabd1e  
    77  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "4f15157f8e73833cd79830784606bf2b">
    10   <!ENTITY gegl-size          "5.5 MB">
    11   <!ENTITY gegl-buildsize     "134 MB (Add 16 MB for tests)">
    12   <!ENTITY gegl-time          "1.6 SBU (Using parallelism=4; add 0.5 for tests)">
     9  <!ENTITY gegl-md5sum        "241bde22f9204515121e5fb03a2b9fbd">
     10  <!ENTITY gegl-size          "5.6 MB">
     11  <!ENTITY gegl-buildsize     "103 MB (Add 4 MB for tests)">
     12  <!ENTITY gegl-time          "0.9 SBU (Using parallelism=4; add 0.4 SBU for tests)">
    1313]>
    1414
     
    135135      <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
    136136      <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink>,
    137       <ulink url="https://www.openexr.com">OpenEXR</ulink>
     137      <ulink url="https://www.openexr.com">OpenEXR</ulink>,
    138138      <ulink url="https://github.com/KyleLink/poly2tri-c">poly2tri-c</ulink>,
    139139      <ulink url="https://www.gnu.org/software/src-highlite/">source-highlight</ulink>, and
     
    168168
    169169    <para>
    170       To run the tests, issue:  <command>ninja test</command>.  This should
     170      To run the tests, issue: <command>ninja test</command>. <!--This should
    171171      indicate no failures, but will skip many tests depending on optional
    172       dependencies installed on the system.
     172      dependencies installed on the system.--> 7 tests in the
     173      <filename>gegl:ff-load-save</filename> portion of the test suite are
     174      known to fail due to incompatibilities with ffmpeg-6.0.
    173175    </para>
    174176
  • introduction/welcome/changelog.xml

    rc1e25d1 r2cabd1e  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>June 26th, 2023</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[rahul] - Update to gegl-0.4.46. Fixes
     47          <ulink url="&blfs-ticket-root;18206">#18206</ulink>. </para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
    4152    <listitem>
    4253      <para>June 25th, 2023</para>
  • packages.ent

    rc1e25d1 r2cabd1e  
    198198<!ENTITY fontconfig-version           "2.14.2">  <!-- stable lt .90 micro version -->
    199199<!ENTITY fribidi-version              "1.0.13">
    200 <!ENTITY gegl-version                 "0.4.44">
     200<!ENTITY gegl-version                 "0.4.46">
    201201<!ENTITY giflib-version               "5.2.1">
    202202<!ENTITY glm-version                  "0.9.9.8">
Note: See TracChangeset for help on using the changeset viewer.