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)

Dependencies (56)

Required by (95)

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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 46 Next › Last »

qdii commented on 2018-11-20 22:00 (UTC)

Why is this package conflicting with gimp?

FFY00 commented on 2018-10-06 23:10 (UTC)

This is building master. Should be GTK3 already.

electricprism commented on 2018-10-06 23:08 (UTC)

AFAIK on GIMP's roadmap they say GTK3 is in master, is it possible to patch the PKGBUILD to request building the GTK3 version (assuming this version is not GTK3)

bartus commented on 2018-09-19 06:12 (UTC) (edited on 2018-09-19 06:13 (UTC) by bartus)

@FFY00; there is one, but it's old as balls ;)

FFY00 commented on 2018-09-18 19:31 (UTC)

There's no gimp-devel. As I said, it would need to be created.

alex-y commented on 2018-09-18 18:14 (UTC)

Where is gimp-devel???

FFY00 commented on 2018-09-18 16:54 (UTC)

I will not patch the build so that it doesn't conflict with gimp, that's not the point of -git packages. For that you should create a gimp-devel package IIRC. I probably can fix the gimptool situation but I'm not sure, need to ask the other guys.

bartus commented on 2018-09-18 13:50 (UTC) (edited on 2018-09-18 13:53 (UTC) by bartus)

@FFY00: few more notes apropos package() function:

  • gimptool-2.0 doesn't exist in gimp-git package (there is gimptool-2.99, which is required only for building gimp plugins, but those in turn uses gimptool-2.0 explicitly, so there is no need for making this symlink at all).
  • linux.gpl should be installed in /usr/share/gimp/2.99/palettes/.
  • gimp.desktop should be renamed to gimp-2.99.desktop along with it icons.
  • metainfo can be safely removed as it contains only freedesktop.appstream metadate witch even doesn't reflects content of the gimp-git package.
  • Those in turns makes gimp-git nonconflicting with gimp. Until, of curse, version 2.99 gets into main repo, but until then we should have gimp-3.0 in master, I hope ;)

PKGBUILD.patch

rogers commented on 2018-09-18 09:00 (UTC)

It's using api_version instead of gimp_version. 192.168.0.1 https://19216801help.com/

bartus commented on 2018-09-16 10:38 (UTC)

@FFY00: for a sec, I realy fought that 3.0 was released... then, sadly realised that you are using api_version instead of gimp_version, mild trolling perhaps ;)