Package Details: python2-gimp 2.10.38-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: 22
Popularity: 0.087441
First Submitted: 2020-03-18 20:49 (UTC)
Last Updated: 2024-07-17 08:02 (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 »

afontenot commented on 2021-01-19 07:58 (UTC)

@mabod @ector @sharedisk

The issue you are facing are because of the release of Autoconf 2.70, which was a huge update to the program and is not backwards compatible with previous versions. Gimp's configure.ac script is currently incompatible with it, probably due to a quotation issue:

Many macros have become pickier about argument quotation.

You can grab 2.69 from the Arch Linux Archive, that's probably the easiest approach. I assume this will be fixed by the GIMP folks before the next minor release.

plmosqueda commented on 2021-01-03 13:09 (UTC)

Thanks @ValHUe for your great job. Have great year.

<deleted-account> commented on 2021-01-02 08:38 (UTC)

Python2 is disappearing and gimp has decided to remove support for plugins that need it in the latest version. Either we wait for version 3.0 of Gimp or we use other plugins, and even a flatpak image of the program (with everything included).

I abandon this package, whoever wants to continue with its maintenance is free to adopt it.

https://www.gimp-forum.net/Thread-Python-script-support-missing-in-my-2-10-22-install

https://github.com/aferrero2707/gimp-appimage/releases/download/continuous/GIMP_AppImage-release-2.10.22-withplugins-x86_64.AppImage

SDSK commented on 2021-01-01 21:33 (UTC) (edited on 2021-01-01 21:41 (UTC) by SDSK)

./configure: line 2785: 5: Bad file descriptor
checking whether --sysconfdir=/etc is declared... (cached) ./configure: line 2821: 5: Bad file descriptor
hB-libexecdir=/usr/bin
./configure: line 2825: syntax error near unexpected token `}'
./configure: line 2825: `} # ac_fn_c_check_decl'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build python2-gimp-2.10.22-1

ector commented on 2021-01-01 10:52 (UTC) (edited on 2021-01-02 08:34 (UTC) by ector)

Hi. Happy new years at all

Same error whit baph:


 ==> ERROR: An error occurred in build ().
     The operation is about to be stopped ...
 ==> Removing installed dependencies ... 

mabod commented on 2021-01-01 09:37 (UTC) (edited on 2021-01-01 09:38 (UTC) by mabod)

python2-gimp-2.10.22-1 does not compile here:

==> Starting build()...
./configure: line 2785: 5: Bad file descriptor
checking whether --sysconfdir=/etc is declared... (cached) ./configure: line 2821: 5: Bad file descriptor
hB-libexecdir=/usr/bin
./configure: line 2825: syntax error near unexpected token `}'
./configure: line 2825: `} # ac_fn_c_check_decl'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'python2-gimp-2.10.22-1': 

lasagnacrab commented on 2020-10-08 21:12 (UTC) (edited on 2020-10-08 21:17 (UTC) by lasagnacrab)

@ValHue I was able to install correctly. Not sure what the specific issue was, but I'll list below what measures I took incase anyone else hits this.

  • I had PhotoGIMP installed and thought that might be a point of failure, so I completely uninstalled GIMP and deleted configs

  • Updated pacman mirrors (was getting mirror errors when trying to do a clean GIMP install)

  • Updated all pacman and AUR packages

  • Reboot

  • Installed a clean GIMP with pacman

  • Installed python2-GIMP with yay - Installation successful!

  • Reinstall PhotoGIMP and other python plugins

  • Plugins work successfully

<deleted-account> commented on 2020-10-07 16:56 (UTC)

@lasagnacrab: I try to reproduce the error and I can't. Indicate how you get it please.