Message ID | 20230412173157.365778-1-f_l_k@t-online.de |
---|---|
State | Under Review |
Headers | show |
Series | [meta-multimedia] xdg-desktop-portal-wlr: update | expand |
We need this on mickledore as well. On Wed, Apr 12, 2023 at 10:32 AM Markus Volk <f_l_k@t-online.de> wrote: > > There is not a new version released yet, but this update has lots of fixes > and adds features for recent pipewire and hyprland support. > But most important ... without the update it will cause a 30 sec. delay to > the start of various gtk apps in combination with current xdg-desktop-portal > release. > > Signed-off-by: Markus Volk <f_l_k@t-online.de> > --- > .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb > index a72116154..38389276f 100644 > --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb > +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb > @@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "opengl wayland" > SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" > > S = "${WORKDIR}/git" > -SRCREV = "0a8bfa14607022a080f8b6eabc4757d1918d3cd9" > +SRCREV = "6737c209578e7f17536dbcb8fb2169dcf86ce528" > > PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#102065): https://lists.openembedded.org/g/openembedded-devel/message/102065 > Mute This Topic: https://lists.openembedded.org/mt/98224431/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb index a72116154..38389276f 100644 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb @@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "opengl wayland" SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" S = "${WORKDIR}/git" -SRCREV = "0a8bfa14607022a080f8b6eabc4757d1918d3cd9" +SRCREV = "6737c209578e7f17536dbcb8fb2169dcf86ce528" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}"
There is not a new version released yet, but this update has lots of fixes and adds features for recent pipewire and hyprland support. But most important ... without the update it will cause a 30 sec. delay to the start of various gtk apps in combination with current xdg-desktop-portal release. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)