summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-10-29 17:42:30 +0100
committerKhem Raj <raj.khem@gmail.com>2025-10-29 21:02:20 -0700
commitff0776755aa632d12a8ee2f9f7a14822b4287b1e (patch)
tree50a1da5405904df78646e2551e19a1ce299ffe9b
parent8f0bc1ac75682a8b752ef38c9519f0ec2277d385 (diff)
downloadmeta-openembedded-ff0776755aa632d12a8ee2f9f7a14822b4287b1e.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/spice/spice_0.16.0.bb (renamed from meta-networking/recipes-support/spice/spice_git.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/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."
13LICENSE = "LGPL-2.1-or-later" 13LICENSE = "LGPL-2.1-or-later"
14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
15 15
16PV = "0.15.2" 16SRCREV = "a6668fff651726e5d4cfd52cbf8669540970452c"
17 17
18SRCREV = "0c2c1413a8b387ea597a95b6c867470a7c56c8ab" 18SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https;tag=v0.16.0"
19
20SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=https"
21 19
22 20
23CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2" 21CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2"