pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cairomm1.16



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 23 10:00:59 UTC 2026

Modified Files:
        pkgsrc/graphics/cairomm1.16: Makefile distinfo

Log Message:
cairomm1.16: update to 1.18.1.

1.18.1 (stable) 2026-06-03

* Fix memory leak in Context::pop_group()
  (HanaKami) Merge request !38

Documentation:
* Fix outdated FSF mailing address in COPYING
  (Benjamin A. Beasley) Merge request !29
* Context: Fix enum names
* Change license info. Lesser GPL 2.1 instead of Library GPL 2
  (Kjell Ahlstedt)
* Meson: Use SPDX expression for license
  (Benjamin Gilbert) Merge request !33
* MSVC-Builds.md: Mention Visual Studio 2026
* MSVC-Builds.md: Update build documentation for NMake
  (Chun-wei Fan) Merge request !37
* cairomm.h: Add the Basic Usage section
  (Kjell Ahlstedt)

Meson build:
* Don't fail if warning_level=everything
  (Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
* Require python3 >= 3.7. That's what Meson requires.
* Require meson >= 0.62.
  Use Meson's pkgconfig module instead of using the *.pc.in templates.
  (Kjell Ahlstedt)
* Detect cl-like compilers
  (Julia DeMille) Merge request !30
* Stop warning from probing for features
  (Julia DeMille) Merge request !31
* Require normal find for cairo when subproject
  (Julia DeMille) Merge request !32
* Better detection of MSVC-like compilers
  (Kjell Ahlstedt) Issue #32
* Use the Python installation that Meson uses.
  See merge request glibmm!67.
  (Kjell Ahlstedt)
* Meson and NMake builds: Distinguish Visual Studio 2026 builds
  from Visual Studio 2022 builds
* NMake Makefiles: Allow specifying paths for dependencies
* NMake Makefiles: Make build process more robust
  (Chun-wei Fan) Merge request !37
* Don't require the 'dot' command to build the documentation
  (Kjell Ahlstedt)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/cairomm1.16/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/cairomm1.16/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/cairomm1.16/Makefile
diff -u pkgsrc/graphics/cairomm1.16/Makefile:1.11 pkgsrc/graphics/cairomm1.16/Makefile:1.12
--- pkgsrc/graphics/cairomm1.16/Makefile:1.11   Tue Jan 27 08:39:37 2026
+++ pkgsrc/graphics/cairomm1.16/Makefile        Tue Jun 23 10:00:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/01/27 08:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/23 10:00:59 wiz Exp $
 
-DISTNAME=      cairomm-1.18.0
+DISTNAME=      cairomm-1.18.1
 PKGNAME=       ${DISTNAME:S/cairomm/cairomm1.16/}
-PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  https://cairographics.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/cairomm1.16/distinfo
diff -u pkgsrc/graphics/cairomm1.16/distinfo:1.6 pkgsrc/graphics/cairomm1.16/distinfo:1.7
--- pkgsrc/graphics/cairomm1.16/distinfo:1.6    Tue Nov 14 16:01:45 2023
+++ pkgsrc/graphics/cairomm1.16/distinfo        Tue Jun 23 10:00:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/14 16:01:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/06/23 10:00:59 wiz Exp $
 
-BLAKE2s (cairomm-1.18.0.tar.xz) = faa9ea186999fe16f3233eafc4725eb0d75090d9ad38b555ad1c0cd5cec90b96
-SHA512 (cairomm-1.18.0.tar.xz) = d358a765136e244773b4a0fdcb2d9c81dd0b76f7a27c7108f94df9765f2d790f5f50b5645c09c292efce3e012528f85114d51916450c5fe6fa87d09f5a405d4c
-Size (cairomm-1.18.0.tar.xz) = 632520 bytes
+BLAKE2s (cairomm-1.18.1.tar.xz) = 1d673667e26f04e836ea3dd44d65d10991d2e9c08bc79c31b48eab004c0fd953
+SHA512 (cairomm-1.18.1.tar.xz) = ff23565dba657b45658613971429b5f06a60c585b467e9a302bda8ded7cf33dc3d4290b1699bd2bde907f5cbd3c8b4219d4e7f8442d65f61712767db6cb21874
+Size (cairomm-1.18.1.tar.xz) = 613728 bytes



Home | Main Index | Thread Index | Old Index