Skip to content

Commit

Permalink
cairomm: update to 1.14.4.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
0-wiz-0 committed Sep 26, 2022
1 parent 589f71f commit 8abf4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions graphics/cairomm/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions graphics/cairomm/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8abf4f5

Please sign in to comment.