- Update to version 0.3.43: * Highlights: - Flatpak apps such as Ardour can now remove links again. - Many fixes to pulse-server. Memory usage should be improved. Some crashes are fixed. Underrun handling should work better. Better compatibility with GStreamer based applications after seeking. - Many of the samplerate and quantum changes bugs in previous releases were fixed. This fixes some issues where the microphone would fail to work. - Many more small fixes and improvements all over the place. OBS-URL: https://build.opensuse.org/request/show/944108 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=39
20 lines
665 B
XML
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.43</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>
|
|
|