pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cairomm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 26 17:16:14 UTC 2022
Modified Files:
pkgsrc/graphics/cairomm: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/cairomm/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/cairomm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/cairomm/Makefile
diff -u pkgsrc/graphics/cairomm/Makefile:1.52 pkgsrc/graphics/cairomm/Makefile:1.53
--- pkgsrc/graphics/cairomm/Makefile:1.52 Tue Jun 28 11:33:59 2022
+++ pkgsrc/graphics/cairomm/Makefile Mon Sep 26 17:16:14 2022
@@ -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 @@ LICENSE= gnu-lgpl-v2
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 @@ PLIST_VARS+= x11 quartz
.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"
Index: pkgsrc/graphics/cairomm/distinfo
diff -u pkgsrc/graphics/cairomm/distinfo:1.19 pkgsrc/graphics/cairomm/distinfo:1.20
--- pkgsrc/graphics/cairomm/distinfo:1.19 Tue Oct 26 10:46:00 2021
+++ pkgsrc/graphics/cairomm/distinfo Mon Sep 26 17:16:14 2022
@@ -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