Accepting request 1079324 from home:XRevan86
- Update to version 0.3.69. OBS-URL: https://build.opensuse.org/request/show/1079324 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=120
This commit is contained in:
parent
7433c164d8
commit
65fef64808
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<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/pipewire.git</param>
|
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||||
<param name="revision">0.3.68</param>
|
<param name="revision">0.3.69</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ff5e704b31dc5ea6aeaef5afffa0362fdf21e26fdcdec6d0c69935ab6dd64ef
|
|
||||||
size 11545613
|
|
3
pipewire-0.3.69.obscpio
Normal file
3
pipewire-0.3.69.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a53ff8fd8d1bd344e2e9c1d1ed851110b2410ddf7aa9a8aa65a7607c0126a55
|
||||||
|
size 11575821
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 19:23:05 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 0.3.69:
|
||||||
|
* Highlights:
|
||||||
|
- Reverted the UCM changes, they seem to cause regressions
|
||||||
|
causing audio to be muted in some cases.
|
||||||
|
- Fix a regression in the scheduler where a driver node might
|
||||||
|
not be marked as runnable in some cases, like when
|
||||||
|
echo-cancel is used.
|
||||||
|
- Handle links from the driver to itself. This makes the midi
|
||||||
|
bridge work again.
|
||||||
|
- ALSA rate matching for sources was fixed. It would previously
|
||||||
|
wait too long for rate matching and then cause drift. This
|
||||||
|
should reduce crackling and stuttering whan capturing in
|
||||||
|
low latency.
|
||||||
|
- Fix the GStreamer clock to make cheese video recording work
|
||||||
|
again.
|
||||||
|
- More fixes and improvements.
|
||||||
|
* PipeWire:
|
||||||
|
- Fix a regression in the scheduler where a driver node might
|
||||||
|
not be marked as runnable in some cases, like when
|
||||||
|
echo-cancel is used.
|
||||||
|
- Handle links from the driver to itself. This makes the midi
|
||||||
|
bridge work again.
|
||||||
|
- Some man pages were improved.
|
||||||
|
- Fix a potential crash when thread-loop is destroyed before
|
||||||
|
the loop.
|
||||||
|
* Modules:
|
||||||
|
- A new raw biquad filter was added to filter-chain. You can
|
||||||
|
manually set the 6 parameters and you can use this to create
|
||||||
|
custom filters per sample rate.
|
||||||
|
- The echo-canceller now supports different channels for the
|
||||||
|
capture and playback streams.
|
||||||
|
* SPA:
|
||||||
|
- A SB Audigy specific profile set was added to make better use
|
||||||
|
of the controls.
|
||||||
|
- More ALSA IRQ based scheduling improvements.
|
||||||
|
- ALSA rate matching for sources was fixed. It would previously
|
||||||
|
wait too long for rate matching and then cause drift. This
|
||||||
|
should reduce crackling and stuttering whan capturing in
|
||||||
|
low latency.
|
||||||
|
- The echo-cancel plugin API has a new method to make it
|
||||||
|
possible to have different channels for capture, source and
|
||||||
|
playback.
|
||||||
|
- Reverted the UCM changes, they seem to cause regressions
|
||||||
|
causing audio to be muted in some cases.
|
||||||
|
* Bluetooth:
|
||||||
|
- Many more BAP fixes and improvements. Devices are now
|
||||||
|
created as a set and can be combined into one device by the
|
||||||
|
session manager.
|
||||||
|
* GStreamer:
|
||||||
|
- Fix the GStreamer clock to make cheese video recording work
|
||||||
|
again.
|
||||||
|
- Enable gstreamer-device-provider (rh#2183691).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 6 14:12:51 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Thu Apr 6 14:12:51 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pipewire
|
name: pipewire
|
||||||
version: 0.3.68
|
version: 0.3.69
|
||||||
mtime: 1680777283
|
mtime: 1681374012
|
||||||
commit: 950c4487e96c7941f58311a066f4ba8289ca984a
|
commit: cd8be0ba3b27542253f7744b699c2ede159e2d7c
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
%bcond_with aptx
|
%bcond_with aptx
|
||||||
|
|
||||||
Name: pipewire
|
Name: pipewire
|
||||||
Version: 0.3.68
|
Version: 0.3.69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -363,7 +363,6 @@ export CXX=g++-9
|
|||||||
-Dffmpeg=disabled \
|
-Dffmpeg=disabled \
|
||||||
-Dsystemd=enabled \
|
-Dsystemd=enabled \
|
||||||
-Dsystemd-user-unit-dir=%{_userunitdir} \
|
-Dsystemd-user-unit-dir=%{_userunitdir} \
|
||||||
-Dgstreamer-device-provider=disabled \
|
|
||||||
-Droc=disabled \
|
-Droc=disabled \
|
||||||
%if %{with_vulkan}
|
%if %{with_vulkan}
|
||||||
-Dvulkan=enabled \
|
-Dvulkan=enabled \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user