Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pango: update to 1.50.11
@ 2022-10-25 14:06 cinerea0
  2022-10-25 19:12 ` oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cinerea0 @ 2022-10-25 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages pan
https://github.com/void-linux/void-packages/pull/40156

pango: update to 1.50.11
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-40156.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]

From d379d5bbb0b62427aaffc50c271f92568fb3ba3d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Oct 2022 10:06:09 -0400
Subject: [PATCH] pango: update to 1.50.11

---
 srcpkgs/pango/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index d244222b0e36..e3c5380c981e 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,7 +1,7 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.10
-revision=2
+version=1.50.11
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966
+checksum=8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae
 make_check=no  # doesn't pass its own tests
 
 # Package build options

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pango: update to 1.50.11
  2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
@ 2022-10-25 19:12 ` oreo639
  2022-10-25 19:12 ` oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-10-25 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40156#issuecomment-1291020922

Comment:
Can you remove the no-font patch, it was fixed differently upstream:
https://gitlab.gnome.org/GNOME/pango/-/issues/701

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pango: update to 1.50.11
  2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
  2022-10-25 19:12 ` oreo639
@ 2022-10-25 19:12 ` oreo639
  2022-10-26  1:54 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-10-25 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40156#issuecomment-1291020922

Comment:
Can you remove the no-font patch, it was fixed in this release:
https://gitlab.gnome.org/GNOME/pango/-/issues/701

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] pango: update to 1.50.11
  2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
  2022-10-25 19:12 ` oreo639
  2022-10-25 19:12 ` oreo639
@ 2022-10-26  1:54 ` cinerea0
  2022-11-20  2:42 ` cinerea0
  2022-11-29  1:58 ` [PR PATCH] [Merged]: pango: update to 1.50.12 classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-10-26  1:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages pan
https://github.com/void-linux/void-packages/pull/40156

pango: update to 1.50.11
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-40156.patch --]
[-- Type: text/x-diff, Size: 2396 bytes --]

From 911de35ec15ec750f0366575cb8db72bbe354a98 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 25 Oct 2022 21:53:48 -0400
Subject: [PATCH] pango: update to 1.50.11

---
 .../pango/patches/fix-segfault-no-font.patch  | 21 -------------------
 srcpkgs/pango/template                        |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/pango/patches/fix-segfault-no-font.patch

diff --git a/srcpkgs/pango/patches/fix-segfault-no-font.patch b/srcpkgs/pango/patches/fix-segfault-no-font.patch
deleted file mode 100644
index 4aec1d27b237..000000000000
--- a/srcpkgs/pango/patches/fix-segfault-no-font.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/pango/pango-layout.c b/pango/pango-layout.c
-index a1c47203..b8eeede0 100644
---- a/pango/pango-layout.c
-+++ b/pango/pango-layout.c
-@@ -5707,13 +5707,14 @@ pango_layout_run_get_extents_and_height (PangoLayoutRun *run,
-         }
-       else
-         {
--          double xscale, yscale;
-+          double xscale = 0, yscale = 0;
- 
-           if (!metrics)
-             metrics = pango_font_get_metrics (run->item->analysis.font,
-                                               run->item->analysis.language);
- 
--          pango_font_get_scale_factors (run->item->analysis.font, &xscale, &yscale);
-+          if (G_LIKELY(run->item->analysis.font))
-+            pango_font_get_scale_factors (run->item->analysis.font, &xscale, &yscale);
-           *height = pango_font_metrics_get_height (metrics) * MAX (xscale, yscale);
-         }
-     }
diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index d244222b0e36..e3c5380c981e 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,7 +1,7 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.10
-revision=2
+version=1.50.11
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966
+checksum=8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae
 make_check=no  # doesn't pass its own tests
 
 # Package build options

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] pango: update to 1.50.11
  2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
                   ` (2 preceding siblings ...)
  2022-10-26  1:54 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-20  2:42 ` cinerea0
  2022-11-29  1:58 ` [PR PATCH] [Merged]: pango: update to 1.50.12 classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2022-11-20  2:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages pan
https://github.com/void-linux/void-packages/pull/40156

pango: update to 1.50.11
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-40156.patch --]
[-- Type: text/x-diff, Size: 2517 bytes --]

From 9d30e54e762ce8193163a008d0588cfa1f209136 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 21:42:06 -0500
Subject: [PATCH] pango: update to 1.50.12

---
 .../pango/patches/fix-segfault-no-font.patch  | 21 -------------------
 srcpkgs/pango/template                        |  8 +++----
 2 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/pango/patches/fix-segfault-no-font.patch

diff --git a/srcpkgs/pango/patches/fix-segfault-no-font.patch b/srcpkgs/pango/patches/fix-segfault-no-font.patch
deleted file mode 100644
index 4aec1d27b237..000000000000
--- a/srcpkgs/pango/patches/fix-segfault-no-font.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/pango/pango-layout.c b/pango/pango-layout.c
-index a1c47203..b8eeede0 100644
---- a/pango/pango-layout.c
-+++ b/pango/pango-layout.c
-@@ -5707,13 +5707,14 @@ pango_layout_run_get_extents_and_height (PangoLayoutRun *run,
-         }
-       else
-         {
--          double xscale, yscale;
-+          double xscale = 0, yscale = 0;
- 
-           if (!metrics)
-             metrics = pango_font_get_metrics (run->item->analysis.font,
-                                               run->item->analysis.language);
- 
--          pango_font_get_scale_factors (run->item->analysis.font, &xscale, &yscale);
-+          if (G_LIKELY(run->item->analysis.font))
-+            pango_font_get_scale_factors (run->item->analysis.font, &xscale, &yscale);
-           *height = pango_font_metrics_get_height (metrics) * MAX (xscale, yscale);
-         }
-     }
diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template
index d244222b0e36..2ede2bb66459 100644
--- a/srcpkgs/pango/template
+++ b/srcpkgs/pango/template
@@ -1,7 +1,7 @@
 # Template file for 'pango'
 pkgname=pango
-version=1.50.10
-revision=2
+version=1.50.12
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)"
@@ -13,8 +13,8 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.pango.org/"
 changelog="https://gitlab.gnome.org/GNOME/pango/-/raw/main/NEWS"
-distfiles="${GNOME_SITE}/pango/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966
+distfiles="${GNOME_SITE}/pango/${version%.*}/pango-${version}.tar.xz"
+checksum=caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3
 make_check=no  # doesn't pass its own tests
 
 # Package build options

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: pango: update to 1.50.12
  2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
                   ` (3 preceding siblings ...)
  2022-11-20  2:42 ` cinerea0
@ 2022-11-29  1:58 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-29  1:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

There's a merged pull request on the void-packages repository

pango: update to 1.50.12
https://github.com/void-linux/void-packages/pull/40156

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-29  1:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 14:06 [PR PATCH] pango: update to 1.50.11 cinerea0
2022-10-25 19:12 ` oreo639
2022-10-25 19:12 ` oreo639
2022-10-26  1:54 ` [PR PATCH] [Updated] " cinerea0
2022-11-20  2:42 ` cinerea0
2022-11-29  1:58 ` [PR PATCH] [Merged]: pango: update to 1.50.12 classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).