Accepting request 1159100 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1159100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireplumber?expand=0&rev=31
This commit is contained in:
commit
5abedd5ab5
4
_service
4
_service
@ -3,9 +3,13 @@
|
||||
<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">0.5.0</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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebad988f3f48d400317cfad79f51df1a99dc21db1dd8ee76787114c98f21c11c
|
||||
size 2740236
|
3
wireplumber-0.5.0.obscpio
Normal file
3
wireplumber-0.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9c1944919f89d55e019a6feedb1db30329a213a3386f840e5f3b62d17a1258d
|
||||
size 2753036
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 16:34:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.5.0:
|
||||
* Changes:
|
||||
- Bumped the minimum required version of PipeWire to 1.0.2,
|
||||
because we make use of the 'api.bluez5.internal' property of
|
||||
the BlueZ monitor (!613)
|
||||
- Improved the naming of Bluetooth nodes when the
|
||||
auto-switching loopback node is present (!614)
|
||||
- Updated the documentation on "settings", the Bluetooth
|
||||
monitor, the Access configuration, the file search locations
|
||||
and added a document on how to modify the configuration file
|
||||
(#595, !616)
|
||||
* Fixes:
|
||||
- Fixed checking for available routes when selecting the
|
||||
default node (!609)
|
||||
- Fixed an issue that was causing an infinite loop storing
|
||||
routes in the state file (!610)
|
||||
- Fixed the interpretation of boolean values in the alsa
|
||||
monitor rules (#586, !611)
|
||||
- Fixes a Lua crash when we have 2 smart filters, one with a
|
||||
target and one without (!612)
|
||||
- Fixed an issue where the default nodes would not be updated
|
||||
when the currently selected default node became unavailable
|
||||
(#588, !615)
|
||||
- Fixed an issue that would cause the Props (volume, mute, etc)
|
||||
of loopbacks and other filter nodes to not be restored at
|
||||
startup (#577, !617)
|
||||
- Fixed how some constants were represented in the
|
||||
gobject-introspection file, mostly by converting them from
|
||||
defines to enums (#540, #591)
|
||||
- Fixed an issue using WirePlumber headers in other projects
|
||||
due to redefinition of G_LOG_DOMAIN (#571)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 16:25:39 UTC 2024 - alarrosa@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wireplumber
|
||||
version: 0.4.90+git25.95cfa9e
|
||||
mtime: 1710255025
|
||||
commit: 95cfa9e453adfd60dc39dc55567c765b314237a5
|
||||
version: 0.5.0
|
||||
mtime: 1710777092
|
||||
commit: 59d190a2bd400f3b093f99b16fc0fb06f6cb2cfe
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define sover 0
|
||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||
Name: wireplumber
|
||||
Version: 0.4.90+git25.95cfa9e
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Session / policy manager implementation for PipeWire
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user