From 95609343fc0acde7b28fc22891f20a485701833487e5754825c0aa13c2c255fa Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 13 Jan 2023 08:01:17 +0000 Subject: [PATCH] Accepting request 1058143 from home:alarrosa:branches:multimedia:libs - Update to version 0.3.64: * Highlights - Clear old buffer memory on ports to fix some SIGBUS errors. - It is now possible to assign custom port names to the ports from an adapter. This feature is helpful to those who use a multichannel interface with long-term connections. This way they can label each port with its designation, such as an instrument name or anything else to be displayed in a patchbay or DAW. - Fix some issues with node suspend and quantum and rate calculations. - Fix some regressions in pulse-tunnel and RTP-source adaptive resampling that could cause synchronization problems. - UCM devices now also have a Pro Audio profile. - NODE_TARGET (with the object.id) is now deprecated, use TARGET_OBJECT (with the object.serial, which is not reused and can avoid races). * PipeWire - Clear all peer input port buffers when suspending. This fixes some SIGBUS errors when some plugins were using old memory. (#2914) - Fix a case where nodes that were not supposed to be suspended, were kept suspended on a rate change. (#2929) - Fix an error in the quantum and rate calculations that could cause nodes to run with wrong quantum and rates when multiple rates were allowed. (#2925) * Tools - pw-dump will now sort dictionaries to make it easier to compare different outputs. - Improve output of pw-reserve. OBS-URL: https://build.opensuse.org/request/show/1058143 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=103 --- _service | 2 +- pipewire-0.3.63.obscpio | 3 -- pipewire-0.3.64.obscpio | 3 ++ pipewire.changes | 99 +++++++++++++++++++++++++++++++++++ pipewire.obsinfo | 6 +-- pipewire.spec | 41 +-------------- reduce-meson-dependency.patch | 2 +- 7 files changed, 108 insertions(+), 48 deletions(-) delete mode 100644 pipewire-0.3.63.obscpio create mode 100644 pipewire-0.3.64.obscpio diff --git a/_service b/_service index 52e867c..0ab814e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - refs/tags/0.3.63 + refs/tags/0.3.64 @PARENT_TAG@