diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-26 17:16:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-26 17:16:14 +0000 |
commit | 8abf4f560c68a9007382dfab58c0175a13c012a2 (patch) | |
tree | a3c7073149bcfbc060d0e07f1a18ce8a7f3736b2 /graphics | |
parent | 589f71fc23fa78bc7e4b9e6ef8c57c2ccbae1c9b (diff) | |
download | pkgsrc-8abf4f560c68a9007382dfab58c0175a13c012a2.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/cairomm/Makefile | 8 | ||||
-rw-r--r-- | graphics/cairomm/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 00c8c5b3fb3..90539662d4f 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -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" diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo index 9d6966ee7ba..b0ef79dbba5 100644 --- a/graphics/cairomm/distinfo +++ b/graphics/cairomm/distinfo @@ -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 |