Package Details: gimp-git 2:3.0.3.r218.eeed283da2-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.013056
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2025-05-08 12:15 (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 9 10 .. 46 Next › Last »

jacekk90 commented on 2024-03-29 03:53 (UTC)

gimp/meson.build:1825:0: ERROR: Nonexistent build file 'gimp-data/meson.build'

A full log can be found at /home/jacekk90/.cache/yay/gimp-git/src/build/meson-logs/meson-log.txt

Running command: /usr/bin/python3 -c 'import sys,os; sys.exit(0 if os.path.exists("git-version.h") else 1)' --- stdout ---

--- stderr ---

Program git found: YES (/usr/bin/git) Configuring INSTALL using configuration Configuring config.h using configuration Running command: /usr/bin/date -u '+"%Y-%m-%dT%H:%M:%SZ"' --- stdout --- "2024-03-29T03:51:28Z"

--- stderr ---

Configuring org.gimp.GIMP-nightly.json using configuration Configuring gimp-plug-ins.rc using configuration Configuring gimp.rc using configuration Configuring gimpversion.h using configuration Program meson-enumgen.sh found: YES (/bin/sh /home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-enumgen.sh) Program meson-pdbgen.sh found: YES (/home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-pdbgen.sh) Program meson-enumcode.sh found: YES (/bin/sh /home/jacekk90/.cache/yay/gimp-git/src/gimp/pdb/meson-enumcode.sh) Program msgfmt found: YES (/usr/bin/msgfmt) Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/usr/bin/msgmerge) Program xgettext found: YES (/usr/bin/xgettext) Configuring gimp-release using configuration Configuring gimp.desktop.in using configuration Configuring org.gimp.GIMP.appdata.xml.in using configuration Adding test "validate-desktop" Adding test "appdata_file" Configuring gimprc using configuration Configuring dockable-dialogs-menuitems.ui using configuration Configuring dockable-menu.ui.in using configuration Configuring dialogs-dialogs-menuitems.ui using configuration Configuring image-menu.ui.in using configuration

gimp/meson.build:1825:0: ERROR: Nonexistent build file 'gimp-data/meson.build'

kubrick commented on 2023-11-12 17:09 (UTC)

vala is a required build dependency

Bink commented on 2023-11-10 04:41 (UTC) (edited on 2023-11-10 04:43 (UTC) by Bink)

Summarising what works so far: Enabling Meson build, Disabling checks.

Example: yay -S gimp-git --mflags "DISABLE_MESON=0 --nocheck"

jogai commented on 2023-10-11 10:14 (UTC)

gimp-git is also rebuild every hour by the chaotic-aur: https://github.com/chaotic-aur/packages/blob/main/garuda-cluster/hourly.1.txt#L345 so you dont have to build it locally.

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