gimp/plug-ins/python
Jehan 9e9fe1435a build, plug-ins, gitlab: make GIMP runnable from build directory without…
… being installed.

There is already most of the main code logic for this, though now plug-ins need
to be in their own subdirectories, which breaks for plug-ins/common/ and
plug-ins/python/, while I needed plug-ins in both these categories to generate
the Windows installer welcome images (file-png, and python-fu-eval in
particular).

Once again, meson was not very helpful, since all its functions still refuse to
output generated files in subdirectories, so I end up duplicating plug-in files
with a custom Python script.

This should fix the CI. It was working on my machine as GIMP was installed, but
such a build rule should work even without GIMP installed.
This will also be useful in the future when we'll want to run unit tests of
plug-ins through the finale GIMP binary itself.
2023-06-27 17:46:46 +02:00
..
python-console build, plug-ins, gitlab: make GIMP runnable from build directory without… 2023-06-27 17:46:46 +02:00
colorxhtml.py plug-ins: Fix Color XHTML export and GUI crash 2022-08-06 15:10:41 +00:00
file-openraster.py plug-ins: use list() variants in bindings. 2022-06-27 22:30:42 +02:00
foggify.py plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
gradients-save-as-css.py plug-ins: Port Save as CSS GUI from 2.10 2023-01-14 21:14:45 +00:00
histogram-export.py plug-ins: Fix crash in histogram-export 2022-07-20 12:51:03 +00:00
meson.build build, plug-ins, gitlab: make GIMP runnable from build directory without… 2023-06-27 17:46:46 +02:00
palette-offset.py Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
palette-sort.py plug-ins: use generated widget for GimpPalette arg. 2023-01-14 19:27:08 +01:00
palette-to-gradient.py plug-ins: Show GUI for Palette to Gradient 2023-01-14 21:14:45 +00:00
pygimp.interp.in Fix pygimp.interp generation, add /usr/bin/python3 alias 2020-07-28 17:17:18 +02:00
python-eval.py plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
spyro-plus.py Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
test-dialog.py plug-ins: make test-dialog runnable even with no image. 2023-01-14 20:17:57 +01:00