pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairomm cairomm: update to 1.14.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0940a8b4eb3b
branches:  trunk
changeset: 385794:0940a8b4eb3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 26 17:16:14 2022 +0000

description:
cairomm: update to 1.14.4.

1.14.4 (stable):

Build:
* Meson build: When mm-common >= 1.0.4 is used, Perl is not required
  (Kjell Ahlstedt)
* MSVC build: Support VS2022 builds
  (Chun-wei Fan) Merge request !19
* Meson build: Specify 'check' option in run_command()
  Will be necessary with future versions of Meson.
  Require Meson >= 0.55.0
* Meson build: Avoid unnecessary configuration warnings
  (Kjell Ahlstedt)
* Meson build: Re-organize warnings-related compiler flags for MSVC
  (Chun-wei Fan) Merge request !23
* Autotools build: Add --disable-deprecated-api
* Fix build with -Dbuild-deprecated-api=false
  (Kjell Ahlstedt) Issue #29 (bbhtt)

diffstat:

 graphics/cairomm/Makefile |  8 ++++----
 graphics/cairomm/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r c2a863c36313 -r 0940a8b4eb3b graphics/cairomm/Makefile
--- a/graphics/cairomm/Makefile Mon Sep 26 17:08:59 2022 +0000
+++ b/graphics/cairomm/Makefile Mon Sep 26 17:16:14 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/06/28 11:33:59 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2022/09/26 17:16:14 wiz Exp $
 
-DISTNAME=      cairomm-1.14.3
-PKGREVISION=   1
+DISTNAME=      cairomm-1.14.4
 CATEGORIES=    graphics
 MASTER_SITES=  https://cairographics.org/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -13,7 +12,7 @@
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            perl pkg-config
+USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   data/cairomm-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   data/cairomm-ft-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   data/cairomm-pdf-1.0.pc.in
@@ -34,6 +33,7 @@
 
 .include "../../devel/libsigc++/buildlink3.mk"
 .include "../../devel/meson/build.mk"
+BUILDLINK_API_DEPENDS.mm-common+=      mm-common>=1.0.4
 .include "../../devel/mm-common/buildlink3.mk"
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.12
 .include "../../graphics/cairo/buildlink3.mk"
diff -r c2a863c36313 -r 0940a8b4eb3b graphics/cairomm/distinfo
--- a/graphics/cairomm/distinfo Mon Sep 26 17:08:59 2022 +0000
+++ b/graphics/cairomm/distinfo Mon Sep 26 17:16:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:46:00 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/09/26 17:16:14 wiz Exp $
 
-BLAKE2s (cairomm-1.14.3.tar.xz) = 500dc5d11dc0d22c674104f3e24acb18ce3d56cb63f197532487b832c8ed2fe3
-SHA512 (cairomm-1.14.3.tar.xz) = 8dc8a0de733904742c54d4935b596d4103f2e498c6735894bc6a5a81eb4962c6ea944bad94102b18b25850f78e948d38f117c566b197bc76da23a4e88b62ee4e
-Size (cairomm-1.14.3.tar.xz) = 604572 bytes
+BLAKE2s (cairomm-1.14.4.tar.xz) = d4b5a081c764ea87c4d97ce9f022fdf829ce1407e259ff04e693a46b1bd384a6
+SHA512 (cairomm-1.14.4.tar.xz) = 9e2692837f55a2e66cd7e9d0a8033a35524df1c3186a53a9be75d71e899240dbc8959c914471e61e311812dabaf815e732142686b42fbdc75a71c05b41013d33
+Size (cairomm-1.14.4.tar.xz) = 618548 bytes



Home | Main Index | Thread Index | Old Index