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.51
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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 46 Next › Last »

DrosteEffect commented on 2018-01-25 00:31 (UTC) (edited on 2018-01-25 00:58 (UTC) by DrosteEffect)

Latest package will not build because linux.gpl is not located in src/, where PKGBUILD expects it to be. Change PKGBUILD to expect it under the root directory or move it to src/.

ksj commented on 2018-01-22 07:41 (UTC)

I'm not using archlinux now. So, I'm disowning this package. Feel free to adopt it.

quequotion commented on 2018-01-21 12:23 (UTC) (edited on 2018-01-21 12:42 (UTC) by quequotion)

gnome-xcf-thumbnailer depends on "gimp"; not sure if there are any other such packages, but just in case, could you add it to provides() and conflicts()?

provides=(gimp{,-"${_version}"})

conflicts=(gimp{,-"${_version}"})

Derivitave packages like this should generally provide and conflict the standard version of the package for its dependants unless there is a particularly good reason not to.

maderios commented on 2018-01-18 17:13 (UTC)

To build git versions, install babl-git. Same thing concerning gegl, etc... https://git.gnome.org/browse/gimp/commit/?id=7d5188cae65d4fdde2b8cebb5446472793fced4f

travnick commented on 2018-01-18 15:25 (UTC) (edited on 2018-01-18 15:26 (UTC) by travnick)

package commit: d4fa25f67858

Error: GIMP configuration failed.

  • Error: missing dependency babl >= 0.1.40

but PKGBUILD says 0.1.38

SinClaus commented on 2018-01-18 07:09 (UTC)

Second try (pkgbuild from AUR directory) was successful.

SinClaus commented on 2018-01-18 06:52 (UTC)

Error building gimp-git:

gimpcellrenderertoggle.c:28:10: fatal error: gimpwidgetsmarshal.h: No such file or directory

igvalor commented on 2018-01-16 08:07 (UTC)

@mytbk All Arch users have /bin in their $PATH. The problem is in $PYTHONPATH. Change line 55 in PKGBUILD: PYTHONPATH="/usr/share/glib-2.0:${PYTHONPATH}" make

nfortier commented on 2018-01-14 19:47 (UTC)

Thanks. I can install babl-git, gegl-git but libmypaint fails. Prepare error: patching file configure.ac The next patch would create the file configure.ac.orig, which already exists! Skipping patch. 1 out of 1 hunk ignored patching file gegl/Makefile.am patching file .gitignore patching file libmypaint.pc.in patching file Makefile.am patching file tests/Makefile.am