pipewire/_service
Antonio Larrosa e523f08963 - Update to version 1.2.4:
+ Highlights!
    - Avoid a crash in cleanup of globals.
    - Use systemd-logind to scan for new devices in v4l2.
    - Some more bugfixes and improvements.
  + PipeWire:
    - Avoid a crash in cleanup of globals.
    - Improve RequestProcess dispatch.
  + Tools:
    - Improve float parsing.
  + SPA:
    - Clear the ringbuffer when stopping in libcamera.
    - Use systemd-logind to scan for new devices in v4l2.
    - Queue dropped first buffer in v4l2.
    - Unlink pcm devices when moving drivers to avoid broken pipe.
  + JACK:
    - Emit buffer_size callback in jack_activate() to improve
      compatibility with GStreamer.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=219
2024-09-23 17:58:48 +00:00

22 lines
752 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/pipewire.git</param>
<param name="revision">1.2.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--
<param name="revision">60deeb25558a794e6e664bb832318b87958c18ea</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
-->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>