pipewire/_service
Antonio Larrosa 208634e695 Accepting request 940891 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.42:
  * Highlights
    - Fixes a bug in pulse-server underrun handling that broke qemu
      and orca.
    - A fix was added to pulse-server to handle quantum changes
      gracefully.
    - Fix module-echo-cancel again.
    - Fix a bug where the bluetooth headset capture was producing
      noise.

OBS-URL: https://build.opensuse.org/request/show/940891
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=36
2021-12-16 12:55:15 +00:00

20 lines
665 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
<param name="revision">refs/tags/0.3.42</param>
<param name="versionformat">@PARENT_TAG@</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="disabled" />
</services>