pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pangomm pangomm: updated to 2.46.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b08e6b8fe4
branches:  trunk
changeset: 387047:95b08e6b8fe4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 20 13:16:36 2022 +0000

description:
pangomm: updated to 2.46.3

2.46.3 (stable):

* Context::get_font_map(): Fix reference count

Build:
* Meson build: Specify 'check' option in run_command()
  Will be necessary with future versions of Meson.
* Meson build: Check if Perl is required for building documentation
* Meson build: Avoid unnecessary configuration warnings
* Meson build: Re-organize warning-related compiler flags for MSVC

diffstat:

 devel/pangomm/Makefile                  |   5 ++---
 devel/pangomm/distinfo                  |   9 ++++-----
 devel/pangomm/patches/patch-meson.build |  15 ---------------
 3 files changed, 6 insertions(+), 23 deletions(-)

diffs (46 lines):

diff -r c03ee4a73b05 -r 95b08e6b8fe4 devel/pangomm/Makefile
--- a/devel/pangomm/Makefile    Thu Oct 20 13:15:35 2022 +0000
+++ b/devel/pangomm/Makefile    Thu Oct 20 13:16:36 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2022/06/28 11:33:41 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2022/10/20 13:16:36 adam Exp $
 
-DISTNAME=      pangomm-2.46.2
-PKGREVISION=   1
+DISTNAME=      pangomm-2.46.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r c03ee4a73b05 -r 95b08e6b8fe4 devel/pangomm/distinfo
--- a/devel/pangomm/distinfo    Thu Oct 20 13:15:35 2022 +0000
+++ b/devel/pangomm/distinfo    Thu Oct 20 13:16:36 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/03/14 17:31:54 adam Exp $
+$NetBSD: distinfo,v 1.22 2022/10/20 13:16:36 adam Exp $
 
-BLAKE2s (pangomm-2.46.2.tar.xz) = 3fde1e5244311a1611ffa27f0db4d60498c3c04952ce7bc2ebac0e133f711a42
-SHA512 (pangomm-2.46.2.tar.xz) = 79cad137ec9f22e57a177332df6c6e735aa3baf81df36fc706e81e7a89f23ce3179337507388f65a0d0a74733990dc3547c50243a4559dfd0bb065b1828c0474
-Size (pangomm-2.46.2.tar.xz) = 674892 bytes
-SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832
+BLAKE2s (pangomm-2.46.3.tar.xz) = 5e1e9e820188e59bae942302c76b83420da91cb40c8002a9b6eaf265568dcde2
+SHA512 (pangomm-2.46.3.tar.xz) = c0925f295b372bca7b5ede28476ed00e691911e041632969e5e4c30fcf338bac069ba031d4f48601877524b90af47f5238e444e2de7501f1ff25dcda9dd9a9c8
+Size (pangomm-2.46.3.tar.xz) = 674428 bytes
diff -r c03ee4a73b05 -r 95b08e6b8fe4 devel/pangomm/patches/patch-meson.build
--- a/devel/pangomm/patches/patch-meson.build   Thu Oct 20 13:15:35 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2021/04/08 21:16:42 adam Exp $
-
-Fix finding Python.
-
---- meson.build.orig   2021-04-08 16:35:21.531396769 +0000
-+++ meson.build
-@@ -43,7 +43,7 @@ project_build_root = meson.current_build
- 
- cpp_compiler = meson.get_compiler('cpp')
- is_msvc = cpp_compiler.get_id() == 'msvc'
--python3 = import('python').find_installation('python3')
-+python3 = import('python').find_installation()
- 
- python_version = python3.language_version()
- python_version_req = '>= 3.5'



Home | Main Index | Thread Index | Old Index