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)

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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 46 Next › Last »

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.

mytbk commented on 2015-03-04 14:22 (UTC)

@3ED_0: I've checked the babl-git in AUR. It doesn't use the babl version as the package version, so I cannot write that to the depends.

3ED_0 commented on 2015-03-03 17:43 (UTC)

To successfuly compile, you need babl-git (>=0.1.12), which is missing in pkgbuild depends.

mytbk commented on 2014-06-04 16:13 (UTC)

Updated: remove gtkhtml from makedepends

<deleted-account> commented on 2014-06-03 14:14 (UTC)

This package is still broken due to gtkhtml not existing.

MarisaDOOM commented on 2014-06-03 14:13 (UTC)

Problem is, gtkhtml4 is for GTK3.

mmstick commented on 2014-05-06 19:06 (UTC)

Update the PKGBUILD to pull gtkhtml4 (currently version 4.8.0-1) from the official repos as there isn't a package in AUR or official repos by the name of gtkhtml.