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.002615
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2025-09-27 14: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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 46 Next › Last »

hahnavi commented on 2018-02-17 05:15 (UTC) (edited on 2018-02-17 05:17 (UTC) by hahnavi)

gimp 2.99.0

to make it build completely you need to install babl-git, gegl-git, and mypaint-brushes from aur repository.

and then install this package, edit PKGBUILD :

to >> source=(git+https://git.gnome.org/browse/gimp#branch=gtk3-port 'linux.gpl::https://git.archlinux.org/svntogit/packages.git/plain/trunk/linux.gpl?h=packages/gimp')

  • change >> sed -i 's/gimp.desktop/gimp-'${_version}'.desktop/g' desktop/gimp.appdata.xml.in

to >> sed -i 's/gimp.desktop/gimp-'${_version}'.desktop/g' desktop/org.gimp.GIMP.appdata.xml.in.in

  • change >> mv "${pkgdir}/usr/share/appdata/gimp.appdata.xml" "${pkgdir}/usr/share/appdata/gimp-${_version}.appdata.xml"

to >> mv "${pkgdir}/usr/share/appdata/org.gimp.GIMP.appdata.xml" "${pkgdir}/usr/share/appdata/gimp-${_version}.appdata.xml"

bm456 commented on 2018-01-30 18:07 (UTC)

gimp its making many ptrace calls

mytbk commented on 2018-01-30 15:20 (UTC)

It seems that the babl-git built with meson will break gimp-git, so I reverted it in the new babl-git PKGBUILD now.

marcpilorge commented on 2018-01-30 13:15 (UTC)

Since yesterday, Gimp-git builds fine but won't start. Problem with babl-git

Message :

WARNING missing babl fast path(s): "Y' u8" to "Y u16" WARNING missing babl fast path(s): "Y u16" to "Y' u8" This is a development version of GIMP. Debug messages may appear here.

WARNING missing babl fast path(s): "R'G'B'A float" to "RGBA float" WARNING missing babl fast path(s): "RGBA float" to "R'G'B'A float" ../babl/babl/babl-internal.h:216 babl_fatal() babl_format("CIE Lab alpha float"): not found

Nordlicht commented on 2018-01-30 09:32 (UTC)

Seems to be broken again. :/ Gimp-git builds fine, but won't start:

WARNING missing babl fast path(s): "Y' u8" to "Y u16" WARNING missing babl fast path(s): "Y u16" to "Y' u8" This is a development version of GIMP. Debug messages may appear here.

WARNING missing babl fast path(s): "R'G'B'A float" to "RGBA float" WARNING missing babl fast path(s): "RGBA float" to "R'G'B'A float" ../babl/babl/babl-internal.h:216 babl_fatal() babl_format("CIE Lab alpha float"): not found

alex-y commented on 2018-01-30 06:13 (UTC)

no more error today

alex-y commented on 2018-01-29 17:03 (UTC)

../app/gimp-version.c:35:10: erreur fatale: git-version.h : Aucun fichier ou dossier de ce type

kemuel commented on 2018-01-27 21:11 (UTC)

In order to make it build I simply added linux.gpl as a source.The way it is suppposed to be:

source=( "git+https://git.gnome.org/browse/gimp#branch=gtk3-port" "linux.gpl" ) md5sums=( 'SKIP' 'bb27bc214261d36484093e857f015f38' )

gmt commented on 2018-01-27 00:54 (UTC)

Unfortunately, still fails. install: cannot stat '/tmp/yaourt-tmp-i/aur-gimp-gtk3-git/src/linux.gpl': No such file or directory

haawda commented on 2018-01-26 02:07 (UTC)

fixed