Accepting request 1101182 from home:alarrosa:branches:multimedia:libs
- Update to version 0.3.76: * Highlights - Fix a regression that would cause the MPV pipewire backend to fail because of a spurious thread-loop signal. - Fix a crash when DBus is not found. - ALSA hires timestamps are now disabled by default. - Some more fixes and improvements. * PipeWire - A new option was added to pw-thread-loop to signal when the thread starts. - This is only used in module-rt to avoid regressions in mpv. (#3374) - Fix a compilation problem. - Stream flags now only set the properties when not already set. This fixes a regression with node autoconnect. (#3382) * Tools - pw-cat will now stop when the stream is disconnected. (#2731) - Improve the pw-cat man page, mention that stdin/stdout handling is only on raw data. * modules - module-rt will now not crash when dbus is not available but error out as before. - A new VBAN (vb-audio.com) sender and receiver was added. (#3380) * SPA - Add an option in audioconvert to disable volume updates. (#3361) - ALSA hires timestamps are disabled by default because many drivers seem to give wrong timestamps and cause extra delay. * bluetooth OBS-URL: https://build.opensuse.org/request/show/1101182 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=142
This commit is contained in:
parent
c7ca5f281f
commit
43a2d9ce87
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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">0.3.75</param>
|
||||
<param name="revision">0.3.76</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f720823c13ff2631cef161399be1c97d1316c734561a6177ebcd9435b2e725fa
|
||||
size 12023821
|
3
pipewire-0.3.76.obscpio
Normal file
3
pipewire-0.3.76.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53862331e4496972c2b7157f645b9fa9541fb22c283d3f09c704d23ca095b14c
|
||||
size 12084749
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 10:35:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.3.76:
|
||||
* Highlights
|
||||
- Fix a regression that would cause the MPV pipewire backend
|
||||
to fail because of a spurious thread-loop signal.
|
||||
- Fix a crash when DBus is not found.
|
||||
- ALSA hires timestamps are now disabled by default.
|
||||
- Some more fixes and improvements.
|
||||
* PipeWire
|
||||
- A new option was added to pw-thread-loop to signal when the
|
||||
thread starts.
|
||||
- This is only used in module-rt to avoid regressions in mpv.
|
||||
(#3374)
|
||||
- Fix a compilation problem.
|
||||
- Stream flags now only set the properties when not already
|
||||
set. This fixes a regression with node autoconnect. (#3382)
|
||||
* Tools
|
||||
- pw-cat will now stop when the stream is disconnected. (#2731)
|
||||
- Improve the pw-cat man page, mention that stdin/stdout
|
||||
handling is only on raw data.
|
||||
* modules
|
||||
- module-rt will now not crash when dbus is not available but
|
||||
error out as before.
|
||||
- A new VBAN (vb-audio.com) sender and receiver was added.
|
||||
(#3380)
|
||||
* SPA
|
||||
- Add an option in audioconvert to disable volume updates.
|
||||
(#3361)
|
||||
- ALSA hires timestamps are disabled by default because many
|
||||
drivers seem to give wrong timestamps and cause extra delay.
|
||||
* bluetooth
|
||||
- LE Audio support is now enabled by default when liblc3 is
|
||||
available now that bluez has support for detecting the
|
||||
hardware features.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 08:19:55 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 0.3.75
|
||||
mtime: 1689930252
|
||||
commit: a3bd0f7a0a8dec9045deeb5eb3eb92b09ff75d57
|
||||
version: 0.3.76
|
||||
mtime: 1690473252
|
||||
commit: 9bcc90fdc3ece16a4e0a91446641e56332b979fd
|
||||
|
@ -60,7 +60,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 0.3.75
|
||||
Version: 0.3.76
|
||||
Release: 0
|
||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user