Changes between Version 10 and Version 11 of gimp


Ignore:
Timestamp:
12/21/2023 02:26:18 PM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gimp

    v10 v11  
    11= GIMP =
    22
    3 I had to use the --enable-network option with configure to get gimp-help-2-0.10 to compile.
     3== Wacom tablet ==
    44
    5 == '''gimp-help files''' ==
    6 
    7 (for versions before 2.6.0)
    8 
    9 If you only wish to build the help files in a specific language(s), set 'ALL_LINGUAS' envar.[[BR]]
    10 
    11 Example: 'ALL_LINGUAS=en' will build only the english help files.
    12 
    13 [wiki:IndividualOfficePrograms Up][[br]]
    14 [wiki:BlfsNotes Top]
    15 
    16 = Wacom tablet =
    17 
    18 For 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 
    22 Running 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 
    31 Build Gimp against GEGL 0.2.0 to avoid these warnings.
     5For Gimp to recognize a Wacom tablet, GTK+ 2 must be configured --with-xinput=yes. Furthermore, if you install xf86-input-libinput, you must also install Xorg Wacom driver.