From patchwork Thu Oct 2 00:12:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 71491 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 4D750CCA470 for ; Thu, 2 Oct 2025 00:13:19 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web11.977.1759363989454412100 for ; Wed, 01 Oct 2025 17:13:09 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout09.t-online.de (Postfix) with SMTP id E66133B171 for ; Thu, 2 Oct 2025 02:12:40 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.168.197]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1v46w0-1dYovh0; Thu, 2 Oct 2025 02:12:36 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCHv3] rygel: update 44.1 -> 45.0 Date: Thu, 2 Oct 2025 02:12:27 +0200 Message-ID: <20251002001227.5120-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1759363956-83FFCB67-A97FD514/0/0 CLEAN NORMAL X-TOI-MSGID: 9006140e-b108-4315-86ed-ae0629e4858f 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 ; Thu, 02 Oct 2025 00:13:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/120150 - adjust PACKAGECONFIG for gtk and localsearch 45 (stable) =========== Translation updates All contributors to this release: - Alan Mortensen - Anders Jonsson - Antonio Marin - Asier Saratsua Garmendia - Aurimas Aurimas Černius - Balázs Úr - Changwoo Ryu - Daniel Mustieles - Daniel Rusek - Ekaterine Papava - Hugo Carvalho - Jordi Mas i Hernandez - Juliano de Souza Camargo - Nathan Follens - Quentin PAGÈS - Yuri Chornoivan Added/updated translations: - po/ca.po, courtesy of Jordi Mas i Hernandez - po/cs.po, courtesy of Daniel Rusek - po/da.po, courtesy of Alan Mortensen - po/es.po, courtesy of Daniel Mustieles - po/eu.po, courtesy of Asier Saratsua Garmendia - po/hu.po, courtesy of Balázs Úr - po/ka.po, courtesy of Ekaterine Papava - po/ko.po, courtesy of Changwoo Ryu - po/lt.po, courtesy of Aurimas Aurimas Černius - po/nl.po, courtesy of Nathan Follens - po/oc.po, courtesy of Quentin PAGÈS - po/pt_BR.po, courtesy of Juliano de Souza Camargo - po/pt.po, courtesy of Hugo Carvalho - po/ro.po, courtesy of Antonio Marin - po/sv.po, courtesy of Anders Jonsson - po/uk.po, courtesy of Yuri Chornoivan 45.rc (unstable) ================ LocalSearch: - Fix file upload All contributors to this release: - Danial Behzadi - Jens Georg - Yaron Shahrabani - luming zh - Fran Diéguez - Piotr Drąg - Artur S0 Added/updated translations: - fa.po, courtesy of Danial Behzadi - gl.po, courtesy of Fran Dieguez - he.po, courtesy of Yaron Shahrabani - pl.po, courtesy of Piotr Drąg - ru.po, courtesy of Artur So - zh_CN.po, courtesy of lumingzh 45.beta (unstable) ================== LocalSearch: - Fix UPnP container contents after store update - Fix graph names Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/rygel/issues/110 All contributors to this release: - Jens Georg - Emin Tufan Çetin Added/updated translations: - tr.po, courtesy of Emin Tufan Çetin 45.alpha (unstable) =================== Major changes: - Port UI parts to GTK4 - Drop support for Tracker 3 - Add support for LocalSearch Presets: - Fix OpenH264 preset config - Add more presets for other codecs Transcoding: - Remove WMV decoder from list of default-enabled transcoders Server: - Support .ssa subtitles Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/rygel/issues/240 - https://gitlab.gnome.org/GNOME/rygel/issues/241 - https://gitlab.gnome.org/GNOME/rygel/issues/242 All contributors to this release: - Jens Georg - Pawan Chitrakar - Vasil Pupkin <3abac@3a.by> - Yuki Okushi - Martin - Piotr Drąg - Baxrom Raxmatov Added/updated translations: - be.po, courtesy of Yuras Shumovich - ja.po, courtesy of Yuki Okushi - ne.po, courtesy of Pawan Chitrakar - sl.po, courtesy of Martin Srebotnjak Signed-off-by: Markus Volk --- .../rygel/{rygel_0.44.1.bb => rygel_45.0.bb} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-multimedia/recipes-connectivity/rygel/{rygel_0.44.1.bb => rygel_45.0.bb} (87%) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb similarity index 87% rename from meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb rename to meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb index 6423d51a31..97948d896f 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb @@ -18,15 +18,15 @@ RRECOMMENDS:${PN} = "rygel-plugin-media-export" inherit gnomebase features_check vala gobject-introspection gettext systemd # gobject-introspection is mandatory for libmediaart-2.0 and cannot be configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "7b2c631b842408da27a54242f8082aba49bd1ca02041e79e1eefba0c7009a87b" +SRC_URI[archive.sha256sum] = "82667b902fc0672e64cf91eb727a70137a8fdfe7a3d9a4c158b0f4b1fc700882" GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled' EXTRA_OEMESON = "-Dengines=gstreamer -Dplugins=${@strip_comma('${RYGEL_PLUGINS}')}" -PACKAGECONFIG:append = "${@bb.utils.contains("DISTRO_FEATURES", "x11", " gtk+3", "", d)}" +PACKAGECONFIG:append = "${@bb.utils.contains_any("DISTRO_FEATURES", "opengl vulkan", " gtk4", "", d)}" PACKAGECONFIG ?= "external mpris ruih gst-launch media-export" @@ -35,8 +35,8 @@ PACKAGECONFIG[mpris] = "" PACKAGECONFIG[ruih] = "" PACKAGECONFIG[media-export] = "" PACKAGECONFIG[gst-launch] = "" -PACKAGECONFIG[tracker3] = "" -PACKAGECONFIG[gtk+3] = ",-Dgtk=disabled,gtk+3" +PACKAGECONFIG[localsearch] = "" +PACKAGECONFIG[gtk4] = "-Dgtk=enabled,-Dgtk=disabled,gtk4" RYGEL_PLUGINS = "" RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'external', ',external', '', d)}" @@ -44,7 +44,7 @@ RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'mpris', ',mpris', RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'ruih', ',ruih', '', d)}" RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gst-launch', ',gst-launch', '', d)}" RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'media-export', ',media-export', '', d)}" -RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tracker3', ',tracker3', '', d)}" +RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'localsearch', ',localsearch', '', d)}" RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'playbin', ',playbin', '', d)}" LIBV = "2.8"