Trying to build:
$ makepkg
...
Error: GIMP configuration failed.
- Error: missing dependency gtk+-3.0 >= 3.22.29
*** Test for GTK+ failed.
$ pacman -Q gtk3
gtk3 1:3.24.11-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.002363 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2025-09-27 14:07 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 46 Next › Last »
Trying to build:
$ makepkg
...
Error: GIMP configuration failed.
- Error: missing dependency gtk+-3.0 >= 3.22.29
*** Test for GTK+ failed.
$ pacman -Q gtk3
gtk3 1:3.24.11-1
@FFY00, I've created gimp-devel-git
, but it was removed as duplicate. This package wasn't working #702139 so I've merged them both.
@jvybihal, I'll bring back conflicts/provides when I've got my gimp package reinstated.
Update (20.09.2019): I've got git-develop-git
restored, now we have both versions and proper conflicts
and provides
set for gimp-git
My old PKGBUILD seems to be working fine, please revert.
bartus, please stop this. I think I have already told you that if you want a package that does not conflict with gimp
then feel free to create a gimp-devel
but gimp-git
is not supposed to do this.
Can you please add back these two?
provides=('gimp') conflicts=('gimp')
gimp-git
and stock gimp
installed, there's a non-conflicting version of this package called gimp-develop-git
Please report issues
and patches
to gimp-git*github.com
Travis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
DISABLE_MESON=1
to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"
to override default make flags.makepkg DISABLE_MESON=1
yay -S gimp-git --mflags "DISABLE_MESON=1"
@Nordlicht: You have to run src/gimp/autogen.sh
, change
export PYTHON=/usr/bin/python2to
export PYTHON=/usr/bin/python3in the
PKGBUILD
and then run makepkg
Same here. Is there a quick and dirty way to compile this?
[code]Makefile.am: installing './INSTALL' app-tools/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' automake: error: cannot open < gtk-doc.make: No such file or directory autoreconf: automake failed with exit status: 1[/code]
autoreconf
failed with:
automake: error: cannot open < gtk-doc.make: No such file or directory
autoreconf: automake failed with exit status: 1
You sould initialize build system with ./autogen.sh
@phisch, you need to install gegl-git
and babl-git
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!