diff mbox series

[meta-networking,2/2] spice: update 0.15.2 -> 0.16.0

Message ID 20251029164230.218721-2-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-networking,1/2] spice-protocols: update 0.14.4 -> 0.14.5 | expand

Commit Message

Markus Volk Oct. 29, 2025, 4:42 p.m. UTC
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
---
 .../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 mbox series

Patch

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"