forked from pool/wireplumber
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
dcfc9f1ada | ||
4208d2399f | |||
|
1da9900317 | ||
61e522ecbd |
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.6</param>
|
||||
<param name="revision">0.5.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
|
BIN
wireplumber-0.5.6.obscpio
(Stored with Git LFS)
BIN
wireplumber-0.5.6.obscpio
(Stored with Git LFS)
Binary file not shown.
3
wireplumber-0.5.7.obscpio
Normal file
3
wireplumber-0.5.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93899496a3ffaf69bc0d683343b14eb4a98a505f98796f592f9a7b6c9e4672a8
|
||||
size 2802700
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 10:29:34 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.5.7:
|
||||
* Highlights:
|
||||
- Fixed an issue that would cause random profile switching when
|
||||
an application was trying to capture from non-Bluetooth
|
||||
devices (#715, #634, !669)
|
||||
- Fixed an issue that would cause strange profile selection
|
||||
issues [choices not being remembered or unavailable routes
|
||||
being selected] (#734)
|
||||
- Added a timer that delays switching Bluetooth headsets to the
|
||||
HSP/HFP profile, avoiding needless rapid switching when an
|
||||
application is trying to probe device capabilities instead of
|
||||
actually capturing audio (!664)
|
||||
- Improved libcamera/v4l2 device deduplication logic to work
|
||||
with more complex devices (!674, !675, #689, #708)
|
||||
* Fixes:
|
||||
- Fixed two memory leaks in module-mixer-api and
|
||||
module-dbus-connection (!672, !673)
|
||||
- Fixed a crash that could occur in module-reserve-device
|
||||
(!680, #742)
|
||||
- Fixed an issue that would cause the warning
|
||||
"[string "alsa.lua"]:182: attempt to concatenate a nil value
|
||||
(local 'node_name')" to appear in the logs when an ALSA
|
||||
device was busy, breaking node name deduplication (!681)
|
||||
- Fixed an issue that could make find-preferred-profile.lua
|
||||
crash instead of properly applying profile priority rules
|
||||
(#751)
|
||||
- Remove patches that are already included in 0.5.7:
|
||||
* 0001-autoswitch-bluetooth-profile-switch-only-Bluetooth-devices.patch
|
||||
* 0002-autoswitch-bluetooth-profile-Switch-to-HSP_HFP-on-timeout.patch
|
||||
* 0003-m-mixer-api-Fix-memory-in-leak-wp_mixer_api_set_volume.patch
|
||||
* 0004-module-dbus-connection-fix-GCancellable-leak.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 15:52:33 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add patch from upstream to fix switching automatically the
|
||||
profile of non-bluetooth devices (boo#1231815):
|
||||
* 0001-autoswitch-bluetooth-profile-switch-only-Bluetooth-devices.patch
|
||||
- Add patch from upstream to fix switching automatically the
|
||||
profile when starting some apps and then switching to the
|
||||
previous profile:
|
||||
* 0002-autoswitch-bluetooth-profile-Switch-to-HSP_HFP-on-timeout.patch
|
||||
- Add patches from upstream to fix a couple of memory leaks:
|
||||
* 0003-m-mixer-api-Fix-memory-in-leak-wp_mixer_api_set_volume.patch
|
||||
* 0004-module-dbus-connection-fix-GCancellable-leak.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 12:12:28 UTC 2024 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wireplumber
|
||||
version: 0.5.6
|
||||
mtime: 1725559151
|
||||
commit: 141b2d5d3f793e20f94421c554d8d9c51143ce0d
|
||||
version: 0.5.7
|
||||
mtime: 1733148617
|
||||
commit: 3e7c87a84c30125717eaf8adb1aca3d4dedbb70e
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define sover 0
|
||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||
Name: wireplumber
|
||||
Version: 0.5.6
|
||||
Version: 0.5.7
|
||||
Release: 0
|
||||
Summary: Session / policy manager implementation for PipeWire
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user