Search Criteria
Package Details: python2-gimp 2.10.30-1
Package Actions
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/ |
Licenses: | LGPL |
Submitter: | City-busz |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 16 |
Popularity: | 0.40 |
First Submitted: | 2020-03-18 20:49 (UTC) |
Last Updated: | 2021-12-21 21:05 (UTC) |
Dependencies (5)
- gimp (gimp-painter-git, gimp-appimage, gimp-git, gimp-devel, gimp-brush-max-512, gimp-devel-stripped, gimp-stripped)
- pygtk
- autoconf (autoconf-git) (make)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
Latest Comments
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
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.
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, thegimp
package has glib already listed as a dependency, meaning you should haveglib2
installed before buildingpython2-gimp
, asgimp
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 saygobject is not included in pygtk
MangoMan commented on 2021-10-27 14:20 (UTC)
gobject
is not included inpygtk
MangoMan commented on 2021-10-26 20:11 (UTC)
@maderios
I updated and rebooted my system twice. when I run
gimp
I get the output below. after checking the output there is missing dependency or wrongly copied.maderios commented on 2021-10-26 19:00 (UTC)
@MangoMan It builds fine for me. Update your Arch system?
MangoMan commented on 2021-10-26 17:18 (UTC) (edited on 2021-10-26 20:14 (UTC) by MangoMan)
there is an error that some modules can not be loaded
HurricanePootis commented on 2021-04-13 15:04 (UTC) (edited on 2021-04-13 15:06 (UTC) by HurricanePootis)
@orlfman, it build perfectly on both of my Arch systems. Make sure your dependencies are up to date and there's absolutely nothing jank about your install. I don't maintain the source code, all I do is maintain the PKGBUILD. Sorry.
orlfman commented on 2021-04-13 01:15 (UTC)
failing to build here on arch. https://pastebin.com/1rcwyDBR
HurricanePootis commented on 2021-04-12 04:18 (UTC)
@mikegb gegl is on version 4.30 on official Arch-repos. If you are on manjaro, try install gegl-git from the AUR, then try building again.
mikegb commented on 2021-04-09 17:58 (UTC)
I'm unable to update (in pamac) eventually getting a version error in gegl (installed 0.4.28 from Official Repositories [extra]) requires >0.4.30
HurricanePootis commented on 2021-04-03 03:53 (UTC)
I updated the PKGBUILD to allow the latest autoconf; thanks fleger for telling me this.
fleger commented on 2021-03-30 17:05 (UTC)
Hi. 2.10.24 builds fine with autoconf>2.69.
HurricanePootis commented on 2021-03-30 14:54 (UTC) (edited on 2021-03-30 14:55 (UTC) by HurricanePootis)
sudo pacman -U https://archive.archlinux.org/packages/a/autoconf/autoconf-2.69-7-any.pkg.tar.zst
Do this to get the correct autoconf version from Arch repo archive.
mabod commented on 2021-01-19 11:12 (UTC) (edited on 2021-01-19 11:13 (UTC) by mabod)
@afontenot, you are correct. I downgraded to autoconf 2.69 and python2-gimp is compiling just fine. Thank you!
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:
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.
ValHue commented on 2021-01-02 08:38 (UTC) (edited on 2021-01-02 08:48 (UTC) by ValHue)
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)
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:
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: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
ValHue 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.
lasagnacrab commented on 2020-10-05 18:06 (UTC)
Getting a python2 headers error. I'm able to locate my Python.h file in /usr/include/python2.7. I tried specifying a python version in ./configure, but no dice.
promi commented on 2020-07-12 10:50 (UTC) (edited on 2020-07-12 10:51 (UTC) by promi)
@damonh If you'r using gimp 2.10.18 Just download the previous PKGBUILD file and use command makepkg -s
Package Actions/ View Changes/ click on the previous commit to view it and click download to get the old PKGBUILD file, cd into the same directory where you uncompressed the file and use makepkg -s to make python2-gimp-2.10.18 package, after that install with pacman.
City-busz commented on 2020-07-05 08:26 (UTC)
@myriacore, @madjoe: make sure that you are using gimp, babl and gegl from the official repositories, and you system is up to date. The package should build fine in a clean chroot.
myriacore commented on 2020-07-04 15:56 (UTC)
Unsurprisingly, I'm getting the same issue as @madjoe and @damonh.
madjoe commented on 2020-06-29 20:00 (UTC)
Same babl gegl issue here. @ultraphaze, thanks for the tip.
damonh commented on 2020-06-28 17:12 (UTC) (edited on 2020-06-28 17:13 (UTC) by damonh)
It fails to me too:
ultraphaze commented on 2020-06-15 06:18 (UTC)
@ValHue, @maderios After some searches on the internet, I found out that it works with gegl-git babl-git. I have not installed the packages before because they show the wrong version numbers. They show babl-git-0.1.77.r1636.0ec7f09-1 gegl-git-0.4.23.r10019.d528f1541-1 but you get installed babl-git-0.1.79.r1641.e7e80bd-1 gegl-git-0.4.25.r10063.40da695ea-1. Anyway, in the meantime I found GMIC which is the better plugin collection so that I no longer need gimp-plugin-registry.
maderios commented on 2020-06-13 08:16 (UTC)
@ultraphaze "These boards are for the support of Arch Linux, and Arch ONLY. If you have installed Archbang, Antergos, Chakra, Evo/Lution, Manjaro, Whatever, you are NOT running Arch Linux" https://bbs.archlinux.org/viewtopic.php?id=130309
ValHue commented on 2020-06-13 08:07 (UTC)
@ultraphaze, obviously you have a problem with dependencies. Both packages are installed with gimp. Gimp in turn is a dependency on this package.
Using makepkg -s you should have no problem.
ultraphaze commented on 2020-06-13 06:29 (UTC)
It fails to build on Manjaro 20.0.3
guiodic commented on 2020-06-09 08:28 (UTC)
@valhue: Now it works. I don't know why.
ValHue commented on 2020-06-08 08:12 (UTC)
I have compiled the package and it does not give me any error, could you provide more information?
guiodic commented on 2020-06-07 09:40 (UTC)
It fails to build
configure.ac:246: installing './compile' configure.ac:99: installing './missing' app-tools/Makefile.am: installing './depcomp' gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/app/Makefile.am:115: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/app/Makefile.am:115: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/app/Makefile.am:115: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/app/Makefile.am:115: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimp/Makefile.am:66: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimp/Makefile.am:66: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimp/Makefile.am:66: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimp/Makefile.am:66: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpbase/Makefile.am:53: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpbase/Makefile.am:53: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpbase/Makefile.am:53: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpbase/Makefile.am:53: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpcolor/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpcolor/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpcolor/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpcolor/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpconfig/Makefile.am:57: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpconfig/Makefile.am:57: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpconfig/Makefile.am:57: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpconfig/Makefile.am:57: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpmath/Makefile.am:46: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpmath/Makefile.am:46: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpmath/Makefile.am:46: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpmath/Makefile.am:46: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpmodule/Makefile.am:55: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpmodule/Makefile.am:55: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpmodule/Makefile.am:55: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpmodule/Makefile.am:55: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpthumb/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpthumb/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpthumb/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpthumb/Makefile.am:54: 'gtk-doc.make' included from here gtk-doc.make:25: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL devel-docs/libgimpwidgets/Makefile.am:79: 'gtk-doc.make' included from here gtk-doc.make:78: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL devel-docs/libgimpwidgets/Makefile.am:79: 'gtk-doc.make' included from here gtk-doc.make:83: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL devel-docs/libgimpwidgets/Makefile.am:79: 'gtk-doc.make' included from here gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL devel-docs/libgimpwidgets/Makefile.am:79: 'gtk-doc.make' included from here autoreconf: automake failed with exit status: 1 ==> ERRORE: Si è verificato un errore in prepare(). L'operazione sta per essere interrotta... :: failed to verify integrity or prepare python2-gimp package
City-busz commented on 2020-03-18 20:57 (UTC)
This package brings back the python2 support for GIMP. You don't need to rebuild the whole GIMP package. This package builds the GIMP extension only, which provides the python2 support.