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)

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

k3a commented on 2019-04-04 16:12 (UTC)

According to man PKGBUILD:

  • ./configure should be part of build()!!! Otherwise custom CFLAGS/LDFLAGS from makepkg.conf are not used.

  • prepare() should be used for sourcefiles preparations, such as patching ONLY.

bartus commented on 2019-03-03 13:27 (UTC) (edited on 2019-03-05 20:22 (UTC) by bartus)

@FFY00: yep, you can't implement this in PKGBUILD but I presumed you are going to rebuild this package daily basis, aren't you. Injecting additional piece of a script before the rebuild and automatically pushing changes to git@aur afterwards is worth the effort if the package can have properly instantiated dependencies version, isn't it.

FFY00 commented on 2019-03-02 22:29 (UTC)

That can't be properly implemented, you would need to have the source unpacked for that.

bartus commented on 2019-03-02 21:57 (UTC) (edited on 2019-03-02 21:57 (UTC) by bartus)

@FFY00, why removing deps pkgver? Why not probe those from configure? update.PKGBUILD (° ͜ʖ°)

FredBezies commented on 2019-02-18 09:37 (UTC)

Like Ionaowna reported, I've got this error:

Error: GIMP configuration failed.

  • Error: missing dependency babl >= 0.1.61
  • Error: missing dependency gegl-0.4 >= 0.4.13

lonaowna commented on 2018-12-31 17:47 (UTC) (edited on 2019-01-02 14:06 (UTC) by lonaowna)

Dependencies should be updated: gegl>=0.4.13, babl>=0.1.61

FFY00 commented on 2018-11-23 10:49 (UTC) (edited on 2018-11-23 10:49 (UTC) by FFY00)

Oh, my mistake. I don't know where my head was, haha. Use /usr/share/blender-devel, that's what I wanted to say.