Package Details: gimp-git 2:2.99.19.r352.f346b1783b-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: 115
Popularity: 1.09
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-04-12 09:07 (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

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

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.

electricprism commented on 2015-03-30 07:10 (UTC)

@OrdinaryMagician - Editing PKGBUILD with nano and replacing gtkhtml with gtkhtml3 seems to have fixed the compile error as I'm installing it now - thanks :)

MarisaDOOM commented on 2015-03-26 11:01 (UTC)

not only gtkhtml is in makedepends, but it's also incorrectly named. For the gtk2 version it should be gtkhtml3, now. But if it's unnecessary, I'll remove it myself when building, too.

davidosomething commented on 2015-03-25 14:37 (UTC)

gtkhtml snuck back into makedepends removed it again reinstalled babl-git to bump its internal version even though package version is the last git commit date still failing: http://slexy.org/view/s21Sb53H65 what am i missing?

ShadowKyogre commented on 2015-03-19 18:38 (UTC)

@mytbk: You may want to remove the line that's sedding out the env python from the PKGBUILD because specifying PYTHON=/usr/bin/python2 before the autogen.sh already takes care of converting the python interpreter (see the generated /usr/lib/gimp/2.0/interpreters/pygimp.interp after you build the package). When the sed is performed, it prevents ALL of gimp's default python-based plugins from running. Peculiarly, scripts with the env python line left alone still execute fine. I found this out when I saw my Permute Layers plugin still around in gimp 2.9, but not the built-in openraster plugin for gimp.