head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.03.30.15.50.31; author adam; state dead; branches; next 1.1; commitid SJhjwDO8RYLMX0AG; 1.1 date 2026.03.15.19.04.26; author wiz; state Exp; branches; next ; commitid C0N6WFjcPhGiw6yG; desc @@ 1.2 log @vala: updated to 0.56.19 Vala 0.56.19 * Various improvements and bug fixes: - codegen: Minor refactoring of TypeRegisterFunction and its subclasses - codegen: Use G_TYPE_FLAG_NONE when targetting glib >= 2.74 - codegen: Use g_once_init_{enter,leave}_pointer when targetting glib >= 2.80 - codegen: Propagate default_value_on_error from parent struct - codegen: Return default_value_on_error on precondition failures - gdbus: Avoid unused variables in method call and properties getter/setter - gdbus: Allow GLib.VariantDict for a{sv} - gdbus: Do not provide unintended read/write access to properties - parser: Fix statement error recovery - vala: Use reference-transfer as needed when transforming conditional-expression - girwriter: Don't use instance-parameter inside function elements - girwriter: Add the doc:format argument in the .gir file - libvaladoc: Do not error-out on doc:format - libvaladoc: Add compat layer for gvRenderData to cope with API break * Bindings: - glib-2.0: allow FileUtils.open_tmp's first argument to be null - posix: add UTIME_{NOW,OMIT} constants for utimensat - gsl: Deprecate gsl_linalg_cholesky_decomp in favour of gsl_linalg_cholesky_decomp1 - libxml-2.0: Add more fields to ParserCtxt - gobject-2.0: Set default_value{,_on_error} for GType - glib-2.0: Fix *.add_once () callbacks - gobject-2.0: Fix return type - gobject-2.0: Add Type.to_string () - gstreamer-1.0: Fix ownership of Caps.full*() parameters - glib-2.0: fix a typo in a parameter name - gtk4: Update to 4.21.6+83716767 - gtk4: Make all Gsk.RenderNode and Gsk.Renderer shadow their parent type - gtk4: Fix CursorGetTextureCallback declaration @ text @$NetBSD: patch-vapi_libgvc.vapi,v 1.1 2026/03/15 19:04:26 wiz Exp $ graphviz 13 compatibility. https://gitlab.gnome.org/GNOME/vala/-/issues/1621 --- vapi/libgvc.vapi.orig 2026-03-15 19:01:35.978651710 +0000 +++ vapi/libgvc.vapi @@@@ -91,7 +91,7 @@@@ namespace Gvc { public int render_jobs (Graph graph); [CCode (cname = "gvRenderData")] - public int render_data (Graph graph, [CCode (type = "char*")] string file_type, [CCode (array_length_type = "unsigned int", type = "char**")] out uint8[] output_data); + public int render_data (Graph graph, [CCode (type = "char*")] string file_type, [CCode (array_length_type = "size_t", type = "char**")] out uint8[] output_data); } [Compact] @ 1.1 log @vala: merge upstream bugfix for graphviz 13 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @