New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/25504#issuecomment-749175854 Comment: heads up when gegl version bump: just tested against gegl-0.4.28 and gimp-2.10.22 fails to start with a popup ``` GEGL operation missing! GIMP requires the GEGL operation "gegl:introspect". This operation cannot be found. Check your GEGL install and ensure it has been compiled with any dependencies required for GIMP. ``` gegl-0.4.26 works fine tho diff configure.log ``` < Source dir: /builddir/gegl-0.4.26 < Build dir: /builddir/gegl-0.4.26/build > Source dir: /builddir/gegl-0.4.28 > Build dir: /builddir/gegl-0.4.28/build < Project version: 0.4.26 > Project version: 0.4.28 > Program dot found: NO > Run-time dependency maxflow found: NO (tried pkgconfig and cmake) < Program dist-script.sh found: YES (/builddir/gegl-0.4.26/tools/dist-script.sh) > Program dist-script.sh found: YES (/builddir/gegl-0.4.28/tools/dist-script.sh) > dot: false > maxflow: false ```