Package Details: gimp-devel 3.0.0rc2-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: 42
Popularity: 0.97
First Submitted: 2017-02-02 23:39 (UTC)
Last Updated: 2024-12-28 04:28 (UTC)

Dependencies (65)

Required by (102)

Sources (2)

Latest Comments

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

twa022 commented on 2017-12-13 04:13 (UTC) (edited on 2017-12-14 01:50 (UTC) by twa022)

Gimp 2.9.8 requires babl>=0.1.38 and gegl>=0.3.24. You will need to build those packages yourself until official repos are updated to latest versions. Or build babl-git and gegl-git from AUR.

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 :)