mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
meson: requires Pango >= 1.50.
New code uses pango_attribute_as_font_desc() which appeared with Pango 1.50. Since it's currently present in Debian stable, I don't bother too much and bump this dependency. Also let's use the same version for pango, pangocairo and pangoft2. They all come from the same project/repository, so we must likely expect them to be equal (if they are not, there is likely a problem).
This commit is contained in:
@@ -77,7 +77,7 @@ help in that regard:
|
||||
|
||||
4. You need to have installed GTK version @GTK_REQUIRED_VERSION@ or newer.
|
||||
GIMP also needs a recent version of GLib (>= @GLIB_REQUIRED_VERSION@), GDK-Pixbuf
|
||||
(>= @GDK_PIXBUF_REQUIRED_VERSION@), and Pango (>= @PANGOCAIRO_REQUIRED_VERSION@). Sources for these can be grabbed
|
||||
(>= @GDK_PIXBUF_REQUIRED_VERSION@), and Pango (>= @PANGO_REQUIRED_VERSION@). Sources for these can be grabbed
|
||||
from https://download.gnome.org/sources/.
|
||||
|
||||
5. We use cairo >= @CAIRO_REQUIRED_VERSION@, which is hosted at
|
||||
@@ -247,7 +247,7 @@ help in that regard:
|
||||
libtiff @LIBTIFF_REQUIRED_VERSION@
|
||||
Little CMS @LCMS_REQUIRED_VERSION@
|
||||
mypaint-brushes-1.0
|
||||
pangocairo @PANGOCAIRO_REQUIRED_VERSION@
|
||||
pangocairo @PANGO_REQUIRED_VERSION@
|
||||
poppler-data @POPPLER_DATA_REQUIRED_VERSION@
|
||||
zlib
|
||||
|
||||
|
Reference in New Issue
Block a user