Package Details: python2-gimp 2.10.38-3

Git Clone URL: https://aur.archlinux.org/python2-gimp.git (read-only, click to copy)
Package Base: python2-gimp
Description: Python 2 plugins support for GIMP
Upstream URL: https://www.gimp.org/
Keywords: gimp
Licenses: GPL-3.0-only AND LGPL-3.0-only
Submitter: City-busz
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 21
Popularity: 0.002564
First Submitted: 2020-03-18 20:49 (UTC)
Last Updated: 2025-03-18 00:06 (UTC)

Pinned Comments

HurricanePootis commented on 2024-05-17 14:39 (UTC)

Hello everyone,

I am going to hold off on updating python2-gimp to 2.10.38 unitl pygtk has a patch accepted. If you would like to go ahead and do it yourself, you need to patch pygtk to have the flags -fpermissive for it to build; you can read my comment on that package.

Latest Comments

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

MVinhas commented on 2023-02-28 21:05 (UTC)

I can confirm that the issue stated below has gone away with python2-gimp 2.10.34-1

bkb commented on 2023-02-27 14:30 (UTC)

configure: error: 

Extra Binaries:
  gimp-console:              yes

Optional Features:
  Check updates at startup:  no
  Levin matting engine:      yes
  Language selection:        yes
  Vector icons:              yes
  Dr. Mingw (Win32):         no
  Relocatable bundle:        no
  Default ICC directory:     /usr/share/color/icc
  Debug console (Win32):     no
  32-bit DLL folder (Win32): no
  Detailed backtraces:       yes

Optional Plug-Ins:
  Ascii Art:                 no
  Ghostscript:               yes
  Help Browser:              no (WebKit not found)
  JPEG 2000:                 yes
  JPEG XL:                   yes
  MNG:                       yes
  OpenEXR:                   yes
  WebP:                      yes
  HEIC:                      import: yes - export: yes [profile support: yes]
  AVIF:                      import: yes - export: yes
  PDF (export):              yes
  Print:                     yes
  Python 2:                  yes
  TWAIN (Win32):             no
  Webpage:                   no (WebKit not found)
  WMF:                       yes
  X11 Mouse Cursor:          yes
  XPM:                       yes
  Email:                     yes (xdg-email)

Optional Modules:
  ALSA (MIDI Input):         yes
  Linux Input:               yes (GUdev support: yes)
  DirectInput (Win32):       no

Tests:
  Use xvfb-run               no (not found)
  Test appdata               yes (this test requires network access; --without-appdata-test to disable)
  Test desktop file          yes

Bug report URL: https://gitlab.gnome.org/GNOME/gimp/issues/new

NOTE: if you plan on packaging GIMP for distribution, it is recommended
      to override the bug report URL with option:
        --with-bug-report-url=https://example.com/
      so that you can filter packaging bugs from core bugs before
      reporting upstream.


Error: GIMP configuration failed.

  - Error: missing dependency babl >= 0.1.78

See the file 'INSTALL' for more help.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'python2-gimp-2.10.32-1': 

gnaggnoyil commented on 2023-02-27 07:00 (UTC)

I too encountered the same problem @MVinhas has met.

MVinhas commented on 2023-02-26 19:59 (UTC)

- Error: missing dependency babl >= 0.1.78 but I have 0.1.100 installed.

What could be the issue here? I even tried babl-git package, but no success either.

cyberpunkrocker commented on 2022-01-05 16:40 (UTC)

I had a persistent 'libffi.so.7' problem with python2-gimp/gimp-resynthesizer, similar to the issue reported by other users. It took me almost half a day to figure out the culprit...

Lately, lots of python2 packages and their dependencies has been moved from the official repository to the AUR; consequently, they don't get updated, but just disappear from the package database.

When I noticed the libffi issue, my first reaction was to run

pactree -r -d 1 libffi

to check which packages depend on libffi. The problem is, I wasn't aware that pactree does not show packages which does not exist in the tree anymore, so it took me quite a while to figure out which package was actually broken.

In my case, 'python2-gobject2' was the culprit, causing those 'libffi.so.7' errors and breaking gimp-resynthesizer. I had originally installed it when it still was in the repository, so the obvious fix was to move to the AUR version.

TL;DR: If you have the same issue, be sure to check ALL python2-gimp dependencies and their dependencies deeply enough, and rebuild the ones moved to AUR in the correct order from bottom to top.

I hope this helps someone having the same issue.

korimitsu commented on 2021-12-22 19:06 (UTC)

@kitchen_ace it was an issue with Manjaro stable branch. Switched to unstable and now it's fine.

kitchen_ace commented on 2021-12-22 08:52 (UTC)

@korimitsu gegl is a dependency of gimp, which is itself a dependency of python2-gimp. It builds fine for me. Do you have an up-to-date gimp installation?

korimitsu commented on 2021-12-21 23:17 (UTC) (edited on 2021-12-21 23:36 (UTC) by korimitsu)

Flagged because does not auto install dependency: Building python2-gimp... ==> Making package: python2-gimp 2.10.30-1 (Wed 22 Dec 2021 12:12:15 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found gimp-2.10.30.tar.bz2 ==> Validating source files with sha512sums... gimp-2.10.30.tar.bz2 ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting gimp-2.10.30.tar.bz2 with bsdtar ==> Starting prepare()... ... Error: GIMP configuration failed.

  • Error: missing dependency gegl-0.4 >= 0.4.34

See the file 'INSTALL' for more help. ==> ERROR: A failure occurred in build(). Aborting...

Does not even work replacing gegl-git with gegl.

HurricanePootis commented on 2021-10-28 03:00 (UTC) (edited on 2021-10-28 03:02 (UTC) by HurricanePootis)

@MangoMan, gobject is not a package, it is a part of the glib2 library, which is in the core repo, and is practically required by every app, so you should have it installed. Furthermore, the gimp package has glib already listed as a dependency, meaning you should have glib2 installed before building python2-gimp, as gimp is a dependency of this package.

If you are having build errors, before marking my package out of date, please put actual debugging info, or an error message, so we can work this out.

Please, and thank you.

P.S. I was able to compile python2-gimp as it goes right now. If you are having problems, please post an error. I can't really know what's truly wrong if you just say gobject is not included in pygtk