Skip to content

Update GIMP from 2.10.18 to 2.10.20 #1875

Merged
merged 4 commits into from
Sep 10, 2020

Commits on Sep 8, 2020

  1. babl: Update version from 0.1.74 to 0.1.80

    GIMP 2.10.20 requires 0.1.78.
    pmenzel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c489f68 View commit details
    Browse the repository at this point in the history
  2. gegl: Update version from 0.4.22 to 0.4.26

    Required by GIMP 2.10.20.
    pmenzel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    cf57da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    940657f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. gimp: Disable update check on startup

    By default, GIMP checks for updates. Currently, this does not work (in our
    environment) resulting in the error below [1].
    
        $ gimp
        gimp_check_updates_callback: loading of https://gimp.org/gimp_versions.json failed: Peer failed to perform TLS handshake
    
    So, configure the build to disable the check.
    
        --disable-check-update  GIMP will not look up new version availability on startup
    
    [1]: https://gitlab.gnome.org/GNOME/gimp/-/issues/5622
    pmenzel committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f084b63 View commit details
    Browse the repository at this point in the history