Changeset 4a17a25


Ignore:
Timestamp:
07/17/2024 12:50:43 PM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
8e65f56
Parents:
9612d4f3
git-author:
Xi Ruoyao <xry111@…> (07/17/2024 12:50:04 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/17/2024 12:50:43 PM)
Message:

gegl: Remove known failures with ffmpeg since it does not work anyway

Also fix some style issues, and graphviz needs to be built with libpng
in addition to pango (for "dot -Tpng").

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r9612d4f3 r4a17a25  
    9191    <para role="recommended">
    9292      &gobject-introspection;,
    93       <xref linkend="graphviz"/> (build with pango),
     93      <xref linkend="graphviz"/> (build with pango and libpng),
    9494      <!-- EDITORS NOTE: Graphviz is required for the gegl:introspect
    9595      function. Without this function, GIMP will not start. You'll get the
     
    111111      <xref linkend="asciidoc"/>,
    112112      <xref linkend="cairo"/>,
    113       <xref linkend="ffmpeg"/>,
     113      <xref linkend="ffmpeg"/> (broken as at now),
    114114      <xref linkend="gdk-pixbuf"/>,
    115115      <xref linkend="gexiv2"/>,
     
    168168      To run the tests, issue: <command>ninja test</command>. <!--This should
    169169      indicate no failures, but will skip many tests depending on optional
    170       dependencies installed on the system.--> 7 tests in the
     170      dependencies installed on the system. 7 tests in the
    171171      <filename>gegl:ff-load-save</filename> portion of the test suite are
    172       known to fail due to incompatibilities with ffmpeg-6.0.
     172      known to fail due to incompatibilities with ffmpeg-6.0.-->
    173173    </para>
    174174
     
    186186      <option>-Ddocs=true</option>: Build and
    187187      install documentation (requires <xref linkend="gtk-doc"/>).
    188 
     188    </para>
     189
     190    <para>
    189191      <option>-Dlibav=disabled</option>: Disable FFMpeg support
    190192      as the build fails with <xref linkend="ffmpeg"/>.
Note: See TracChangeset for help on using the changeset viewer.