summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-22 06:57:53 +0000
committeradam <adam@pkgsrc.org>2021-03-22 06:57:53 +0000
commit58223a91834cc2711c1edcce2ebe6f8e97051e86 (patch)
tree4f93792e51cf14614ac7993a7411d04c85e75950 /devel
parent7be89d3a905faa5ab20166cde5b0b9fe7e872dd3 (diff)
downloadpkgsrc-58223a91834cc2711c1edcce2ebe6f8e97051e86.tar.gz
pango: updated to 1.48.3
Overview of changes in 1.48.3 ============================= - Miscellaneous introspection fixes - Make pango_attr_list_splice clip inserted attrbiutes - Do costly fontconfig calls in threads - markup: Fix issues with accel handling - docs: Convert docs to use gi-docgen - Fix build against harfbuzz < 2.6 Overview of changes in 1.48.2 ============================= - Fix memory leaks reported by asan - Avoid overflow in pango_attr_list_update - Add a valgrind suppression file - Make tests more robust - Fix pango_font_describe for Emoji fonts Overview of changes in 1.48.1 ============================= - Require GLib 2.62 - Require meson 0.55.3 - ci: Add a MacOS build - macos: Implement pango_font_get_face - Fix itemization of multi-paragraph layouts - Fix a few memory leaks - Fix glyph origins in vertical layout
Diffstat (limited to 'devel')
-rw-r--r--devel/pango/Makefile4
-rw-r--r--devel/pango/distinfo10
-rw-r--r--devel/pango/options.mk4
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 08137910834..3a0e55ce2d5 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.237 2021/01/11 09:43:21 prlw1 Exp $
+# $NetBSD: Makefile,v 1.238 2021/03/22 06:57:53 adam Exp $
-DISTNAME= pango-1.48.0
+DISTNAME= pango-1.48.3
CATEGORIES= devel fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/devel/pango/distinfo b/devel/pango/distinfo
index c9df683748c..0e4243ddf8c 100644
--- a/devel/pango/distinfo
+++ b/devel/pango/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.126 2021/01/11 09:43:21 prlw1 Exp $
+$NetBSD: distinfo,v 1.127 2021/03/22 06:57:53 adam Exp $
-SHA1 (pango-1.48.0.tar.xz) = 6167e5a5b0273f8ffc7217d057aa432b63bf8372
-RMD160 (pango-1.48.0.tar.xz) = 4a9a829e9506839b900ef6df55f3dea2cf507cb1
-SHA512 (pango-1.48.0.tar.xz) = 4819575a583134083819c1548d86bba71af97fd927f7cac05e3903b6d1c84de0ab1b593eea1e17b974f194e2d81123aa46e3af942eef258ad1bd14c72322342e
-Size (pango-1.48.0.tar.xz) = 536136 bytes
+SHA1 (pango-1.48.3.tar.xz) = c01f66bcc1793c3d055929b7b81014d27d78cd15
+RMD160 (pango-1.48.3.tar.xz) = 32de268a3b1f14f558735538ce0bf6255ae1f9c7
+SHA512 (pango-1.48.3.tar.xz) = 769ceec71c5d64c08b91a0d78c5e39f6599fa199ae3f9d6dc4b94e5898a41e7f4b3d3f9c16a92f03d0e558778a4ef5bbe2967eefef17173211d53ffdb3d72041
+Size (pango-1.48.3.tar.xz) = 565956 bytes
SHA1 (patch-pango_pangocairo-coretextfont.c) = cfef0e1372d5770d5988af411d435ee87fdfd0bd
SHA1 (patch-pango_pangocairo-coretextfontmap.c) = 395cb1f8472a319c4b1c58ea137e36452bc44cc6
SHA1 (patch-pango_pangocoretext-fontmap.c) = 643dfdb0e9672382d4d5259c90e451a829b9875e
diff --git a/devel/pango/options.mk b/devel/pango/options.mk
index 3c39df8b72b..41bd18d4567 100644
--- a/devel/pango/options.mk
+++ b/devel/pango/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2021/01/11 09:43:21 prlw1 Exp $
+# $NetBSD: options.mk,v 1.19 2021/03/22 06:57:53 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pango
PKG_SUPPORTED_OPTIONS= libthai quartz x11
@@ -48,6 +48,6 @@ PLIST.coretext= yes
. endif
. if !empty(PKG_OPTIONS:Mquartz)
### installs its coretext header file if cairo was built with "quartz" option
-PLIST.quartz= yes
+#PLIST.quartz= yes
. endif
.endif