From aad68a65671dcc1930b1ca8ac9cb2ff2573a5ab1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jul 2026 07:38:54 +0000 Subject: [PATCH] xdg-desktop-portal-wlr: upgrade 0.8.2 -> 0.8.4 Upstream changes (git log v0.8.2..v0.8.4): * screencast: drive the PipeWire graph ourselves; default SelectSources to monitors; guard xdpw_pwr_enqueue_buffer() in the PAUSED state; fix stream freezing on PipeWire buffer starvation; print an error message on the Y-invert flag. Version-only bump (git tag v0.8.4); recipe unchanged. Signed-off-by: Khem Raj --- ...ktop-portal-wlr_0.8.2.bb => xdg-desktop-portal-wlr_0.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-support/xdg-desktop-portal-wlr/{xdg-desktop-portal-wlr_0.8.2.bb => xdg-desktop-portal-wlr_0.8.4.bb} (94%) diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.4.bb similarity index 94% rename from meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb rename to meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.4.bb index ce5a92da14..f150fabc58 100644 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.4.bb @@ -18,7 +18,7 @@ inherit meson pkgconfig features_check manpages REQUIRED_DISTRO_FEATURES = "opengl wayland" SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1;tag=v${PV}" -SRCREV = "01171a150b705cf07066ebc0fb7e1ff537027bec" +SRCREV = "34153094662acd713241ca6cbbb20003ef67da5f" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}"