Package Details: gimp-git 2:2.99.19.r352.f346b1783b-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: 115
Popularity: 1.05
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-04-12 09: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 2 3 4 5 6 7 8 .. 43 Next › Last »

maderios commented on 2023-09-27 19:35 (UTC)

It builds after enabling Meson and disabling tests. Option '--nocheck'

maderios commented on 2023-07-29 12:44 (UTC)

It doesn't build because Test fail


6/8 gimp:app / xcf                         OK              4.69s
7/8 gimp:desktop / validate-desktop        OK              0.01s
8/8 gimp:app / app-config                  OK              0.03s

Summary of Failures:

3/8 gimp:app / save-and-export      FAIL            3.80s   (exit status 133 or signal 5 SIGTRAP)
4/8 gimp:app / single-window-mode   FAIL            3.80s   (exit status 133 or signal 5 SIGTRAP)
5/8 gimp:app / ui                   FAIL            3.80s   (exit status 133 or signal 5 SIGTRAP)
Ok:                 5
Expected Fail:      0
Fail:               3
Unexpected Pass:    0
Skipped:            0
Timeout:            0

Very long 'testlog.txt' , here's beginning

Failed to guess install tag for /usr/share/gimp/2.99/tags/gimp-tags-default.xml
Failed to guess install tag for /usr/share/gimp/2.99/tips/gimp-tips.xml
Failed to guess install tag for /usr/share/applications/gimp.desktop
Failed to guess install tag for /usr/share/metainfo/org.gimp.GIMP.appdata.xml
Failed to guess install tag for /usr/share/gimp/2.99/menus/dockable-menu.ui
Failed to guess install tag for /usr/share/gimp/2.99/menus/image-menu.ui
etc, etc...

haawda commented on 2023-07-26 17:14 (UTC) (edited on 2023-07-26 17:15 (UTC) by haawda)

Working pkgver function:

pkgver() {
  cd $_pkgname

  printf "%s.r%s.%s" \
    $(grep version: meson.build | head -1 | cut -d\' -f2) \
    "$(git rev-list --count HEAD)" \
    "$(git log --pretty=format:'%h' -n 1)"
}

xiota commented on 2023-07-25 17:54 (UTC)

Clean chroot. pkgver() creating non-sense strings, like ..r.

maderios commented on 2023-07-25 16:43 (UTC)

It seems this package is orphaned

Bink commented on 2023-07-12 04:06 (UTC)

@bartus has also mentioned elsewhere:

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

Bink commented on 2023-07-12 04:03 (UTC)

@gnolooo and @rhysperry111, the current issue is specific to builds with Meson disabled (the default). It can be avoided by building using Meson (which is to become the default anyway).

To enable build with Meson, use: yay -S gimp-git --mflags "DISABLE_MESON=0"

rhysperry111 commented on 2023-07-11 20:33 (UTC)

@bartus the package hasn't built correctly for almost 2 weeks now. Are you still willing to maintain it? (if there's no response in a few days, I'll submit an orphan request)

gnolooo commented on 2023-06-27 15:20 (UTC)

Installing this package from AUR fails with the following error: /$MYPATH/gimp-git/PKGBUILD: line 83: ./autogen.sh: File or directory not found.