Package Details: gimp-git 2:3.1.5.r184.355d695607-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.002461
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2025-09-27 14:07 (UTC)

Required by (96)

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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 46 Next › Last »

imyxh commented on 2018-05-30 22:45 (UTC)

Hello. I think we should make an effort to make this not conflict with GIMP, particularly because the new GTK+3 changes make gimp-git very untrustworthy for production. GIMP developers themselves have said that there are no inherent conflicts: the binaries are named gimp-2.10 and gimp-2.99 respectively. I've modified your PKGBUILD and hacked together an install file and linked them below. The install file partially borrowed from the GIMP wiki, and edited to correct a bug where GIMP tries to access /usr/share/gimp-2.99. I'm sure both are full of bad practices as I'm new to Arch, but they work as a proof of concept and I hope that someone can integrate them properly.

PKGBUILD: https://gist.github.com/imyxh/99fd4ccf1f7e4325889071d904c9ff1e .install: https://gist.github.com/imyxh/13a49a36798fc4870325169a384630af

Also, you probably want to install to /opt/usr or something instead of $HOME/gimp-git/usr. (For some reason, GIMP refuses to install libraries into anything not ending in usr/lib....)

haawda commented on 2018-05-27 16:53 (UTC) (edited on 2018-06-02 13:27 (UTC) by haawda)

Arch Linux does not support /usr/libexec, but this package installs gimp-debug-tool-2.99 to that path. Please adjust this by adding "--libexecdir=/usr/bin" to the options for autogen.sh.

Also I get configure: WARNING: unrecognized options: --enable-gimp-remote, --with-gif-compression, --with-libcurl, --without-hal, --without-gvfs, --without-gnomevfs

You can savely remove that options from the autogen.sh line.

Dependencies: libwebp, gtk3, libmng, libxpm, libxmu. gtk3 for sure, the other ones maybe optional. babl needs to be >= 0.1.50.

haawda commented on 2018-05-20 21:02 (UTC) (edited on 2018-05-21 05:12 (UTC) by haawda)

The gtk3-port branch has been merged into master, making the gimp-gtk3-git PKGBUILD obsolete. I requested a merge of gimp-gtk3-git into gimp-git.

haawda commented on 2018-05-17 19:53 (UTC)

Build and install babl-git. It provides babl 1.48.

DrosteEffect commented on 2018-05-17 13:17 (UTC)

Can't build because babl must be >= 0.1.48 and the newest version of babl is 0.1.46.

vladafirefly commented on 2018-05-13 07:45 (UTC)

@electricprism Thanks for the first-aid solution. @haawda Works now! Thanks

haawda commented on 2018-05-12 17:55 (UTC)

I made a mistake and pulled from master instead from gtk-port branch. Sorry for that. It is fixed now.

electricprism commented on 2018-05-12 16:15 (UTC)

@vladafirefly Because I build the packages with pacaur it saves a copy of the compiled packages for me.

I am not sure if the git has changed or the link needs to be updated in PKGBUILD, but I do know you can install the vesions I compiled on May 3rd and 4th which are GTK3 and also have CSD headers.

https://mega.nz/#!WVMmGbqI!a6xaB5m20FZmy3Q89c0reNAgUYp0LCZJc50fsc068G0

vladafirefly commented on 2018-05-12 06:36 (UTC)

Either I am missing something very obvious or gimp-GTK3-git isn't configured to actually build with gtk3. It used to work a few days ago.

FFY00 commented on 2018-05-11 19:38 (UTC)

Rulatir, please try installing the package now. I added the missing libraries as dependencies. I was able to install the package from a clean docker container so it should work for you.