gimp/plug-ins/file-jpeg
Jehan ca230cb770 meson: fix warnings of deprecated features.
Now that we bumped our meson requirement, meson is complaining about
several features now deprecated even in the minimum required meson
version:

s/meson.source_root/meson.project_source_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead.

s/meson.build_root/meson.project_build_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead.

Fixing using path() on xdg_email and python ExternalProgram variables:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead

s/get_pkgconfig_variable *(\([^)]*\))/get_variable(pkgconfig: \1)/ to
fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
2022-08-31 01:29:37 +02:00
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
COPYING.ijg file-jpeg: Fix the copyright and license notices of jpeg-icc.* 2018-08-29 17:38:49 +02:00
Makefile.am plug-ins: port file-jpeg to GimpPlugIn and to libgimp objects 2019-08-24 02:33:45 +02:00
jpeg-icc.c file-jpeg: Fix the copyright and license notices of jpeg-icc.* 2018-08-29 17:38:49 +02:00
jpeg-icc.h file-jpeg: Fix the copyright and license notices of jpeg-icc.* 2018-08-29 17:38:49 +02:00
jpeg-load.c plug-ins: Use CMYK profile stored in GimpImage 2022-07-19 19:26:45 +00:00
jpeg-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
jpeg-quality.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
jpeg-quality.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
jpeg-save.c plug-ins: Use image intent APIs 2022-08-14 01:49:56 +00:00
jpeg-save.h plug-ins: Use CMYK profile stored in GimpImage 2022-07-19 19:26:45 +00:00
jpeg-settings.c plug-ins: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-30 00:20:34 +01:00
jpeg-settings.h plug-ins: port file-jpeg to GimpPlugIn and to libgimp objects 2019-08-24 02:33:45 +02:00
jpeg.c plug-ins: Use CMYK profile stored in GimpImage 2022-07-19 19:26:45 +00:00
jpeg.h Issue #6280: JPEG preview window doesn't get closed. 2021-04-30 01:35:51 +02:00
jpegqual.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00