pipewire/_service
Antonio Larrosa 8fa088e86b Accepting request 921126 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.37:
  * Highlights
    - Capture and playback is now avoided even more on unavailable
      devices. This should fix some issues where an unusable
      microphone was selected by default. It should now also again
      be possible to select an unavailable device as the default.
    - Native DSD audio playback is now supported. pw-cat can now
      also play DSF files with the -d option.
    - JACK stability improvements with buffer-size and samplerate
      changes in some apps.
    - Many cleanups and bugfixes all over the place.
  * PipeWire
    - pw-metadata -d does not cause an infinite loop anymore.
      (#1622)
    - Increase some plugin buffer sizes to fix some issues with
      many channels. (#1620)
    - Protect the global plugin list with a lock. Make sure
      pw_init() is locked. Fixes some issues with concurrent ALSA
      plugin usage.
  * media-session
    - Unavailable devices can be set as the default again. (#1624)
    - Do a better check if a device has available routes and avoid
      selecting devices with unavailable routes as default.
    - Media-session was moved to its own directory. It used to live
      in examples but it is past the example stage and it
      interferes with the build options for the real examples.
  * Bluetooth
    - The hardware quirk database is now loaded by the plugin
      instead of the session manager. This makes it also work with
      wireplumber.

OBS-URL: https://build.opensuse.org/request/show/921126
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=19
2021-09-23 10:23:00 +00:00

17 lines
552 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.37</param>
<param name="versionformat">@PARENT_TAG@</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>