From 2ec97fc69dd02d70694d3ce476b63541016a0b1bc53874b2f722dd39634a641e Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 16 Nov 2023 15:34:50 +0000 Subject: [PATCH] Accepting request 1126953 from home:alarrosa:branches:multimedia:libs - Update to version 0.3.85 (1.0RC5): * Highlights - Fix an issue where a link could end up paused while not negotiated. - Fix an infinite recursion issue when finding runnable nodes. - Support XDG base directories when loading ACP config. - Fix MIDI event recording preview in Ardour. - Many more small fixes, cleanups and improvements. * PipeWire - Fix an issue where a link could end up paused while not negotiated. (#3619) - Fix an infinite recursion issue when finding runnable nodes by stopping the scan on feedback links around the driver. (#3621) - The system service now has better socket permissions. * Modules - Add support for uclamp. This allows the scheduler to make better informed decisions about where tasks should be placed, and what pstate to set for the CPU it is running on. - Emit warnings when applications are not doing the right locking instead of crashing. - Improve media.name for RAOP sinks. (#3801) - Support pause/resume in pipe-tunnel. (#3197) - Remove time rlimit when probing for realtime to avoid SIGXCPU. * SPA - Fix a bug where the resampler would be activated even when there is an ALSA pitch element. (#3628) - Improve resume from suspend in ALSA. (#3646) - Add option to expose ALSA controls as prop params. OBS-URL: https://build.opensuse.org/request/show/1126953 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=170 --- _service | 2 +- pipewire-0.3.84.obscpio | 3 --- pipewire-0.3.85.obscpio | 3 +++ pipewire.changes | 48 +++++++++++++++++++++++++++++++++++++++++ pipewire.obsinfo | 6 +++--- pipewire.spec | 2 +- 6 files changed, 56 insertions(+), 8 deletions(-) delete mode 100644 pipewire-0.3.84.obscpio create mode 100644 pipewire-0.3.85.obscpio diff --git a/_service b/_service index d000179..7b70e2c 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - 0.3.84 + 0.3.85 @PARENT_TAG@