diff mbox series

[meta-multimedia] pipewire: Upgrade 0.3.84 -> 0.3.85

Message ID 20231116173511.113526-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia] pipewire: Upgrade 0.3.84 -> 0.3.85 | expand

Commit Message

Markus Volk Nov. 16, 2023, 5:35 p.m. UTC
PipeWire 0.3.85 (2023-11-16)

This is the fifth (and last) 1.0 release candidate that is API and ABI
compatible with previous 0.3.x releases.

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.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../pipewire/{pipewire_0.3.84.bb => pipewire_0.3.85.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_0.3.84.bb => pipewire_0.3.85.bb} (99%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 18:35:11 +0100, Markus Volk wrote:
> PipeWire 0.3.85 (2023-11-16)
> 
> This is the fifth (and last) 1.0 release candidate that is API and ABI
> compatible with previous 0.3.x releases.
> 
> 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.
> 
> [...]

Applied, thanks!

[1/1] pipewire: Upgrade 0.3.84 -> 0.3.85
      commit: 87c8466fd6c0a8820b605739e30aedf2f0b1bab8

Best regards,
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.85.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.85.bb
index 25d4762c8..883d02d51 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.85.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "cf46c4f5af6fc026881dbd4e837e71d8e507beef"
+SRCREV = "7db1e7f643a454056327999b2d8e35d8097b5593"
 SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"