gimp/plug-ins/python/tests
Jehan 93cc81281c Issue #11317: make Python plug-ins mandatory.
Unlike the other bindings (Lua, JS, Vala) where we only have a demo
plug-in, we actually have a bunch of interesting and useful Python
plug-ins.

Furthermore, we are running several Python scripts through GIMP during
our build (to generate a few images), so pygobject becomes a build
dependency anyway, even if it may not be a run dependency with
-Dpython=disabled.

This all becomes a bit confusing and in fact handling this case (of not
installing Python plug-ins) seems like an annoyance while we lose good
core plug-ins. So let's just make Python plug-ins mandatory. It's not
like Python is very controversial these days, and AFAWK, it is available
on every platform out there.
2024-08-09 01:01:58 +02:00
..
test-file-plug-ins libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
meson.build Issue #11317: make Python plug-ins mandatory. 2024-08-09 01:01:58 +02:00