Package Details: gimp-git 2:3.0.0.RC1.r40.0cd0206917-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.52
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-11-14 16:59 (UTC)

Dependencies (57)

Required by (103)

Sources (3)

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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 46 Next › Last »

FFY00 commented on 2019-09-18 11:11 (UTC)

My old PKGBUILD seems to be working fine, please revert.

FFY00 commented on 2019-09-18 10:55 (UTC)

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.

jvybihal commented on 2019-09-18 10:47 (UTC)

Can you please add back these two?

provides=('gimp') conflicts=('gimp')

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!

otula commented on 2019-07-29 18:17 (UTC) (edited on 2019-07-29 18:19 (UTC) by otula)

@Nordlicht: You have to run src/gimp/autogen.sh, change

export PYTHON=/usr/bin/python2
to
export PYTHON=/usr/bin/python3
in the PKGBUILD and then run makepkg

Nordlicht commented on 2019-07-29 16:42 (UTC) (edited on 2019-07-29 16:45 (UTC) by Nordlicht)

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]

bartus commented on 2019-07-28 11:47 (UTC) (edited on 2019-07-28 12:23 (UTC) by bartus)

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

FunctionalHacker commented on 2019-06-15 07:57 (UTC)

@phisch, you need to install gegl-git and babl-git

FunctionalHacker commented on 2019-06-15 07:56 (UTC)

Seems that the package gnome-python was removed. I removed it from makedepends and seems to build just fine

phisch commented on 2019-05-11 07:52 (UTC)

Error: missing dependency gegl-0.4 >= 0.4.16