From patchwork Mon Feb 19 18:47:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 39740 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5827C48BC3 for ; Mon, 19 Feb 2024 18:47:46 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.2155.1708368466219335897 for ; Mon, 19 Feb 2024 10:47:46 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout08.t-online.de (Postfix) with SMTP id F123E220FA for ; Mon, 19 Feb 2024 19:47:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.47.44]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rc8ff-1vNyUL0; Mon, 19 Feb 2024 19:47:19 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/4] mutter: update 45.3 -> 45.4 Date: Mon, 19 Feb 2024 19:47:28 +0100 Message-ID: <20240219184731.3378-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1708368439-2E7FB9FB-CD8DD018/0/0 CLEAN NORMAL X-TOI-MSGID: 8bfde7e5-a236-45d1-9791-fcf8d31a2d71 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Feb 2024 18:47:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108876 45.4 ==== * Restore IM state flushing before handling key events [Carlos; !3536] * Fixed crashes [Carlos, Olivier; !3523, !3562] Contributors: Olivier Fourdan, Carlos Garnacho Translators: Efstathios Iosifidis [el] Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_45.3.bb => mutter_45.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_45.3.bb => mutter_45.4.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.3.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_45.3.bb rename to meta-gnome/recipes-gnome/mutter/mutter_45.4.bb index 85bfdd528..eccc63545 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.3.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "b78aea7f3e2bec8322a2af0404716be2269905c7d50c04b0b2a71a38814fcd01" +SRC_URI[archive.sha256sum] = "91140837be15582f2c753be661ab8e42dad55d4a1b0f0650bd0b2c93f02bd7ab" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" From patchwork Mon Feb 19 18:47:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 39738 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E52A9C48BF8 for ; Mon, 19 Feb 2024 18:47:26 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx.groups.io with SMTP id smtpd.web11.2149.1708368446257140682 for ; Mon, 19 Feb 2024 10:47:26 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.85, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout11.t-online.de (Postfix) with SMTP id F2B76A4BD for ; Mon, 19 Feb 2024 19:47:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.47.44]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rc8ff-1vNyUM0; Mon, 19 Feb 2024 19:47:19 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/4] gnome-shell: update 45.3 -> 45.4 Date: Mon, 19 Feb 2024 19:47:29 +0100 Message-ID: <20240219184731.3378-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240219184731.3378-1-f_l_k@t-online.de> References: <20240219184731.3378-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1708368439-2E7FB9FB-4B4E4B52/0/0 CLEAN NORMAL X-TOI-MSGID: 99241cc8-e0ca-4b1f-95fa-55857755ccad List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Feb 2024 18:47:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108875 45.4 ==== * Close mount notification when drive gets disconnected [Florian; !3089] * Fix feedback look in keyboard backlight slider [Barnabás; !3086] * Fix menu alignment in RTL locales [Florian; !3151] * overview: Keep dimming effect for modal dialogs [Florian; !3150] * Fix overview transition from search results to session [Suryashankar; !3152] * Improve minimize animation [Keyu; !2968] * Add missing shift level to Georgian OSK layout [Carlos; !3145] * Fixed crash [Florian; !3117] * Misc. bug fixes and cleanups [Florian, Jonas, Julian; !3105, !3110, !3141, !786, !2475, !3153, !3159, !3172] Contributors: Suryashankar Das, Jonas Dreßler, Carlos Garnacho, Florian Müllner, Barnabás Pőcze, Julian Sparber, Keyu Tao Translators: Brage Fuglseth [nb], Balázs Meskó [hu], Daniel Rusek [cs] Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_45.3.bb => gnome-shell_45.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.3.bb => gnome-shell_45.4.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb index 1dd043ec8..7d7d508c1 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb @@ -32,7 +32,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "3a19724720d8274dc6bced68e0dd5fc7668a04cd79978cbbb8223474ccdda9ab" +SRC_URI[archive.sha256sum] = "5bfea379e120b1c7f237f3ec369ad27ef5c2f5930c7df163b392782d8582090d" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" From patchwork Mon Feb 19 18:47:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 39739 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA909C48BF8 for ; Mon, 19 Feb 2024 18:47:46 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.2154.1708368466209719412 for ; Mon, 19 Feb 2024 10:47:46 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout08.t-online.de (Postfix) with SMTP id F375E220FB for ; Mon, 19 Feb 2024 19:47:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.47.44]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rc8ff-1vNyUN0; Mon, 19 Feb 2024 19:47:19 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/4] gnome-control-center: update 45.2 -> 45.3 Date: Mon, 19 Feb 2024 19:47:30 +0100 Message-ID: <20240219184731.3378-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240219184731.3378-1-f_l_k@t-online.de> References: <20240219184731.3378-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1708368439-3DA409FB-390FB221/0/0 CLEAN NORMAL X-TOI-MSGID: 2ab57a10-8d4f-43df-9cfc-7634349911d5 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Feb 2024 18:47:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108877 ============ Version 45.3 ============ Datetime - Fix build with -Wincompatible-pointer-types Region - Prevent preview crash from accessing invalid pointer Wifi - Fix build with -Wincompatible-pointer-types Signed-off-by: Markus Volk --- ...nome-control-center_45.2.bb => gnome-control-center_45.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_45.2.bb => gnome-control-center_45.3.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.2.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.2.bb rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb index d146bc4bd..cb9a57798 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.2.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb @@ -38,7 +38,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" -SRC_URI[archive.sha256sum] = "0cfa3c332d6edacb73d06c6b26ffca1078e86ff59eac819b2931e0967753df70" +SRC_URI[archive.sha256sum] = "b1e949c4e86c0624ec6a6ed0df09c9fae2b22983c1dca60ed86aec8ef0b24004" PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[cups] = ",,cups,cups" From patchwork Mon Feb 19 18:47:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 39741 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5BF6C48BC3 for ; Mon, 19 Feb 2024 18:47:56 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.2156.1708368466681635555 for ; Mon, 19 Feb 2024 10:47:47 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout08.t-online.de (Postfix) with SMTP id F39C7220FC for ; Mon, 19 Feb 2024 19:47:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.47.44]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rc8ff-1vNyUO0; Mon, 19 Feb 2024 19:47:19 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 4/4] dav1d: update 1.3.0 -> 1.4.0 Date: Mon, 19 Feb 2024 19:47:31 +0100 Message-ID: <20240219184731.3378-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240219184731.3378-1-f_l_k@t-online.de> References: <20240219184731.3378-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1708368439-2D7F99FB-B9FE1BFE/0/0 CLEAN NORMAL X-TOI-MSGID: dc101ea9-a0b2-4fe8-811c-a5a9bc2555cf List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Feb 2024 18:47:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108878 Changes for 1.4.0 'Road Runner': ------------------------------------------------------ 1.4.0 is a medium release of dav1d, focusing on new architecture support and optimizations - AVX-512 optimizations for z1, z2, z3 in 8bit and high-bitdepth - New architecture supported: loongarch - Loongarch optimizations for 8bit - New architecture supported: RISC-V - RISC-V optimizations for itx - Misc improvements in threading and in reducing binary size - Fix potential integer overflow with extremely large frame sizes --- .../recipes-multimedia/dav1d/{dav1d_1.3.0.bb => dav1d_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/dav1d/{dav1d_1.3.0.bb => dav1d_1.4.0.bb} (89%) diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb similarity index 89% rename from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb rename to meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb index 2d5049b9a..0eb622d03 100644 --- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb @@ -7,7 +7,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master" -SRCREV = "48035599cdd4e4415732e408c407e0c1cd1c7444" +SRCREV = "bb645893f374ab694b10a79f1205a728e010f2c9" S = "${WORKDIR}/git"