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

gjasso commented on 2012-01-17 16:21 (UTC)

Build fails with error: install file (('gimp-git.install') does not exist Works editing PKGBUILD and changing install=('gimp-git.install') to install=gimp-git.install PS: I'm using pacman-4.0

miffe commented on 2011-11-19 00:34 (UTC)

Please remote the () around on the install var, otherwise it wont build with makechrootpkg

Marcel_K commented on 2011-05-06 15:57 (UTC)

You don't need `|| return 1` anymore, makepkg can determine this itself now. You should put quotes around ${startdir} as it might contain spaces (or better, use "$srcdir" and "$pkgdir"). glib2-git is no longer required and gtk2 2.24.4 is now in [extra].

mbostwick commented on 2011-04-16 19:50 (UTC)

Package requires gtk2 >= 2.24 can be found in testing branch (http://www.archlinux.org/packages/testing/x86_64/gtk2/) easy solution is just to temporaryly add testing branch to pacman.conf at the bottem, download repo, install latest version of gtk and then remove testing branch from pacman.

<deleted-account> commented on 2011-04-08 06:25 (UTC)

Package requires gtk2 >= 2.24

Ape commented on 2011-03-20 16:14 (UTC)

The package should depend on glib2-git.

<deleted-account> commented on 2011-03-17 16:08 (UTC)

You need glib2-2.28, on Arch we have 2.26

Janhouse commented on 2011-03-12 22:48 (UTC)

checking for GLIB - version >= 2.28.1... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: Test for GLIB failed. See the file 'INSTALL' for help.