[meta-multimedia][PATCH 25/31] xdg-desktop-portal-wlr: upgrade 0.8.2 -> 0.8.4
Khem Raj <[email protected]> Sat, 1 Aug 2026 14:45:20 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- ...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)}"