Package Details: gimp-devel 3.0.0rc1-1

Git Clone URL: https://aur.archlinux.org/gimp-devel.git (read-only, click to copy)
Package Base: gimp-devel
Description: GNU Image Manipulation Program (Development version)
Upstream URL: https://www.gimp.org/
Licenses: GPL-3.0-or-later
Conflicts: gimp
Provides: gimp
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 43
Popularity: 1.34
First Submitted: 2017-02-02 23:39 (UTC)
Last Updated: 2024-11-06 16:30 (UTC)

Dependencies (65)

Required by (102)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Kunda commented on 2021-09-11 14:34 (UTC)

Is this still being maintained?

katt commented on 2020-12-26 13:26 (UTC)

Needs vala as a makedepend.

configure: error: Vala-plugins are enabled, but could not find vala compiler
==> ERROR: A failure occurred in build().
    Aborting..

Kodehawa commented on 2020-12-17 02:23 (UTC)

Hello! This needs graphviz as a dependency, and not only for make.

This is because GIMP needs gegl:instrospect and gegl will only enable it with graphviz installed. See: https://gitlab.gnome.org/GNOME/gegl/-/commit/1f50456de59c686941a861d299a63bfcd4126ee5

[> <]; -> pacman -F /usr/bin/dot
usr/bin/dot is owned by extra/graphviz 2.44.1-6

twa022 commented on 2020-06-12 01:23 (UTC)

This package is based on the development release. Next update will be for gimp 2.99.2 when that is released. Use gimp from extra in the meantime or gimp-git if you can't wait

mozzi32 commented on 2018-05-07 17:39 (UTC)

or for gegl-0.4 you modify PKGBUILD with gegl-git in 'depends' instead of gegl

butfly commented on 2018-05-03 08:48 (UTC)

for gegl-0.4 upgraded, you need to:

manually install libmypaint, change the PKGBUILD, remove the "enable-gegl'' in "./configure --prefix=/usr --enable-gegl"

from https://aur.archlinux.org/packages/libmypaint/?comments=all

RubenKelevra commented on 2018-04-29 13:30 (UTC)

so if someone want to upgrade to the final version: it's working fine, you just have to manually update the gegl package to 0.4.0 with the checksum. You can use yaourt -Sb gegl to fetch the PKGBUILD easily from ABS. :)

rafaelff commented on 2018-04-16 10:43 (UTC)

@twa022: the 'provides' array should end up like gimp=2.10.0, but since pkgver contains 'rc1' the 'provides' is currently gimp=2.10.0rc1; I recommend using pkgver=2.10.0, adding an extra variable _rc=-RC1 and use version like ${pkgver}${rc} instead, and 'provides' array would be fixed.

magnade commented on 2018-04-01 01:55 (UTC)

anyone hitting bug like: https://bugzilla.gnome.org/show_bug.cgi?id=794818 make sure to recompile libmypaint

sekret commented on 2018-03-29 13:47 (UTC)

Error: GIMP configuration failed.

  • Error: missing dependency poppler-data >= 0.4.7

Please add poppler-data to makedepends.