GNOME Bugzilla – Bug 557705
compatibility with GEGL > 0.0.20
Last modified: 2008-10-29 19:34:19 UTC
GEGL from trunk introduced some incompatible changes. We should make sure that GIMP 2.6.2 will compile and work fine with GEGL 0.0.18, 0.0.20 and the upcoming 0.0.22 release. Most of the necessary changes have been done in the gimp-2-6 branch already. This report is a reminder to take care of the "gegl:" prefix in operation names. It is also a reminder to test that all this actually works before releasing 2.6.2.
2008-10-24 Sven Neumann <sven@gimp.org> Bug 557705 – compatibility with GEGL > 0.0.20 * app/gegl/gimp-gegl-utils.[ch]: added gimp_gegl_check_version(), a run-time GEGL version check. * app/core/gimpimagemap.c (gimp_image_map_apply): use the new function to determine the names of the GEGL ops to use. * app/core/gimpdrawable-brightness-contrast.c * app/core/gimpdrawable-invert.c * app/tools/gimpbrightnesscontrasttool.c: choose GEGL operation names based on the GEGL version we are being used with.
I have done some tests and everything seems to compile and work fine with GEGL 0.0.18, GEGL 0.0.20 and GEGL from trunk now.