Gimp/plug-ins/python
Jehan bfda31a67e configure: fix the Python checks.
1/ First I realize we were still using AM_PATH_PYTHON() and not
   AM_PATH_PYTHON3().
2/ We don't need to check anymore for pygtk, pycairo, nor do we need
   Python headers. Everything is now taken care of by GObject
   Introspection and we have nothing else to build GIMP-side.
3/ Change --enable-python into --with-python. We don't actually build
   anything now. There is no Python support to enable or disable
   anymore. We simply install Python plug-ins or not. The 3 values are
   "yes" (default, configure breaks if a Python 3 interpreter is not
   found), "no" (Python plug-ins are not installed, not recommended) and
   "force" (install Python plug-ins anyway even if an interpreter is not
   found; this can be useful especially for cross-compilation since
   Python is not useful at build-time anymore).

   Note that --with-python=force, if an interpreter is not found, the
   file `pygimp.interp` won't be installed. This is not a problem at all
   if the interpreter can be found at runtime the standard way.
   Otherwise packagers should add themselves a pygimp.interp file with
   the known interpreter path.
2019-08-06 18:35:53 +02:00
..
python-console plug-ins: use GtkSettings values to determine whether to use header bar. 2019-08-05 16:10:12 +02:00
Makefile.am configure: fix the Python checks. 2019-08-06 18:35:53 +02:00
palette-offset.py plug-ins: add interactive run mode for palette-offset. 2019-08-06 17:31:30 +02:00
palette-to-gradient.py plug-ins: add a "palette" argument to palette-to-gradient. 2019-08-06 00:29:33 +02:00