Files
pipewire/_service
Antonio Larrosa d6cd8de2c4 - Update to version 1.6.0:
* This is the 1.6 release that is API and ABI compatible with
    previous 1.4.x releases.
  * This release contains some of the bigger changes that happened
    since the 1.4 release last year, including:
    - An LDAC decoder was added for bluetooth.
    - SpanDSP for bluetooth packet loss concealment.
    - Safe parsing and building of PODs in shared memory.
    - Added support for metadata features. This is used to signal
      that the sync_timeline metadata supports the RELEASE
      operation.
    - Node commands and events can contain extra user data.
    - Support for more compressed format helper functions to create
      and parse formats.
    - Support for compile time max channels. The max channels was
      increased to 128.
    - Support for audio channel layouts was added. This makes it
      possible to set "audio.layout" = "5.1" instead of the more
      verbose audio.position = [ FL, FR, FC, LFE, SL, SR ]
    - Support for Capability Params was added. This can be used to
      negotiate capabilities on a link before format and buffer
      negotiation takes place.
    - More HDR colortypes are added.
    - Loops now have locking with priority inversion. Most code was
      adapted to use the faster locks instead of epoll/eventfd to
      update shared state.
    - Channel position are parsed from EDID data.
    - Channel maps are now set on ALSA.
    - The resampler now supports configurable window functions such
      as blackman and kaiser windows. The phases are now also

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=281
2026-02-19 10:27:43 +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.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--
<param name="revision">636cbae9b6cebc4ba55903e2a686f4c4a2bd4193</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>