Accepting request 1116260 from home:XRevan86

- Update to version 0.3.81.

OBS-URL: https://build.opensuse.org/request/show/1116260
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=159
This commit is contained in:
Antonio Larrosa 2023-10-08 09:27:21 +00:00 committed by Git OBS Bridge
parent 7f154572ce
commit b5c6808e71
6 changed files with 88 additions and 8 deletions

View File

@ -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.80</param>
<param name="revision">0.3.81</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--
<param name="revision">master</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e30a4c74f13e1c5498f396bb92dcb3d844489cef5a45355cb6fb362d67aee271
size 12260365

3
pipewire-0.3.81.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c25700316d7b3ed4008003a551ed6b71e52dd6afa6d50559460a2284b0b1920
size 12304397

View File

@ -1,3 +1,83 @@
-------------------------------------------------------------------
Sat Oct 7 15:11:14 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.81:
* Highlights
- jackdbus support is now enabled by default.
- IRQ based scheduling in ALSA was improved and enabled by
default for Pro-Audio profile. It will also link the pcms
together to get lower latency. This now matches what JACK
does and gives equal latency to PipeWire for Pro-Audio
profiles.
- Support both old and new versions of webrtc-audio-processing
to make the transition easier.
- Forced quantum changes by nodes or metadata will now also
force a suspend and resume of the graph, like the rate
changes to make sure all nodes adapt to the new quantum.
This is important for Pro-Audio nodes that need to
reconfigure the hardware to a new period in IRQ-based
scheduling.
- Fix a regression in regex parsing.
- Many bugfixes and improvements.
* PipeWire
- jackdbus is by default enabled now. The idea is that when
jackdbus is installed, the real libjack.so is in the path and
we can become a real JACK client.
- Forces quantum changes by nodes or metadata will now also
force a suspend and resume in the graph, like the rate
changes to make sure all nodes adapt to the new quantum.
This is important for Pro-Audio nodes that need to
reconfigure the hardware to a new period.
- The stream now has an EARLY_PROCESS option that can be used
to implement custom buffer fill levels.
- Fix a regression in regex parsing.
- Fix a bug in position reporting in the driver node.
- Destroying a link will now recalculate the graph correctly.
- Fix the rate comparison for finding the best rate in the
graph.
- Use malloc_trim() when available to release memory.
* Tools
- pw-cat now supports DFF DSD files.
- pw-cli avoid some NULL derefs in some cases.
* Modules
- The RAOP sink has seen some cleanups and improvements.
It will now ask for feedback every 2 seconds to keep some
devices alive.
- A bug in filter-chain was fixed where it would fail to apply
the gain when when mixing just one source.
- The filter-chain can now pass the stream volume to a control
in the filter-chain graph.
- Improve volume handling in RAOP sink.
* Pulse-server
- Some cleanup in the pending_stream handling.
- Fix a regression in the event emission code where it failed
to emit a changed event when a node was linked.
- Lower the realtime priority of pulseaudio clients.
- Set pulse.module.id on the echo-cancel streams.
* SPA
- Support both old and new versions of webrtc-audio-processing
to make the transition easier.
- The ALSA driver now does the synch of all followers directly
from the wakeup event. This results in more stable rate
matching.
- IRQ based scheduling in ALSA was improved and enabled by
default for Pro-Audio profile. It will also link the pcms
together to get lower latency. This now matches what JACK
does and gives equal latency to PipeWire for Pro-Audio
profiles.
- GNU/Hurd support was added.
- Some improvements to passthrough handling.
* Bluetooth
- Improvements to the codec handling when PipeWire is used as
Audio Gateway.
- Adapt to new Bluez API for BAP devices.
* JACK
- When the jack library is set in the default library path,
avoid using LD_LIBRARY_PATH because this can cause confusion.
- Handle clearing the latency on a port.
- jack_property now always manages to actually change the
metadata because it waits for a roundtrip before exiting.
-------------------------------------------------------------------
Thu Sep 14 12:01:09 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,4 +1,4 @@
name: pipewire
version: 0.3.80
mtime: 1694682380
commit: 35cca08d2bef14248ac25ff2a1efb0bf274d0a6f
version: 0.3.81
mtime: 1696585026
commit: 181fbfee6d3fcc3afd3c93613f126a8346dad586

View File

@ -60,7 +60,7 @@
%bcond_with aptx
Name: pipewire
Version: 0.3.80
Version: 0.3.81
Release: 0
Summary: A Multimedia Framework designed to be an audio and video server and more
License: MIT