Accepting request 819442 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/819442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=11
This commit is contained in:
parent
be8266aef9
commit
f98e8c4f0d
@ -34,7 +34,7 @@ Index: pipewire-0.3.5/pipewire-alsa/alsa-plugins/pcm_pipewire.c
|
||||
+ avail = maxsize;
|
||||
index = d[0].chunk->offset;
|
||||
|
||||
do {
|
||||
if (avail < maxsize)
|
||||
@@ -309,7 +309,9 @@ snd_pcm_pipewire_process_record(snd_pcm_
|
||||
pw->hw_ptr -= pw->boundary;
|
||||
xfer += frames;
|
||||
|
@ -9,7 +9,7 @@ Index: pipewire-0.3.0/src/examples/video-src-alloc.c
|
||||
+#include <sys/syscall.h>
|
||||
|
||||
#include <spa/param/video/format-utils.h>
|
||||
#include <spa/param/props.h>
|
||||
|
||||
@@ -45,6 +46,46 @@
|
||||
|
||||
#define M_PI_M2 ( M_PI + M_PI )
|
||||
@ -55,5 +55,5 @@ Index: pipewire-0.3.0/src/examples/video-src-alloc.c
|
||||
+
|
||||
+
|
||||
struct data {
|
||||
struct pw_main_loop *loop;
|
||||
struct pw_thread_loop *loop;
|
||||
struct spa_source *timer;
|
||||
|
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 3 08:29:04 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Rebase patches used in SLE/Leap:
|
||||
* do-not-use-snd_pcm_ioplug_hw_avail.patch
|
||||
* fix-memfd_create-call.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 09:04:18 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.3.6:
|
||||
- Update to version 0.3.6 (boo#1171433):
|
||||
* Extensive memory leak fixing and stress testing was done.
|
||||
A big leak in screen sharing with DMA-BUF was fixed.
|
||||
* Compile fixes
|
||||
|
@ -257,8 +257,9 @@ This package contains documentation for the PipeWire media server.
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%if %{pkg_vcmp alsa-devel < 1.2.2}
|
||||
%if %{pkg_vcmp alsa-devel < 1.1.7}
|
||||
%patch1 -p1
|
||||
sed -i -e "s/dependency('alsa', version : '>=1.1.7')/dependency('alsa', version : '>=1.1.5')/" meson.build
|
||||
%endif
|
||||
%patch2 -p1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user