* This is the second 1.4 release candidate that is API and ABI compatible with previous 1.2.x and 1.0.x releases. * Highlights - Various pw-stream improvements: timing information fixes, avoid locking buffers in some cases and an improved drain event. - A new Telephony D-BUS API compatible with ofono. - Documentation fixes and updates. - More small fixes and improvements. * PipeWire - Improve timing information when rate is unknown. - Avoid locked buffers in pw_stream in some cases. - Improve pw_stream drain event emission. - Improve manager socket handling. Applications can avoid hardcoding the sockets so that they will respect the config settings. * modules - Fix header size calculation when using ipv6. (#4524) * SPA - Optimize byteswapped s16 conversions. - Improve event handling for internal events. - Optimize negotiation when in convert mode, prefer the format of the follower in adapter. - Fix EnumPortConfig for videoadapter without converter. - Fix libcamera property buffer size. * Pulse-server - Add systemwide systemd files. * JACK - Add a UMP example. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=230
22 lines
753 B
XML
22 lines
753 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.3.82</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>
|
|
|