Changeset 8dff71fb


Ignore:
Timestamp:
07/17/2022 10:11:34 PM (22 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
97212500
Parents:
4aa5f45
Message:

Update to gegl-0.4.38.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r4aa5f45 r8dff71fb  
    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        "ed07ff53e7c9f0d2320c729b7d1ba386">
    10   <!ENTITY gegl-size          "5.4 MB">
    11   <!ENTITY gegl-buildsize     "113 MB (with tests)">
    12   <!ENTITY gegl-time          "0.8 SBU (Using parallelism=4; with tests)">
     9  <!ENTITY gegl-md5sum        "8de1ad0dcb9965d0cebb68fdba556a25">
     10  <!ENTITY gegl-size          "5.5 MB">
     11  <!ENTITY gegl-buildsize     "81 MB (Add 5 MB for tests)">
     12  <!ENTITY gegl-time          "0.7 SBU (Using parallelism=4; add 0.1 for tests)">
    1313]>
    1414
     
    6969      </listitem>
    7070    </itemizedlist>
    71 
     71<!--
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7373    <itemizedlist spacing="compact">
     
    7979      </listitem>
    8080    </itemizedlist>
    81 
     81-->
    8282    <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
    8383
     
    133133      <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
    134134      <ulink url="http://luajit.org/luajit.html">LuaJIT</ulink>,
     135      <ulink url="https://www.khronos.org/opencl">OpenCL</ulink> (for tests),
    135136      <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>, and
    136137      <ulink url="https://www.openexr.com">OpenEXR</ulink>
     
    152153
    153154<screen><userinput>rm -f /usr/lib/gegl-0.4/vector-fill.so</userinput></screen>
    154 
     155<!--
    155156    <para>
    156157      Apply a patch to fix problems when building with ffmpeg-5.x:
     
    158159
    159160<screen><userinput remap="pre">patch -Np1 -i ../gegl-&gegl-version;-ffmpeg5_fixes-1.patch</userinput></screen>
    160 
     161-->
    161162    <para>
    162163      Install <application>gegl</application> by running the following commands:
     
    170171
    171172    <para>
    172       Some tests are run automatically during the build and indicate
    173       problems.  To run them again, issue:
    174       <command>ninja test</command>. This should indicate no failures,
    175       but will skip many tests depending on optional dependencise installed
    176       on the system.
     173      To run the tests, issue:  <command>ninja test</command>.  This should
     174      indicate no failures, but will skip many tests depending on optional
     175      dependencise installed on the system. 
    177176    </para>
    178177
  • introduction/welcome/changelog.xml

    r4aa5f45 r8dff71fb  
    4545      <para>July 17th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to gegl-0.4.38. Fixes
     49          <ulink url="&blfs-ticket-root;16793">#16793</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to libgsf-1.14.50. Fixes
  • packages.ent

    r4aa5f45 r8dff71fb  
    218218<!ENTITY fontconfig-version           "2.14.0">  <!-- stable lt .90 micro version -->
    219219<!ENTITY fribidi-version              "1.0.11">
    220 <!ENTITY gegl-version                 "0.4.36">
     220<!ENTITY gegl-version                 "0.4.38">
    221221<!ENTITY giflib-version               "5.2.1">
    222222<!ENTITY glm-version                  "0.9.9.8">
Note: See TracChangeset for help on using the changeset viewer.