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

FFY00 commented on 2018-09-14 18:53 (UTC) (edited on 2018-09-14 18:55 (UTC) by FFY00)

It's not needed to determine package succession in -git packages. Package succession is there to detect new versions, we don't bump the repo pkgver for new versions. Every time you want a new version, you recompile the package. pkgdir is just there for user information in -git packages.

bartus commented on 2018-09-14 18:49 (UTC) (edited on 2018-09-14 19:12 (UTC) by bartus)

@FFY00: please include nr.commits $(git rev-list $(git describe --abbrev=0\)..HEAD --count) in the pkgver right before commit hash.

Current pkgver produce erroneous behaviour within alpm_pkg_vercmp function of pacman(5.1). Without nr.commits package succesion can't be determined (as commit.hash value doesn't rise in lexical order).

My proposition for pkgver:

echo $(cat configure.ac|grep -oP 'gimp_(major|minor|micro)_version\], \[\K[0-9]{1,2}'|tr '\n' '.')r$(git rev-list $(git describe --abbrev=0)..HEAD --count).$(git log --pretty=format:'%h' -n 1)

domochevski commented on 2018-09-07 16:51 (UTC)

Well thank you very much for taking the time to make this update.

FFY00 commented on 2018-09-07 14:28 (UTC)

Sorry about that. I've been really busy and I didn't have the opportunity to double check or test the PKGBUILD.

kubrick commented on 2018-09-07 13:23 (UTC)

Now I get: ==> Starting package()... make: *** No rule to make target 'install'. Stop. ==> ERROR: A failure occurred in package().

package() should cd to $_pkgname, not $_gitname...

haawda commented on 2018-09-07 10:50 (UTC)

I think there is not need for further "me to" comments.

frankenstein20 commented on 2018-09-07 10:44 (UTC)

same error makepkg hangs on pkgver for a long long time

kubrick commented on 2018-09-07 08:35 (UTC)

makepkg hangs on pkgver for me in this new version

FFY00 commented on 2018-09-06 19:28 (UTC)

Yes, sorry. It was a typo, ugh. I committed the wrong revision.