rygel: update 44.1 -> 45.0

- adjust PACKAGECONFIG for gtk and localsearch

45 (stable)
===========

Translation updates

All contributors to this release:
 - Alan Mortensen <alanmortensen.am@gmail.com>
 - Anders Jonsson <anders.jonsson@norsjovallen.se>
 - Antonio Marin <gnmer.6qxyg@slmail.me>
 - Asier Saratsua Garmendia <asiersarasua@ni.eus>
 - Aurimas Aurimas Černius <aurisc4@gmail.com>
 - Balázs Úr <balazs@urbalazs.hu>
 - Changwoo Ryu <cwryu@debian.org>
 - Daniel Mustieles <daniel.mustieles@gmail.com>
 - Daniel Rusek <mail@asciiwolf.com>
 - Ekaterine Papava <papava.e@gtu.ge>
 - Hugo Carvalho <hugokarvalho@hotmail.com>
 - Jordi Mas i Hernandez <jmas@softcatala.org>
 - Juliano de Souza Camargo <julianosc@protonmail.com>
 - Nathan Follens <nfollens@gnome.org>
 - Quentin PAGÈS <pages_quentin@hotmail.com>
 - Yuri Chornoivan <yurchor@ukr.net>

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 <dani.behzi@ubuntu.com>
 - Jens Georg <mail@jensge.org>
 - Yaron Shahrabani <sh.yaron@gmail.com>
 - luming zh <lumingzh@qq.com>
 - Fran Diéguez <frandieguez@gnome.org>
 - Piotr Drąg <piotrdrag@gmail.com>
 - Artur S0 <arturios05@bk.ru>

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 <mail@jensge.org>
 - Emin Tufan Çetin <etcetin@gmail.com>

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 <mail@jensge.org>
 - Pawan Chitrakar <chautari@gmail.com>
 - Vasil Pupkin <3abac@3a.by>
 - Yuki Okushi <yokushi@gnome.org>
 - Martin <miles@filmsi.net>
 - Piotr Drąg <piotrdrag@gmail.com>
 - Baxrom Raxmatov <magdiyevbahrom@gmail.com>

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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-10-02 02:12:27 +02:00 committed by Khem Raj
parent 9e2a1261e7
commit e3fc66fe53
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"