pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/sratom



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 15 11:18:38 UTC 2026

Modified Files:
        pkgsrc/converters/sratom: Makefile distinfo

Log Message:
sratom: updated to 0.6.22

sratom (0.6.22) stable; urgency=medium

* Add clang nullability annotations
* Address new warnings in clang and clang-tidy 21
* Fix documentation build without sphinx_lv2_theme
* Gracefully handle reading vectors with missing childType properties
* Gracefully handle writing vectors with zero childSize properties
* Improve error handling


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/converters/sratom/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/sratom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/sratom/Makefile
diff -u pkgsrc/converters/sratom/Makefile:1.44 pkgsrc/converters/sratom/Makefile:1.45
--- pkgsrc/converters/sratom/Makefile:1.44      Tue Jan 27 08:39:07 2026
+++ pkgsrc/converters/sratom/Makefile   Wed Apr 15 11:18:38 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/01/27 08:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/04/15 11:18:38 adam Exp $
 
-DISTNAME=      sratom-0.6.18
-PKGREVISION=   3
+DISTNAME=      sratom-0.6.22
 CATEGORIES=    converters
 MASTER_SITES=  https://download.drobilla.net/
 EXTRACT_SUFX=  .tar.xz
@@ -30,8 +29,8 @@ SUBST_SED.sphinx+=    -e "s,'sphinxygen','s
 .include "../../audio/lv2/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/tool.mk"
-BUILDLINK_API_DEPENDS.serd+=   serd>=0.30.0
+BUILDLINK_API_DEPENDS.serd+=   serd>=0.30.10
 .include "../../textproc/serd/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sord+=   sord>=0.14.0
+BUILDLINK_API_DEPENDS.sord+=   sord>=0.16.16
 .include "../../textproc/sord/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/sratom/distinfo
diff -u pkgsrc/converters/sratom/distinfo:1.11 pkgsrc/converters/sratom/distinfo:1.12
--- pkgsrc/converters/sratom/distinfo:1.11      Tue Aug 12 07:35:36 2025
+++ pkgsrc/converters/sratom/distinfo   Wed Apr 15 11:18:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/12 07:35:36 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/04/15 11:18:38 adam Exp $
 
-BLAKE2s (sratom-0.6.18.tar.xz) = 1963fe1365ec5721117a9bb1150a6fc6ee82b16b4393357055bddcc9bb2f14ee
-SHA512 (sratom-0.6.18.tar.xz) = 3f78f845974cf7d8a7166e6430a9e8a1454c98b4aea065bd7e66da01dba7a210edc540e17613985ddd8f9124ccf8500b71646942d988f4b9c65dd53f0d18f6cf
-Size (sratom-0.6.18.tar.xz) = 19640 bytes
+BLAKE2s (sratom-0.6.22.tar.xz) = e73a34c9430ea771c4295a1c19b9d739e028078b9a6e8c91a5790792aeb2088d
+SHA512 (sratom-0.6.22.tar.xz) = bb3a46e88faf1596d2f10ac9d22f063e52f7c068a0712b0234168346727f179ea236280dae89e4136e97c243d0815444af1dcc6b86d70b99f5f88008481288b0
+Size (sratom-0.6.22.tar.xz) = 22332 bytes



Home | Main Index | Thread Index | Old Index