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)

Dependencies (57)

Required by (103)

Sources (3)

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

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 46 Next › Last »

acoyani commented on 2015-12-26 21:25 (UTC)

Hello, my English is bad, use google translator, please add libmypaint as dependency. I compile from https://github.com/mypaint/libmypaint/commit/379dbba7897815d9bad8bb068560376f03dcd12b to build gimp-git.

b1nb4sh commented on 2015-12-01 16:23 (UTC)

Had to reinstall gegl-git and babl-git, then it worked flawlessly.

mytbk commented on 2015-12-01 10:10 (UTC)

Sorry for using the wrong dependency. I previous added the provide the gegl-git and thought it's ok to use gegl>=0.3.4 in gimp-git depends, but I didn't consider that the stock gegl can also update to version 0.3.4 (I haven't synced the stock repo at that time) and it's not usable for gimp-git.

nexero commented on 2015-12-01 09:42 (UTC)

@mytbk: Wrong dependency: Needs gegl-git instead of gegl>=0.3.4.. If you install gegl package from extra repository, gimp won't start and throws an error like gegl:gaussian-blur-selective not found.

electricprism commented on 2015-11-06 00:33 (UTC)

It's working again! Thank You All :)

electricprism commented on 2015-11-02 11:41 (UTC)

At present it compiles and installs however upon launching the binary reports a error: GIMP requires the GEGL operation "gegl:maze". This operation cannot be found. Check your GEGL install and ensure it has been compiled with any dependencies required for GIMP.

satriani commented on 2015-10-31 13:00 (UTC)

I get an error: ``` /usr/include/ghostscript/ierrors.h:22:22: schwerwiegender Fehler: gserrors.h: Datei oder Verzeichnis nicht gefunden Kompilierung beendet. Makefile:3789: die Regel für Ziel „file-ps.o“ scheiterte make[3]: *** [file-ps.o] Fehler 1 make[3]: Verzeichnis „/tmp/yaourt-tmp-alex/aur-gimp-git/src/gimp/plug-ins/common“ wird verlassen Makefile:646: die Regel für Ziel „all-recursive“ scheiterte make[2]: *** [all-recursive] Fehler 1 make[2]: Verzeichnis „/tmp/yaourt-tmp-alex/aur-gimp-git/src/gimp/plug-ins“ wird verlassen Makefile:782: die Regel für Ziel „all-recursive“ scheiterte make[1]: *** [all-recursive] Fehler 1 make[1]: Verzeichnis „/tmp/yaourt-tmp-alex/aur-gimp-git/src/gimp“ wird verlassen Makefile:683: die Regel für Ziel „all“ scheiterte make: *** [all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... ==> FEHLER:Makepkg konnte gimp-git nicht erstellen. ==> Erstellen von gimp-git neu starten?[j/N] ```

jtojnar commented on 2015-10-04 17:08 (UTC)

I was told at #gimp (irc.gnome.org) that this branch isn’t currently being developed and some functionality may be broken. Development will continue after the release of GIMP 2.10.

haawda commented on 2015-10-03 08:23 (UTC)

you can fetch the gtk3-port-branch with git://git.gnome.org/gimp#branch=gtk3-port. The sed stuff should go into a prepare function.