[librsvg: 2/9] Require Pango 1.48.11




commit 5ff60c13939ada253eb94b6e63c5d1519b2e526e
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Nov 16 19:21:10 2021 -0600

    Require Pango 1.48.11
    
    This is to get the fix for text that is not scaled uniformly, from
    https://gitlab.gnome.org/GNOME/pango/-/issues/620
    
    As far as I can tell from checking a few distros, everyone that
    distributes the librsvg 2.52.x series is already on at least Pango
    1.48.x, and some are up to 1.49.x.

 Cargo.toml   | 6 +++---
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Cargo.toml b/Cargo.toml
index 998eed750..9e3384dbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,11 @@ cairo-svg = { version = "1.16", optional = true }
 gdk-pixbuf = { name = "gdk-pixbuf-2.0", version = "2.20" }
 gio = { name = "gio-2.0", version = "2.24" }
 glib = { name = "glib-2.0", version = "2.50" }
-pangocairo = "1.46"
+pangocairo = "1.48"
 
 [package.metadata.system-deps.'cfg(windows)']
 fontconfig = { version = "1.7", optional = true }
-pangoft2 = { version = "1.46", optional = true }
+pangoft2 = { version = "1.48", optional = true }
 harfbuzz = { version = "2.0", optional = true }
 freetype2 = { version = "20.0.14", optional = true }
 cairo = { version = "1.16", optional = true }
@@ -26,7 +26,7 @@ libxml2 = { name = "libxml-2.0", version = "2.9", optional = true  }
 
 [package.metadata.system-deps.'cfg(not(windows))']
 fontconfig = { version = "1.7" }
-pangoft2 = { version = "1.46" }
+pangoft2 = { version = "1.48" }
 cairo = "1.16"
 cairo-gobject = "1.16"
 cairo-png = "1.16"
diff --git a/configure.ac b/configure.ac
index c2938e01b..a058dd2c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ GIO_REQUIRED=2.24.0
 GLIB_REQUIRED=2.50.0
 HARFBUZZ_REQUIRED=2.0.0
 LIBXML_REQUIRED=2.9.0
-PANGO_REQUIRED=1.46.0
+PANGO_REQUIRED=1.48.11
 
 dnl ===========================================================================
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]