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
This commit is contained in:
parent
58bde03379
commit
2ec97fc69d
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/pipewire.git</param>
|
||||
<param name="revision">0.3.84</param>
|
||||
<param name="revision">0.3.85</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac121e110b60958c40f204b2b30919af22219a3697e4a72142638ee984c73fff
|
||||
size 12354573
|
3
pipewire-0.3.85.obscpio
Normal file
3
pipewire-0.3.85.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b7234a15eb6132fbc8c1486fb1218f184270995eb55ac4cacb8968448f0dd0
|
||||
size 12382221
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 15:26:42 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- 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.
|
||||
- Support XDG base directories when loading ACP config. This
|
||||
makes it possible to override the ACP config files.
|
||||
* Bluetooth
|
||||
- Schedule nodes in the same ISO group together.
|
||||
- More BAP fixes and cleanups.
|
||||
* JACK
|
||||
- Fix MIDI events from peer ports. This makes the MIDI event
|
||||
recording preview of Ardour work correctly.
|
||||
* GStreamer
|
||||
- Fix some error handling in the source and sink.
|
||||
* ALSA plugin
|
||||
- Improve poll descriptor handling. (#3648)
|
||||
* Docs
|
||||
- Many improvements to the layout and organization.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 11:44:33 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 0.3.84
|
||||
mtime: 1698920020
|
||||
commit: cf46c4f5af6fc026881dbd4e837e71d8e507beef
|
||||
version: 0.3.85
|
||||
mtime: 1700127492
|
||||
commit: 7db1e7f643a454056327999b2d8e35d8097b5593
|
||||
|
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 0.3.84
|
||||
Version: 0.3.85
|
||||
Release: 0
|
||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user