Package Details: gimp-2 2.10.38-6

Git Clone URL: https://aur.archlinux.org/gimp-2.git (read-only, click to copy)
Package Base: gimp-2
Description: GNU Image Manipulation Program
Upstream URL: https://www.gimp.org/
Licenses: GPL-3.0-or-later
Conflicts: gimp
Provides: gimp
Submitter: Wirlaburla
Maintainer: Wirlaburla
Last Packager: Wirlaburla
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-16 04:49 (UTC)
Last Updated: 2025-08-08 06:52 (UTC)

Required by (95)

Sources (5)

Latest Comments

badvassal commented on 2025-09-04 02:55 (UTC) (edited on 2025-09-04 02:56 (UTC) by badvassal)

I am getting errors similar to what kitchen_ace reported.

The problem seems to be 0003-typevars.patch:

-/* Booleans.  */
-typedef enum { false = 0, true = 1 } boolean;

I don't know how to build packages, but maybe someone else can try removing this diff from the patch.

kitchen_ace commented on 2025-08-23 20:59 (UTC)

Can't compile this currently, I get a lot of errors like the following:

types.h:131:3: error: unknown type name ‘boolean’; did you mean ‘gboolean’?
  131 |   boolean      keep_knees;
      |   ^~~~~~~
      |   gboolean

Wirlaburla commented on 2025-08-08 06:54 (UTC)

Fixed thanks to kionez. Unsure how it got broken in the first place and why it didn't complain for me.

kionez commented on 2025-08-08 05:11 (UTC)

You should edit the 0003-typevars.patch, changing line 23 from

@@ -20,7 +20,7 @@

to

@@ -20,7 +20,4 @@

and the patch seems working.

AsamiImako commented on 2025-07-24 22:15 (UTC) (edited on 2025-07-24 22:16 (UTC) by AsamiImako)

The typevars patch appears to be broken:

==> Starting prepare()...
patching file app/dialogs/about-dialog.c
patching file configure.ac
patching file libgimpconfig/gimpconfig-serialize.c
patching file plug-ins/selection-to-path/types.h
patch: **** malformed patch at line 30:

==> ERROR: A failure occurred in prepare().
        Aborting...