Package Details: gimp-git 2:3.0.0.RC1.r40.0cd0206917-1

Git Clone URL: https://aur.archlinux.org/gimp-git.git (read-only, click to copy)
Package Base: gimp-git
Description: GNU Image Manipulation Program
Upstream URL: https://www.gimp.org
Licenses: GPL, LGPL
Conflicts: gimp
Provides: gimp
Submitter: None
Maintainer: bartus
Last Packager: bartus
Votes: 116
Popularity: 0.52
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-11-14 16:59 (UTC)

Pinned Comments

bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)

Note: If you want to have both gimp-git and stock gimp installed, there's a non-conflicting version of this package called gimp-develop-git
This package is also hosted on GitHub.
Use env vars to control build process:
  • DISABLE_MESON=1 to build with Autotools build system (disabled by default)
  • MAKEFLAGS="xxx" to override default make flags.
Usage cases:
  • makepkg DISABLE_MESON=1
  • yay -S gimp-git --mflags "DISABLE_MESON=1"
Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!

Latest Comments

1 2 3 4 5 6 .. 46 Next › Last »

Bink commented on 2025-01-02 00:25 (UTC) (edited on 2025-01-02 00:30 (UTC) by Bink)

I've noted an issue when specifically updating this package, as dependencies aren't necessarily updated or rebuilt also, and that seems to be causing a build issue. It's not gegl-git or babl-git, although an error from these is typically thrown. Explicitly updating them does not resolve it.

To resolve it, I completely removed gimp-git and its dependencies (eg: yay -Rcns gimp-git and yay -Yc), starting from a clean slate. This perhaps explains why it builds successfully for the maintainer in a clean environment. Then I was then able to successfully build and install with either of the below commands. Checks were failing for me (as @jrtjrtjhjgfgjtj also noted), so I disabled them.

makepkg -sicC --nocheck
yay -S gimp-git --mflags "--nocheck"

maderios commented on 2024-11-27 09:26 (UTC)

I got babl-git-0.1.111.r1906.824109f after building it and gegl-git-0.4.51.r10888.626c20255

FabioLolix commented on 2024-11-26 20:19 (UTC)

don't know why babl-git (0.1.109.r1891.c5f97c8-1) is being used if the correct version as of today (26.11.2024) is babl (0.1.110-1)

babl-git is a VCS pkgbuild, the version is calculated at build time

danielkrajnik commented on 2024-11-26 20:18 (UTC)

don't know why babl-git (0.1.109.r1891.c5f97c8-1) is being used if the correct version as of today (26.11.2024) is babl (0.1.110-1) - build says that it requires version 0.1.10

maderios commented on 2024-11-25 16:13 (UTC) (edited on 2024-11-25 16:16 (UTC) by maderios)

@rionyreva It builds normally for me. You need gegl and babl git versions. Update your Arch system and run 'makepkg -sicC'. Don't use any Aur helper

jrtjrtjhjgfgjtj commented on 2024-11-25 14:01 (UTC) (edited on 2024-11-25 14:02 (UTC) by jrtjrtjhjgfgjtj)

Doesn't install:


Summary of Failures:

 3/21 gimp:app / save-and-export             FAIL            3.86s   (exit status 133 or signal 5 SIGTRAP)
 4/21 gimp:app / single-window-mode          FAIL            3.85s   (exit status 133 or signal 5 SIGTRAP)
 5/21 gimp:app / ui                          FAIL            3.83s   (exit status 133 or signal 5 SIGTRAP)

Ok:                 18  
Expected Fail:      0   
Fail:               3   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /home/rionyreva/.cache/yay/gimp-git/src/build/meson-logs/testlog.txt
FAILED: meson-internal__test 
/usr/bin/meson test --no-rebuild --print-errorlogs
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: gimp-git-exit status 4
 -> devel check for package failed: '/usr/bin/git ls-remote https://gitlab.gnome.org/GNOME/gegl.git HEAD' encountered an error: fatal: unable to access 'https://gitlab.gnome.org/GNOME/gegl.git/': The requested URL returned error: 503
 -> devel check for package failed: '/usr/bin/git ls-remote https://gitlab.gnome.org/GNOME/babl HEAD' encountered an error: fatal: unable to access 'https://gitlab.gnome.org/GNOME/babl/': The requested URL returned error: 503
 -> Failed to install the following packages. Manual intervention is required:
gimp-git - exit status 4

maderios commented on 2024-11-06 10:48 (UTC)

gimp-git 2.99 builds fine now with official gegl and babl arch packages but it seems there's a versioning problem

Finished making: gimp-git 2:2.r15f5b15e69.-1 (Wed 06 Nov 2024 11:37:04 AM CET)

mfmAURuser-name commented on 2024-11-05 13:42 (UTC) (edited on 2024-11-05 14:29 (UTC) by mfmAURuser-name)

Tagged release of GIMP RC1: https://gitlab.gnome.org/GNOME/gimp/-/tags/GIMP_3_0_0_RC1

Released babl 0.1.110 and gegl 0.4.50 dependencies are both now in Extra.

EDIT: Built RC1 with a modified PKGBUILD and no *-git dependencies.