Files
wireplumber/_service
Antonio Larrosa c207b0e44b - Update to version 0.5.11:
* Additions & Enhancements:
    - Added modem manager module for tracking voice call status and
      voice call device profile selection hooks to improve phone
      call audio routing on mobile devices (!722, !729, #819)
    - Added MPRIS media player pause functionality that
      automatically pauses media playback when the audio target
      (e.g. headphones) is removed (!699, #764)
    - Added support for human-readable names and localization of
      settings in wireplumber.conf with wpctl displaying localized
      setting descriptions (!712)
    - Improved default node selection logic to use both session and
      route priorities when nodes have equal session priorities
      (!720)
    - Increased USB device priority in the ALSA monitor (!719)
  * Fixes:
    - Fixed multiple Lua runtime issues including type confusion
      bugs, stack overflow prevention, and SPA POD array/choice
      builders (!723, !728)
    - Fixed proxy object lifecycle management by properly clearing
      the OWNED_BY_PROXY flag when proxies are destroyed to prevent
      dangling pointers (!732)
    - Fixed state-routes handling to prevent saving unavailable
      routes and eliminate race conditions during profile switching
      (!730, #762)
    - Fixed some memory leaks in the script tester and the settings
      iterator (!727, !726)
    - Fixed a potential crash caused by module-loopback destroying
      itself when the pipewire connection is closed (#812)
    - Fixed profile saving behavior in wpctl set-profile command

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=96
2025-09-02 17:11:07 +00:00

25 lines
830 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
<param name="revision">0.5.11</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
-->
<!--
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
-->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual" />
</services>