meson, INSTALL: add some note about max version for GEXiv2 in INSTALL.

This commit is contained in:
Jehan 2025-11-19 16:02:39 +01:00
parent 5a17cafa07
commit 4a648b6639
2 changed files with 4 additions and 2 deletions

View file

@ -103,7 +103,8 @@ help in that regard:
7. The file-compressor plug-in requires zlib, libbzip2, and liblzma to
be installed. All these libraries are required dependencies.
8. For metadata access GIMP requires the gexiv2 @GEXIV2_REQUIRED_VERSION@ or newer library.
8. For metadata access, GIMP requires GExiv2 @GEXIV2_REQUIRED_VERSION@ or newer, but
below @GEXIV2_MAX_VERSION@ (as the API changed).
It is hosted at: https://gitlab.gnome.org/GNOME/gexiv2/
9. libpng, libjpeg, libtiff, librsvg and lcms are hard dependencies
@ -246,7 +247,7 @@ help in that regard:
freetype2 @FREETYPE2_REQUIRED_VERSION@
GDK-PixBuf @GDK_PIXBUF_REQUIRED_VERSION@
GEGL @GEGL_REQUIRED_VERSION@
gexiv2 @GEXIV2_REQUIRED_VERSION@
gexiv2 @GEXIV2_REQUIRED_VERSION@ (< @GEXIV2_MAX_VERSION@)
GIO
GLib @GLIB_REQUIRED_VERSION@
glib-networking

View file

@ -1663,6 +1663,7 @@ install_conf.set('GDK_PIXBUF_REQUIRED_VERSION', gdk_pixbuf_minver)
install_conf.set('GEGL_REQUIRED_VERSION', gegl_minver)
install_conf.set('EXIV2_REQUIRED_VERSION', exiv2_minver)
install_conf.set('GEXIV2_REQUIRED_VERSION', gexiv2_minver)
install_conf.set('GEXIV2_MAX_VERSION', gexiv2_maxver)
install_conf.set('GLIB_REQUIRED_VERSION', glib_minver)
install_conf.set('GTK_REQUIRED_VERSION', gtk3_minver)
install_conf.set('HARFBUZZ_REQUIRED_VERSION', harfbuzz_minver)