From ff0776755aa632d12a8ee2f9f7a14822b4287b1e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 29 Oct 2025 17:42:30 +0100 Subject: [PATCH] spice: update 0.15.2 -> 0.16.0 Major Changes in 0.16: Added Added DMA-BUF encoder support for GStreamer 1.24+ Implemented hardware-accelerated encoding for Intel GPUs Added environment variable SPICE_CONVERTER_PREFERRED_FORMAT to override converter format Multi-plane GL scanout support (new spice_qxl_gl_scanout2()) Changed Improved memslot to preserve address bits for ARM64 TBI/AMD UAI/Intel LAM Optimized BGR24/BGRX32 conversion when JCS_EXTENSIONS is defined Removed GStreamer 0.10 support Send real time to client, instead of synchronizing on both ends, attempting to fix latency issue Fixes Fixes a GL_DRAW cookie assertion race Add SSL_OP_NO_RENEGOTIATION fallback path, fixing w/LibreSSL 3.7.2 builds Fix Win32 builds Fix TCP_NOPUSH usage on Darwin Signed-off-by: Khem Raj --- .../recipes-support/spice/{spice_git.bb => spice_0.16.0.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-networking/recipes-support/spice/{spice_git.bb => spice_0.16.0.bb} (95%) diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_0.16.0.bb similarity index 95% rename from meta-networking/recipes-support/spice/spice_git.bb rename to meta-networking/recipes-support/spice/spice_0.16.0.bb index c9418a1765..6ae63091b3 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_0.16.0.bb @@ -13,11 +13,9 @@ architectures." LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -PV = "0.15.2" +SRCREV = "a6668fff651726e5d4cfd52cbf8669540970452c" -SRCREV = "0c2c1413a8b387ea597a95b6c867470a7c56c8ab" - -SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https" +SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https;tag=v0.16.0" CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2"