[Commits] [SCM] claws-win32-installer branch, master, updated. 3.18.0-2-39-g389f18d

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Jan 24 03:00:24 CET 2022


The branch, master has been updated
       via  389f18d4681701510eec7410a78fb87dba3ac5e4 (commit)
      from  1118149028297b0710b9842e45a0388111241f92 (commit)

Summary of changes:
 packages/packages.current       |  2 +-
 patches/pango/01-rounding.patch | 41 -----------------------------------------
 2 files changed, 1 insertion(+), 42 deletions(-)
 delete mode 100644 patches/pango/01-rounding.patch


- Log -----------------------------------------------------------------
commit 389f18d4681701510eec7410a78fb87dba3ac5e4
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Jan 2 11:08:38 2022 -0700

    update to pango-1.50.3

diff --git a/packages/packages.current b/packages/packages.current
index 9f75914..8bda732 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -41,7 +41,7 @@ libwebp,1.2.1,file,https://storage.googleapis.com/downloads.webmproject.org/rele
 libxml2,2.9.12,file,ftp://xmlsoft.org/libxml2/libxml2-2.9.12.tar.gz,c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92,,
 libxslt,1.1.34,file,ftp://xmlsoft.org/libxml2/libxslt-1.1.34.tar.gz,98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f,,
 nettle,3.7.3,file,https://ftp.gnu.org/pub/gnu/nettle/nettle-3.7.3.tar.gz,661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0,,
-pango,1.48.10,file,https://download.gnome.org/sources/pango/1.48/pango-1.48.10.tar.xz,21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98,,
+pango,1.50.3,file,https://download.gnome.org/sources/pango/1.50/pango-1.50.3.tar.xz,4add05edf51c1fb375a1ccde7498914120e23cb280dd7395b1aeb441f1838a4c,,
 pixman,0.40.0,file,https://cairographics.org/releases/pixman-0.40.0.tar.gz,6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc,,
 poppler,21.11.0,file,https://poppler.freedesktop.org/poppler-21.11.0.tar.xz,31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584,,
 poppler_data,0.4.11,file,https://poppler.freedesktop.org/poppler-data-0.4.11.tar.gz,2cec05cd1bb03af98a8b06a1e22f6e6e1a65b1e2f3816cb3069bb0874825f08c,,
diff --git a/patches/pango/01-rounding.patch b/patches/pango/01-rounding.patch
deleted file mode 100644
index bb721eb..0000000
--- a/patches/pango/01-rounding.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From df0217a3f46c77b743fa1ae1ddfc2bb321ba91e8 Mon Sep 17 00:00:00 2001
-From: Chun-wei Fan <fanchunwei at src.gnome.org>
-Date: Mon, 9 Aug 2021 16:22:22 +0800
-Subject: [PATCH] pango/shape.c: Use the former rounding code as needed
-
-The careful rounding code that was brought back as a result of commit
-d4356779 only had effect if we are using a backend that supported font
-hinting, so on other backends, use the former rounding code that was
-dropped in favor of the careful rounding code that unfortunately did not
-apply for all backends.
-
-Should fix #578.
----
- pango/shape.c | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/pango/shape.c b/pango/shape.c
-index f8ac3691..aed028b7 100644
---- a/pango/shape.c
-+++ b/pango/shape.c
-@@ -341,5 +341,17 @@ pango_shape_with_flags (const gchar         *item_text,
-     #undef HINT
-             }
-         }
-+      else
-+        {
-+          for (i = 0; i < glyphs->num_glyphs; i++)
-+            {
-+              glyphs->glyphs[i].geometry.width =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.width);
-+              glyphs->glyphs[i].geometry.x_offset =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.x_offset);
-+              glyphs->glyphs[i].geometry.y_offset =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.y_offset);
-+            }
-+        }
-     }
- }
--- 
-GitLab
-

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list