Accepting request 1199874 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1199874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireplumber?expand=0&rev=42
This commit is contained in:
commit
f669e2ef2f
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
||||||
<param name="revision">0.5.5</param>
|
<param name="revision">0.5.6</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36ac09b878db134150024508bdb6b0063c4ecd5b2e6c2fc720803ee801dbed71
|
|
||||||
size 2770956
|
|
BIN
wireplumber-0.5.6.obscpio
(Stored with Git LFS)
Normal file
BIN
wireplumber-0.5.6.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 12:12:28 UTC 2024 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.5.6:
|
||||||
|
* Additions:
|
||||||
|
- Implemented before/after dependencies for components, to
|
||||||
|
ensure correct load order in custom configurations (#600)
|
||||||
|
- Implemented profile inheritance in the configuration file.
|
||||||
|
This allows profiles to inherit all the feature specifications
|
||||||
|
of other profiles, which is useful to avoid copying long lists
|
||||||
|
of features just to make small changes
|
||||||
|
- Added multi-instance configuration profiles, tested and
|
||||||
|
documented them
|
||||||
|
- Added a ``main-systemwide`` profile, which is now the default
|
||||||
|
for instances started via the system-wide systemd service and
|
||||||
|
disables features that depend on the user session (#608)
|
||||||
|
- Added a ``wp_core_connect_fd`` method, which allows making a
|
||||||
|
connection to PipeWire via an existing open socket (useful
|
||||||
|
for portal-based connections)
|
||||||
|
* Fixes:
|
||||||
|
- The Bluetooth auto-switch script now uses the common event
|
||||||
|
source object managers, which should improve its
|
||||||
|
stability (!663)
|
||||||
|
- Fix an issue where switching between Bluetooth profiles
|
||||||
|
would temporarily link active audio streams to the internal
|
||||||
|
speakers (!655)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 2 08:14:44 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
Tue Jul 2 08:14:44 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: wireplumber
|
name: wireplumber
|
||||||
version: 0.5.5
|
version: 0.5.6
|
||||||
mtime: 1719587882
|
mtime: 1725559151
|
||||||
commit: 43e939c0e3c71ff0e6cc384cef901a50237f8144
|
commit: 141b2d5d3f793e20f94421c554d8d9c51143ce0d
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||||
Name: wireplumber
|
Name: wireplumber
|
||||||
Version: 0.5.5
|
Version: 0.5.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session / policy manager implementation for PipeWire
|
Summary: Session / policy manager implementation for PipeWire
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user