Package Details: gimp-devel 3.0.0rc1-1

Git Clone URL: https://aur.archlinux.org/gimp-devel.git (read-only, click to copy)
Package Base: gimp-devel
Description: GNU Image Manipulation Program (Development version)
Upstream URL: https://www.gimp.org/
Licenses: GPL-3.0-or-later
Conflicts: gimp
Provides: gimp
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 43
Popularity: 1.34
First Submitted: 2017-02-02 23:39 (UTC)
Last Updated: 2024-11-06 16:30 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

misanthropist commented on 2017-09-28 20:39 (UTC)

@therealfarfetchd I have the same problem, and your workaround almost did the trick, but I had to change /usr/lib/gimp/2.0/plug-ins/*.py to /usr/lib/gimp/2.0/plug-ins/**/*.py to include .py files in subdirectories as well.

2xsaiko commented on 2017-09-28 20:07 (UTC)

For some reason, /usr/bin/env doesn't want to find python2 when loading GIMP, so the python interpreter isn't available. Here's a workaround: for file in /usr/lib/gimp/2.0/plug-ins/*.py; do sed -i 's|#! */usr/bin/env python2|#!/usr/bin/python2|' "$file"; done Does anyone else have this problem?

donny commented on 2017-08-11 18:21 (UTC)

Missing build dependencies: libraw lensfun suitesparse

xuiqzy commented on 2017-03-01 03:24 (UTC)

Please change the url of the source and the upstream url to the TLS encrypted https variant! thanks :)