SHA256
1
0
forked from pool/wireplumber
wireplumber/_service
Antonio Larrosa a8da928474 Accepting request 1184790 from home:alarrosa:branches:multimedia:libs
- Update to version 0.5.5:
  * Highlights:
    - Hotfix release to address crashes in the Bluetooth HSP/HFP
      autoswitch functionality that were side-effects of some
      changes that were part of the role-based linking policy
      (#682)
  * Improvements:
    - wpctl will now properly show a '*' in front of sink filters
      when they are selected as the default sink (!660)

OBS-URL: https://build.opensuse.org/request/show/1184790
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=84
2024-07-02 08:21:28 +00:00

25 lines
829 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.5</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>