Takashi Iwai
b8e5f6d90f
* Additions: - Implemented before/after dependencies for components, to ensure correct load order in custom configurations (#600) - Implemented profile inheritance in the configuration file. This allows profiles to inherit all the feature specifications of other profiles, which is useful to avoid copying long lists of features just to make small changes - Added multi-instance configuration profiles, tested and documented them - Added a ``main-systemwide`` profile, which is now the default for instances started via the system-wide systemd service and disables features that depend on the user session (#608) - Added a ``wp_core_connect_fd`` method, which allows making a connection to PipeWire via an existing open socket (useful for portal-based connections) * Fixes: - The Bluetooth auto-switch script now uses the common event source object managers, which should improve its stability (!663) - Fix an issue where switching between Bluetooth profiles would temporarily link active audio streams to the internal speakers (!655) OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=86
25 lines
829 B
XML
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.6</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>
|