mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Update to gegl-0.4.46
Patch by Rahul Chandra, with minor modifications for adding test suite failures with ffmpeg-6.0.
This commit is contained in:
parent
c1e25d1854
commit
2cabd1e313
@ -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 "4f15157f8e73833cd79830784606bf2b">
|
||||
<!ENTITY gegl-size "5.5 MB">
|
||||
<!ENTITY gegl-buildsize "134 MB (Add 16 MB for tests)">
|
||||
<!ENTITY gegl-time "1.6 SBU (Using parallelism=4; add 0.5 for tests)">
|
||||
<!ENTITY gegl-md5sum "241bde22f9204515121e5fb03a2b9fbd">
|
||||
<!ENTITY gegl-size "5.6 MB">
|
||||
<!ENTITY gegl-buildsize "103 MB (Add 4 MB for tests)">
|
||||
<!ENTITY gegl-time "0.9 SBU (Using parallelism=4; add 0.4 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
|
||||
@ -134,7 +134,7 @@
|
||||
<ulink url="https://github.com/gerddie/maxflow">maxflow</ulink>,
|
||||
<ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
|
||||
<ulink url="https://www.khronos.org/opencl/">OpenCL</ulink>,
|
||||
<ulink url="https://www.openexr.com">OpenEXR</ulink>
|
||||
<ulink url="https://www.openexr.com">OpenEXR</ulink>,
|
||||
<ulink url="https://github.com/KyleLink/poly2tri-c">poly2tri-c</ulink>,
|
||||
<ulink url="https://www.gnu.org/software/src-highlite/">source-highlight</ulink>, and
|
||||
<ulink url="https://w3m.sourceforge.net/">w3m</ulink>
|
||||
@ -167,9 +167,11 @@ meson setup --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To run the tests, issue: <command>ninja test</command>. This should
|
||||
To run the tests, issue: <command>ninja test</command>. <!--This should
|
||||
indicate no failures, but will skip many tests depending on optional
|
||||
dependencies installed on the system.
|
||||
dependencies installed on the system.--> 7 tests in the
|
||||
<filename>gegl:ff-load-save</filename> portion of the test suite are
|
||||
known to fail due to incompatibilities with ffmpeg-6.0.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -38,6 +38,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>June 26th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rahul] - Update to gegl-0.4.46. Fixes
|
||||
<ulink url="&blfs-ticket-root;18206">#18206</ulink>. </para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>June 25th, 2023</para>
|
||||
<itemizedlist>
|
||||
|
@ -197,7 +197,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.13">
|
||||
<!ENTITY gegl-version "0.4.44">
|
||||
<!ENTITY gegl-version "0.4.46">
|
||||
<!ENTITY giflib-version "5.2.1">
|
||||
<!ENTITY glm-version "0.9.9.8">
|
||||
<!ENTITY graphite2-version "1.3.14">
|
||||
|
Loading…
Reference in New Issue
Block a user