Similar issue here:
https://gitlab.gnome.org/GNOME/gimp/-/issues/11369
"It's fixed with GI_TYPELIB_PATH set correctly. ninja still complains about gimp-splash.png, but gimp-splash.png gets build with ninja install"
`
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 46 Next › Last »
Similar issue here:
https://gitlab.gnome.org/GNOME/gimp/-/issues/11369
"It's fixed with GI_TYPELIB_PATH set correctly. ninja still complains about gimp-splash.png, but gimp-splash.png gets build with ninja install"
`
Build issue still present, with check or not. It doesn't come from upstream (see link below)
I got issue when building with check. I reported upstream. See dev answer here https://gitlab.gnome.org/GNOME/gimp/-/issues/11681
'Program /usr/bin/glib-genmarshal found: NO'
glib2-devel dependency is now needed to get /usr/bin/glib-genmarshal
@bartus Thanks for maintaining this package. It builds fine for me. Just doing 'makepkg -sicC'
@Bink I'm building with plain mkchrootpkg
with meson
and check()
enabled. Perhaps it's a yay
idiosyncrasy 🤔
I'm able to get a successful build, but I'm still needing to explicitly enable Meson and disable checks. This is the command that worked for me (and is the only one that's ever worked since Nov 2023):
yay -S gimp-git --mflags "DISABLE_MESON=0 --nocheck"
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 stockgimp
installed, there's a non-conflicting version of this package calledgimp-develop-git
This package is also hosted on GitHub.
Please report
issues
andpatches
to gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
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!