Accepting request 1157297 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1157297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireplumber?expand=0&rev=30
This commit is contained in:
commit
c9eb783c2b
@ -1,25 +0,0 @@
|
||||
From a141ec0c684a20b816ea793e94c665ab3ba3d7a2 Mon Sep 17 00:00:00 2001
|
||||
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
|
||||
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
|
||||
|
5
_service
5
_service
@ -3,8 +3,9 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
||||
<param name="revision">refs/tags/0.4.90</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
|
3
wireplumber-0.4.90+git25.95cfa9e.obscpio
Normal file
3
wireplumber-0.4.90+git25.95cfa9e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebad988f3f48d400317cfad79f51df1a99dc21db1dd8ee76787114c98f21c11c
|
||||
size 2740236
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65e3633c543715fecaf5435a3e2abb54a346bef5646ce1c8c10cd2ed5469467a
|
||||
size 2727436
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 16:25:39 UTC 2024 - alarrosa@suse.com
|
||||
|
||||
- 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
|
||||
* docs: update the documentation around file search locations
|
||||
* scripts: rescan linkables when device EnumRoute param changes
|
||||
* scripts: fix available routes check when selecting the default
|
||||
node
|
||||
* scripts: fix typo in rescan-virtual-links.lua
|
||||
- Remove patch already included in the upstream version
|
||||
* 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch
|
||||
- Set minimum pipewire version to 1.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 15:43:02 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wireplumber
|
||||
version: 0.4.90
|
||||
mtime: 1709573349
|
||||
commit: 2249d8d9df121cec987527327050924ba34b3930
|
||||
version: 0.4.90+git25.95cfa9e
|
||||
mtime: 1710255025
|
||||
commit: 95cfa9e453adfd60dc39dc55567c765b314237a5
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define pipewire_minimum_version 0.3.75
|
||||
%define pipewire_minimum_version 1.0.2
|
||||
%define apiver 0.5
|
||||
%define apiver_str 0_5
|
||||
%define sover 0
|
||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||
Name: wireplumber
|
||||
Version: 0.4.90
|
||||
Version: 0.4.90+git25.95cfa9e
|
||||
Release: 0
|
||||
Summary: Session / policy manager implementation for PipeWire
|
||||
License: MIT
|
||||
@ -30,8 +30,6 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://gitlab.freedesktop.org/pipewire/wireplumber
|
||||
Source0: wireplumber-%{version}.tar.xz
|
||||
Source1: split-config-file.py
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch0: 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch
|
||||
# docs
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
|
Loading…
Reference in New Issue
Block a user