Changes between Version 9 and Version 10 of gimp


Ignore:
Timestamp:
10/03/2016 12:58:15 AM (8 years ago)
Author:
Nomadic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gimp

    v9 v10  
    22
    33I had to use the --enable-network option with configure to get gimp-help-2-0.10 to compile.
    4 
    5 
    64
    75== '''gimp-help files''' ==
     
    1917
    2018For Gimp to recognize a Wacom tablet, GTK+ 2 must be configured --with-xinput=yes. Furthermore, if you install xf86-input-libinput (not in BLFS), you must also install Xorg Wacom driver.
     19
     20= GEGL warnings =
     21
     22Running Gimp 2.8.18 built on GEGL 0.3.8 will emit a bunch of warnings like
     23
     24{{{
     25(gimp:232): GLib-GObject-WARNING **: g_object_set_valist: object class 'GeglConfig' has no property named 'cache-size'
     26(gimp:232): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x14B2C00 from "gimp:point-layer-mode" to "gimp:dissolve-mode"
     27(gimp:232): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x14B30D0 from "gimp:point-layer-mode" to "gimp:behind-mode"
     28...
     29}}}
     30
     31Build Gimp against GEGL 0.2.0 to avoid these warnings.