pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/wlroots



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Sat Apr 18 11:12:30 UTC 2026

Modified Files:
        pkgsrc/wayland/wlroots: Makefile distinfo

Log Message:
wlroots: update to 0.19.3

wlroots 0.19.3

Aleksei Bavshin (2):
      backend/libinput: fix build with libinput 1.31
      backend/libinput: add support for LIBINPUT_SWITCH_KEYPAD_SLIDE

Andri Yngvason (1):
      image_capture_source/output: Update constraints on enable

Dale Turner (1):
      Add "const" to eliminate "error: initialization discards ‘const’ qualifier from pointer target type"

David96 (1):
      wlr_virtual_pointer: Set axis source on all axis

John Lindgren (1):
      render/allocator: add missing wlr_buffer_finish() in destroy impls

Kenny Levinsen (1):
      backend/drm: Close non-master drm fd on failure

Simon Ser (9):
      tinywl: fix duplicate object files passed to linker
      backend/libinput: guard against new enum entries
      render/vulkan: introduce buffer_import_sync_file()
      render/vulkan: take render pass in vulkan_sync_render_buffer()
      render/vulkan: fix missing DMA-BUF implicit read fence for textures
      render/vulkan: introduce buffer_export_sync_file()
      render/vulkan: add "acquire" to vulkan_sync_foreign_texture()
      render/vulkan: fix missing DMA-BUF implicit write fence for render buffer
      build: bump version to 0.19.3

Simon Zeni (1):
      ci: update dalligi upstream repo

Wang Yu (1):
      xwayland: fix memory leak on pipe() failure

liupeng (1):
      backend/session: respond to event hangup or error


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/wlroots/Makefile \
    pkgsrc/wayland/wlroots/distinfo

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

Modified files:

Index: pkgsrc/wayland/wlroots/Makefile
diff -u pkgsrc/wayland/wlroots/Makefile:1.1 pkgsrc/wayland/wlroots/Makefile:1.2
--- pkgsrc/wayland/wlroots/Makefile:1.1 Mon Apr 13 17:20:09 2026
+++ pkgsrc/wayland/wlroots/Makefile     Sat Apr 18 11:12:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/04/13 17:20:09 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/18 11:12:30 kikadf Exp $
 
-DISTNAME=              wlroots-0.19.2
+DISTNAME=              wlroots-0.19.3
 CATEGORIES=            wayland
 MASTER_SITE_GITLAB=    https://gitlab.freedesktop.org/
 MASTER_SITES=          ${MASTER_SITE_GITLAB:=wlroots/}
Index: pkgsrc/wayland/wlroots/distinfo
diff -u pkgsrc/wayland/wlroots/distinfo:1.1 pkgsrc/wayland/wlroots/distinfo:1.2
--- pkgsrc/wayland/wlroots/distinfo:1.1 Mon Apr 13 17:20:09 2026
+++ pkgsrc/wayland/wlroots/distinfo     Sat Apr 18 11:12:30 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2026/04/13 17:20:09 kikadf Exp $
+$NetBSD: distinfo,v 1.2 2026/04/18 11:12:30 kikadf Exp $
 
-BLAKE2s (wlroots-0.19.2.tar.gz) = aff6485d67841535c2bac5fda24cb8b0f6449ec841a344caa9df3641cd2548e0
-SHA512 (wlroots-0.19.2.tar.gz) = a48e71bc7ebcd2ca3bcbc1b20034b50ed230ecdd270fa4a6362e19e24b3fb60ea2e0a9631fa1b7ebadf4fc0f433a7cd9525f57e6130f7fede0a239ba1d1aba29
-Size (wlroots-0.19.2.tar.gz) = 670517 bytes
+BLAKE2s (wlroots-0.19.3.tar.gz) = 2f57f3122fa3272ac55862c7b34537094a7ab8eebe6f5810fb7b920e53121f35
+SHA512 (wlroots-0.19.3.tar.gz) = 0de8e27eba656b5893792273f995ee8303738f68478828ee9fcb00fbf3479f928476f4616ae1cf2396cdd85e39360919c3ea8a583df5768e653f75d6b347ea71
+Size (wlroots-0.19.3.tar.gz) = 671209 bytes
 SHA1 (patch-backend_libinput_meson.build) = 7f109761790191930828f280ca74db6bc95941e1
 SHA1 (patch-render_allocator_allocator.c) = ca1f468d6e253fea5ae4d739172d4e94a07a4be6
 SHA1 (patch-render_drm__syncobj.c) = 70708836fe3fd7e4f55e128edbe9d3ad50f66916



Home | Main Index | Thread Index | Old Index