Gimp/plug-ins
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
..
common plug-ins: port procedure-browser to GimpPlugIn 2019-08-06 16:30:41 +02:00
file-bmp Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
file-dds plug-ins: link dds plugins against libm 2019-08-04 14:22:09 +02:00
file-exr plug-ins: suppress deprecation warnings from the OpenEXR headers 2019-07-21 19:56:29 +02:00
file-faxg3 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
file-fits Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 15:57:36 +02:00
file-fli libgimpwidgets, app, plug-ins: use GimpSpinButton everywhere 2019-03-09 07:28:52 -05:00
file-ico plug-ins: kill GtkAlignment in all plug-ins which are currently built 2018-10-22 14:47:54 +02:00
file-jpeg Add (nullable) if applicable 2019-08-03 07:53:47 +00:00
file-psd Issue #3532 - Wrong color profile on nikon taken photos, it's... 2019-06-20 18:08:59 +02:00
file-raw Issue #2716 - Windows: Rawtherapee plugin cannot be installed 2019-01-03 14:10:27 +01:00
file-sgi plug-ins: fix some new strncpy() warnings 2018-10-22 15:41:18 +02:00
file-tiff plug-ins: use profile space for TIFF export. 2019-07-11 16:55:49 +02:00
file-webp plug-ins: WebP: save_dialog() before gimp_export() 2019-08-05 09:46:46 +00:00
flame plug-ins: port flame to GEGL, 8-bit only 2019-06-28 12:37:26 +02:00
fractal-explorer Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 15:57:36 +02:00
gfig plug-ins: missing backslash broke EXTRA_DIST. 2019-07-28 23:47:05 +02:00
gimpressionist Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 15:57:36 +02:00
gradient-flare Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 15:57:36 +02:00
help libgimp: change the return values of GimpPlugIn::init_procedures() 2019-08-02 19:10:13 +02:00
help-browser Misc. typos 2018-10-19 15:30:27 +00:00
ifs-compose plug-ins: and in ifs-compose too... 2019-07-30 18:37:05 +02:00
imagemap plug-ins: some GTK3 undeprecation in imagemap 2019-07-22 10:28:37 +02:00
lighting plug-ins: one more missing backslash. 2019-07-29 00:15:56 +02:00
map-object plug-ins: revive animation-play, and draw stuff with cairo 2019-07-22 17:28:20 +02:00
metadata Issue #3112 - Missing mnemonics. 2019-08-05 22:44:36 +02:00
pagecurl plug-ins: add all brush, pattern etc. select buttons to pagecurl 2019-08-04 17:02:21 +02:00
print Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
pygimp plug-ins: port palette-offset to new API. 2019-08-06 00:40:37 +02:00
python configure: fix the Python checks. 2019-08-06 18:35:53 +02:00
screenshot issue 3082: screenshot plugin crashes when cancelling... 2019-06-29 18:10:23 +02:00
script-fu pdb: rename the "procedural_db" PDB group to just "pdb" 2019-08-06 12:51:56 +02:00
selection-to-path plug-ins: small formatting fix in selection-to-path-dialog.c 2019-01-17 09:37:13 +01:00
twain plug-ins: port twain to GEGL, 8-bit port only 2019-07-13 12:52:36 +02:00
ui plug-ins: Move layer option up in TIFF dialog 2019-04-23 15:57:34 +02:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am plug-ins: port Python plug-in palette-to-gradient to introspected API. 2019-07-28 18:43:00 +02:00