From e7df7afad809715e110fd46f9d205586e2e7e63c454d3c38f1d85c9c3dc1af61 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 12 Mar 2024 16:38:06 +0000 Subject: [PATCH] Accepting request 1157293 from home:alarrosa:branches:multimedia:libs - Update to version 0.4.90+git25.95cfa9e: * wpctl: fix settings --help listing * docs: conf_file: small updates * docs: installing: update dependency versions * si-linkables: do not fully reset when the underlying proxy is destroyed * registry: move to a separate file and decouple it from the object manager * log: docs: document the log topic definition macros * monitors/bluez: add 'internal' prefix to internal bluez node names. * monitor/bluez: set node.name property when creating combine stream * meson: bump min pipewire version to 1.0.2 * scripts: fix regression in state-routes.lua when marking routes as 'active' * scripts: improve linking logs * monitors: use parseBool for boolean properties in rules * config: add {device|node}.disable * object-interest: make WP_INTEREST_MATCH_ALL part of the enum * proxy: make the FEATURES_MINIMAL and FEATURES_ALL constants part of the enum * log: fix WP_LOG_LEVEL_TRACE value in the g-i bindings * base-dirs: wrap flag groups in parenthesis * log.h: define G_LOG_DOMAIN only if WP_USE_LOCAL_LOG_TOPIC_IN_G_LOG is defined * meson: make sure the boolean options have boolean values * meson: move the common CFLAGS to project-wide scope * scripts: make sure target is not nil when iterating filters with matching targets OBS-URL: https://build.opensuse.org/request/show/1157293 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=71 --- ...fix-typo-in-rescan-virtual-links.lua.patch | 25 ----------- _service | 5 ++- wireplumber-0.4.90+git25.95cfa9e.obscpio | 3 ++ wireplumber-0.4.90.obscpio | 3 -- wireplumber.changes | 42 +++++++++++++++++++ wireplumber.obsinfo | 6 +-- wireplumber.spec | 6 +-- 7 files changed, 53 insertions(+), 37 deletions(-) delete mode 100644 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch create mode 100644 wireplumber-0.4.90+git25.95cfa9e.obscpio delete mode 100644 wireplumber-0.4.90.obscpio diff --git a/0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch b/0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch deleted file mode 100644 index 29b7fe6..0000000 --- a/0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a141ec0c684a20b816ea793e94c665ab3ba3d7a2 Mon Sep 17 00:00:00 2001 -From: George Kiagiadakis -Date: Tue, 5 Mar 2024 16:34:11 +0200 -Subject: [PATCH] scripts: fix typo in rescan-virtual-links.lua - ---- - src/scripts/linking/rescan-virtual-links.lua | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/scripts/linking/rescan-virtual-links.lua b/src/scripts/linking/rescan-virtual-links.lua -index bc96c31d..2470f211 100644 ---- a/src/scripts/linking/rescan-virtual-links.lua -+++ b/src/scripts/linking/rescan-virtual-links.lua -@@ -12,7 +12,7 @@ defaults = {} - defaults.duck_level = 0.3 - - config = {} --config.duck_level = default.duck_level -- FIXME -+config.duck_level = defaults.duck_level -- FIXME - config.roles = Conf.get_section_as_object ("virtual-item-roles") - - -- enable ducking if mixer-api is loaded --- -GitLab - diff --git a/_service b/_service index ac76aee..e4866fe 100644 --- a/_service +++ b/_service @@ -3,8 +3,9 @@ git https://gitlab.freedesktop.org/pipewire/wireplumber.git - refs/tags/0.4.90 - @PARENT_TAG@ + master + @PARENT_TAG@+git@TAG_OFFSET@.%h + enable