Package Details: gimp-git 2:3.1.5.r391.f175004be3-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.002133
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2025-10-16 12:45 (UTC)

Dependencies (56)

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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 46 Next › Last »

heavysink commented on 2017-09-25 16:26 (UTC)

I am one of the member of Archlinux CN team and I have added gimp-git and all its dependencies (babl-git, gegl-git) into archlinuxcn repository. Our repository has a watcher bot that watches the update from git repo directly and do updates automatically. [archlinuxcn] Server = http://repo.archlinuxcn.org/$arch ## or use a CDN (beta) #Server = https://cdn.repo.archlinuxcn.org/$arch ## or install archlinuxcn-mirrorlist-git and use the mirrorlist #Include = /etc/pacman.d/archlinuxcn-mirrorlist As the package is signed, archlinuxcn-keyring package must be installed before it.

ksj commented on 2017-09-16 21:22 (UTC)

Ok, done

haawda commented on 2017-09-16 20:13 (UTC)

I think, gtk3 should be added to the dependencies and glib-networking to the makedepends-array.

haawda commented on 2017-09-16 18:38 (UTC)

Why isn't if [ -f /usr/lib/pkgconfig/libmypaint-1.3.pc ]; then sed -i 's/libmypaint /libmypaint-1.3 /g' configure.ac fi in the prepare function?

mytbk commented on 2017-09-12 01:05 (UTC)

@bemeurer weird, because its dependency gegl depends on babl. Maybe you're using extra/babl and it's not new enough (so I should add babl-git again)?

bemeurer commented on 2017-09-11 21:40 (UTC)

babl needs to be added as a dependence. Configuration fails without it.

mytbk commented on 2017-07-28 07:38 (UTC)

@SinClaus Yes, previously gimp-git uses libmypaint-git, but libmypaint has some changes recently that may break gimp-git, so I make gimp-git stick to libmypaint-1.3.

SinClaus commented on 2017-07-28 04:51 (UTC)

@mytbk It's not me select libmypaint-git, it was installed as dependents of some version of gimp-git.

sekret commented on 2017-07-26 19:17 (UTC)

Right now it doesn't build here, here's the last lines of the output. https://transfer.sh/11sz65/log Looks like we need to add glib-networking, or disable it with an extra flag, if that's available. Btw, I always build in a clean chroot.