Good news, it builds successfully with 5891854f commit
Search Criteria
Package Details: gimp-git 2:3.0.3.r218.eeed283da2-1
Package Actions
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.013595 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2025-05-08 12:15 (UTC) |
Dependencies (57)
- appstream-glib (appstream-glib-gitAUR)
- babl-gitAUR
- cairo (cairo-gitAUR)
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- enchant
- gegl-gitAUR
- gobject-introspection
- gtk-doc
- icu (icu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libart-lgplAUR
- libexif (libexif-gitAUR)
- libgexiv2
- librsvg (librsvg-gitAUR)
- libwmf (libwmf-gitAUR)
- mypaint-brushes1
- openexr (openexr-gitAUR)
- poppler-data
- poppler-glib (poppler-glib-gitAUR)
- Show 37 more dependencies...
Required by (95)
- brscan-skey (requires gimp) (optional)
- djvupages-git (requires gimp) (optional)
- gimp-brushbox (requires gimp)
- gimp-calendar (requires gimp)
- gimp-elsamuko-git (requires gimp)
- gimp-extras (requires gimp)
- gimp-fix-ca (requires gimp)
- gimp-font-rendering-fix (requires gimp)
- gimp-fourier (requires gimp)
- gimp-gap (requires gimp)
- gimp-ofnuts-tools (requires gimp)
- gimp-paint-studio (requires gimp)
- gimp-palletes-davidrevoy (requires gimp) (optional)
- gimp-plugin-akkana-git (requires gimp)
- gimp-plugin-arrow (requires gimp)
- gimp-plugin-astronomy (requires gimp)
- gimp-plugin-batcher-git (requires gimp)
- gimp-plugin-beautify (requires gimp)
- gimp-plugin-bimp (requires gimp)
- gimp-plugin-contrastfix (requires gimp)
- Show 75 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 46 Next › Last »
maderios commented on 2024-08-07 12:19 (UTC)
maderios commented on 2024-07-23 15:26 (UTC)
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"
`
maderios commented on 2024-07-20 12:06 (UTC)
Build issue still present, with check or not. It doesn't come from upstream (see link below)
maderios commented on 2024-06-17 14:23 (UTC)
I got issue when building with check. I reported upstream. See dev answer here https://gitlab.gnome.org/GNOME/gimp/-/issues/11681
maderios commented on 2024-06-16 19:00 (UTC)
'Program /usr/bin/glib-genmarshal found: NO'
glib2-devel dependency is now needed to get /usr/bin/glib-genmarshal
maderios commented on 2024-04-13 17:07 (UTC)
@bartus Thanks for maintaining this package. It builds fine for me. Just doing 'makepkg -sicC'
bartus commented on 2024-04-13 09:55 (UTC)
@Bink I'm building with plain mkchrootpkg
with meson
and check()
enabled. Perhaps it's a yay
idiosyncrasy 🤔
Bink commented on 2024-04-12 12:38 (UTC)
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!