Package Details: python2-gimp 2.10.36-2

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: 19
Popularity: 0.27
First Submitted: 2020-03-18 20:49 (UTC)
Last Updated: 2024-04-02 06:27 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

bkb commented on 2023-03-07 15:31 (UTC)

Create python2-gimp-bin

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.