Package Details: gimp-git 2:3.0.0.RC1.r40.0cd0206917-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.52
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-11-14 16:59 (UTC)

Dependencies (57)

Required by (103)

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

domochevski commented on 2018-09-06 18:58 (UTC)

@haawda This is most likely due to the fact that grep is not fed any file to search through, so it waits for a data from the standard input.

haawda commented on 2018-09-06 17:21 (UTC)

The new pkgver function seems to hang for me, or at least takes for too long.

bartus commented on 2018-09-05 12:10 (UTC) (edited on 2018-09-05 14:02 (UTC) by bartus)

@FFY00: You should update version of babl/gegl to reflect gimp-git requirements. Current deps array produces inconsistent results with automated container build sys.

Here's a peace of script that could help ;)

_babl_version=$(grep -oP '(\[babl_required_version\], \[)\K[0-9.]*' ${srcdir}/${_gitname}/configure.ac)
_gegl_version=$(printf "%s.%s" $(grep -oP '\[gegl_(major_minor|micro)_version\], \[\K[0-9.]*' ${srcdir}/${_gitname}/configure.ac))

I made a small script that leverages this concept and allow to automatically update depends array versions: sh$ ./update.PKGBUILD concept could be easily extended to handle all (gimp|babl|gegl)-git packages, cheers ;)

haawda commented on 2018-08-03 21:58 (UTC)

Quote from Arch packaging guidelines: "Avoid using /usr/libexec/ for anything. Use /usr/lib/$pkgname/ instead." I think the stressing is on the avoidance part.

pacman -Ql gimp-git|grep libexec shows that this package violates this. For gimp, setting --libexecdir=/usr/bin is more appropiate, at least the PKGBUILD from the repos does it that way.

EdHarry commented on 2018-07-18 18:22 (UTC)

@FFY00 No probs :)

FFY00 commented on 2018-07-18 15:08 (UTC)

EdHarry, thanks! That helps a lot. I pinned your comment :)

EdHarry commented on 2018-07-18 15:01 (UTC)

Found the problem, I switched down to a single threaded build. Looks like there is a potential race condition in the generation of gimpmarshal.h.

FFY00 commented on 2018-07-17 22:16 (UTC)

This needs to be reported to the upstream. The issue doesn't seem to be in my build process.

EdHarry commented on 2018-07-17 15:33 (UTC)

I tried b52bb23aea4b, got the same error.

FFY00 commented on 2018-07-17 12:45 (UTC)

Did you also try b52bb23aea4b?