- Update to version 0.5.3+git11.4868b3c:
* get-filter-from-target: Don't bypass the hook if the session item is a regular filter * filter-utils: Allow smart filters to have as target filters that are not smart * tests: skip some tests when audiotestsrc is unavailable * scripts/device: avoid crashing if the device.name is not set * tests/examples: add example on how to set node "params" under Props * autoswitch-bluetooth-profile: Always destroy the restore timeout source before switching * node/software-dsp: ensure that filter chains are properly unloaded * scripts: Fix autoswitch BT profile when using filters * bluez: Don't create loopback source if autoswitch setting is disabled * conf: further improve how top-level objects are handled * conf: skip empty configuration files to avoid crashing OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=82
This commit is contained in:
parent
4a72e991a0
commit
7e7968abfc
4
_service
4
_service
@ -3,13 +3,13 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
||||||
|
<!--
|
||||||
<param name="revision">0.5.3</param>
|
<param name="revision">0.5.3</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!--
|
-->
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
-->
|
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||||
|
3
wireplumber-0.5.3+git11.4868b3c.obscpio
Normal file
3
wireplumber-0.5.3+git11.4868b3c.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b56b98169f96014ec2c67a2691f3be10af23572688d5aef87c61d5e932a14ab
|
||||||
|
size 2791948
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00acedcecec5da936879f56dfafdb2834e8d558bf84aa694e358eba08b0661e9
|
|
||||||
size 2777100
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 11:08:08 UTC 2024 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.5.3+git11.4868b3c:
|
||||||
|
* get-filter-from-target: Don't bypass the hook if the session item is a regular filter
|
||||||
|
* filter-utils: Allow smart filters to have as target filters that are not smart
|
||||||
|
* tests: skip some tests when audiotestsrc is unavailable
|
||||||
|
* scripts/device: avoid crashing if the device.name is not set
|
||||||
|
* tests/examples: add example on how to set node "params" under Props
|
||||||
|
* autoswitch-bluetooth-profile: Always destroy the restore timeout source before switching
|
||||||
|
* node/software-dsp: ensure that filter chains are properly unloaded
|
||||||
|
* scripts: Fix autoswitch BT profile when using filters
|
||||||
|
* bluez: Don't create loopback source if autoswitch setting is disabled
|
||||||
|
* conf: further improve how top-level objects are handled
|
||||||
|
* conf: skip empty configuration files to avoid crashing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 22:08:54 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Tue Jun 4 22:08:54 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: wireplumber
|
name: wireplumber
|
||||||
version: 0.5.3
|
version: 0.5.3+git11.4868b3c
|
||||||
mtime: 1717242816
|
mtime: 1719339346
|
||||||
commit: 65e4ae83b994616401fc5859e00d5051b72518ba
|
commit: 4868b3c336a2f7834fad364aa4935833191a185f
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||||
Name: wireplumber
|
Name: wireplumber
|
||||||
Version: 0.5.3
|
Version: 0.5.3+git11.4868b3c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session / policy manager implementation for PipeWire
|
Summary: Session / policy manager implementation for PipeWire
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user