@Nordlicht I've just updated a new PKGBUILD, please test it.
Search Criteria
Package Details: gimp-git 2:3.1.5.r184.355d695607-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.002615 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2025-09-27 14:07 (UTC) |
Dependencies (57)
- appstream
- 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-brushes (mypaint-brushes-gitAUR)
- openexr (openexr-gitAUR)
- poppler-data
- poppler-glib (poppler-glib-gitAUR)
- Show 37 more dependencies...
Required by (96)
- brscan-skey (requires gimp) (optional)
- djvupages-git (requires gimp) (optional)
- dream-background-remover (requires gimp)
- dream-prompter (requires gimp)
- 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)
- Show 76 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 46 Next › Last »
mytbk commented on 2018-01-05 03:58 (UTC)
Nordlicht commented on 2018-01-04 19:55 (UTC)
The build fails at the moment:
"Error: GIMP configuration failed.
- Error: missing dependency glib >= 2.54.2 *** Test for GLIB failed
- Error: missing dependency mypaint-brushes-1.0 "
misanthropist commented on 2017-12-20 02:30 (UTC) (edited on 2017-12-20 02:34 (UTC) by misanthropist)
I've recently noticed that before building this, I need to manually install poppler-glib and poppler-data. This is a first for me, as in the past makepkg has always automagically installed dependencies that are available in the official repos. Am I missing something here (should I for example be using the git versions of said packages), or is there something missing in PKGBUILD?
I build AUR packages in a chroot, and the poppler packages do exist in my main system, but if I install the built gimp-git using pacman -U in the chroot, the poppler packages don't get installed.
maderios commented on 2017-12-14 10:36 (UTC)
gimp-2.9.8 needs babl-git and gegl-git
azymohliad commented on 2017-12-14 09:40 (UTC) (edited on 2017-12-14 09:40 (UTC) by azymohliad)
@bemeurer weird, because its dependency gegl depends on babl. Maybe you're using extra/babl and it's not new enough (so I should add babl-git again)?
@mytbk, in my case ./configure for gegl-git fails because it requires babl 0.1.38, and my extra/babl is only 0.1.30. But the problem is that babl-git from AUR is also 0.1.30.
ainola commented on 2017-12-13 00:52 (UTC)
The .install file is no longer needed as pacman has hooks to automatically run those commands.
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!