Accepting request 973785 from home:XRevan86

- Update to version 0.3.51.

OBS-URL: https://build.opensuse.org/request/show/973785
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=57
This commit is contained in:
Antonio Larrosa 2022-04-29 12:53:16 +00:00 committed by Git OBS Bridge
parent 3f3df43a6b
commit ce3d2a2b35
7 changed files with 160 additions and 64 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
<param name="revision">refs/tags/0.3.50</param>
<param name="revision">refs/tags/0.3.51</param>
<param name="versionformat">@PARENT_TAG@</param>
<!-- <param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc2444636274ff98d6002345ff569b8ceb17ded094cbd2714c16ff7ac8b64216
size 10594829

3
pipewire-0.3.51.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1bc0485cb0ef416172dd826b481230200e16dc73646cadd842494733ec9b32f
size 10658317

View File

@ -1,3 +1,99 @@
-------------------------------------------------------------------
Thu Apr 28 23:13:59 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.51:
* Highlights
- Improve graph reconfiguration.
- Extra configuration options for streams and filters with
config rules and environment variable.
- Improve module-pulse-tunnel latency, stability and error
recovery.
- pw-top, pw-cli and pw-link improvements.
- Fix a channelmixer upmixing clipping issue.
- The ROC module has seen many improvements.
- Many more bugfixes and improvements.
* PipeWire
- The graph reconfiguration code was reworked:
* Moved nodes will update the new driver quantum correctly.
* Inactive nodes are ignored more.
* Nodes that require a driver are now not scheduled anymore
when they are passive (unused).
* Improved performance, the graph is reconfigured with a
minimal amount of changes.
- Method and event argument names were improved.
- A linker garbage collection problem was fixed.
- Properties on threads are now implemented. Use common code to
set thread name and add an option to set stack-size.
- Streams and filters always want a driver now. This makes it
possible to just link a playback stream to a capture stream
without a driver and have it work.
- Streams and filters can now also have rules in the config
file.
- Streams, filters, JACK, ALSA and v4l2 now support
PIPEWIRE_PROPS environment variable to override node
properties.
- Add config section extensions. This provides a way for modules
to have specific config to override the default config.
- Handle realloc errors better.
- Improve stream and filter property updates.
* Modules
- The pulse-tunnel modules has improved latency management and
should now work a lot better.
- Module-loopback, module-echo-cancel, module-filter-chain
unload the module when a stream is destroyed.
- Biquads in filter-chain now can have more gain (5->20 dB).
- Filter-chain now has a builtin delay line filter.
- Filter-chain can now parse the config key correctly in all
cases.
- The ROC sink and source saw many improvements. roc-source is
now a stream by default that connects to the default sink.
Both modules will try to set a graph rate. Both modules have
an option to select the FEC mode.
The ROC source has lower latency now.
- Handle realloc errors better.
* tools
- pw-cat does not have --list-targets anymore, use one of the
more advanced and less buggy tools such as wpctl or pw-cli to
list sinks and sources.
- pw-top has seen many improvements.
* It now has some timeouts to reset the node values to their
default state when unused.
* The man page was improved.
* Invalid timings and errors are displayed in a better way.
- pw-cli and pw-link can now create links between all ports of
given nodes.
- pw-cat can now save to other file formats than wav, based on
the extension of the filename.
* SPA
- The resampler now uses a different internal method for
draining. It can now also handle 0 size buffers as input
without draining.
- The channelmixer now uses the front channel averages for FC
and LFE.
This avoids clipping and results in much better upmixing.
- ALSA should now work again on 32 bits. (#2271)
- The JSON parser now converts escaped unicode correctly to UTF8.
* bluetooth
- Codec switch improvements when the device is disconnected.
* pulse-server
- There is a new module-roc-sink-input module, the PulseAudio
equivalent.
- The ROC source and sink-input module now have a much lower
latency.
- The ROC module now has an option to select FEC mode.
- Playback and record rate adjustements should work now.
* JACK
- Remove some useless pthread attributes. This makes JACK work
in QEMU with sandboxing enabled.
- The buffer_size callback is now only called when something has
changed since the last process() callback or get_buffer_size()
method. This fixes a GStreamer issue and is more in line with
what JACK does.
- Fix a potential deadlock when the process thread is doing IPC
and the IPC thread is blocking on the data thread.
- Allocation errors in metadata are handled better.
- Rebase reduce-meson-dependency.patch.
-------------------------------------------------------------------
Thu Apr 14 11:26:22 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -1,4 +1,4 @@
name: pipewire
version: 0.3.50
mtime: 1649846494
commit: 64cf5e80e6240284e6b757907b900507fe56f1b5
version: 0.3.51
mtime: 1651082361
commit: ebc775674a0cf254cebd6d4694944006405807e3

View File

@ -54,7 +54,7 @@
%bcond_with aptx
Name: pipewire
Version: 0.3.50
Version: 0.3.51
Release: 0
Summary: A Multimedia Framework designed to be an audio and video server and more
License: MIT

View File

@ -1,10 +1,10 @@
Index: pipewire-0.3.50/meson.build
Index: pipewire-0.3.51/meson.build
===================================================================
--- pipewire-0.3.50.orig/meson.build
+++ pipewire-0.3.50/meson.build
--- pipewire-0.3.51.orig/meson.build
+++ pipewire-0.3.51/meson.build
@@ -1,7 +1,7 @@
project('pipewire', ['c' ],
version : '0.3.50',
version : '0.3.51',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
- meson_version : '>= 0.59.0',
+ meson_version : '>= 0.54.0',
@ -110,10 +110,10 @@ Index: pipewire-0.3.50/meson.build
+if meson.version().version_compare('>=0.58.0')
+ meson.add_devenv(devenv)
+endif
Index: pipewire-0.3.50/spa/plugins/audioconvert/meson.build
Index: pipewire-0.3.51/spa/plugins/audioconvert/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/plugins/audioconvert/meson.build
+++ pipewire-0.3.50/spa/plugins/audioconvert/meson.build
--- pipewire-0.3.51.orig/spa/plugins/audioconvert/meson.build
+++ pipewire-0.3.51/spa/plugins/audioconvert/meson.build
@@ -140,7 +140,7 @@ foreach a : test_apps
install : installed_tests_enabled,
install_dir : installed_tests_execdir / 'audioconvert'),
@ -132,10 +132,10 @@ Index: pipewire-0.3.50/spa/plugins/audioconvert/meson.build
])
if installed_tests_enabled
Index: pipewire-0.3.50/spa/tests/meson.build
Index: pipewire-0.3.51/spa/tests/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/tests/meson.build
+++ pipewire-0.3.50/spa/tests/meson.build
--- pipewire-0.3.51.orig/spa/tests/meson.build
+++ pipewire-0.3.51/spa/tests/meson.build
@@ -5,7 +5,7 @@ find = find_program('find', required: fa
summary({'find (for header testing)': find.found()}, bool_yn: true, section: 'Optional programs')
if find.found()
@ -154,10 +154,10 @@ Index: pipewire-0.3.50/spa/tests/meson.build
]
)
Index: pipewire-0.3.50/src/daemon/meson.build
Index: pipewire-0.3.51/src/daemon/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/daemon/meson.build
+++ pipewire-0.3.50/src/daemon/meson.build
--- pipewire-0.3.51.orig/src/daemon/meson.build
+++ pipewire-0.3.51/src/daemon/meson.build
@@ -18,9 +18,9 @@ conf_config.set('pulse_comment', '#')
conf_config_uninstalled = conf_config
@ -179,21 +179,21 @@ Index: pipewire-0.3.50/src/daemon/meson.build
)
#desktop_file = i18n.merge_file(
Index: pipewire-0.3.50/src/daemon/systemd/user/meson.build
Index: pipewire-0.3.51/src/daemon/systemd/user/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/daemon/systemd/user/meson.build
+++ pipewire-0.3.50/src/daemon/systemd/user/meson.build
--- pipewire-0.3.51.orig/src/daemon/systemd/user/meson.build
+++ pipewire-0.3.51/src/daemon/systemd/user/meson.build
@@ -1,4 +1,4 @@
-systemd_user_services_dir = systemd.get_variable('systemduserunitdir', pkgconfig_define : [ 'prefix', prefix])
+#systemd_user_services_dir = systemd.get_variable('systemduserunitdir', pkgconfig_define : [ 'prefix', prefix])
if get_option('systemd-user-unit-dir') != ''
systemd_user_services_dir = get_option('systemd-user-unit-dir')
endif
Index: pipewire-0.3.50/src/modules/meson.build
Index: pipewire-0.3.51/src/modules/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/modules/meson.build
+++ pipewire-0.3.50/src/modules/meson.build
@@ -364,9 +364,9 @@ test('pw-test-protocol-native',
--- pipewire-0.3.51.orig/src/modules/meson.build
+++ pipewire-0.3.51/src/modules/meson.build
@@ -366,9 +366,9 @@ test('pw-test-protocol-native',
install_dir : installed_tests_execdir,
),
env : [
@ -206,10 +206,10 @@ Index: pipewire-0.3.50/src/modules/meson.build
]
)
Index: pipewire-0.3.50/src/tests/meson.build
Index: pipewire-0.3.51/src/tests/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/tests/meson.build
+++ pipewire-0.3.50/src/tests/meson.build
--- pipewire-0.3.51.orig/src/tests/meson.build
+++ pipewire-0.3.51/src/tests/meson.build
@@ -13,9 +13,9 @@ foreach a : test_apps
install : installed_tests_enabled,
install_dir : installed_tests_execdir),
@ -223,10 +223,10 @@ Index: pipewire-0.3.50/src/tests/meson.build
])
if installed_tests_enabled
Index: pipewire-0.3.50/test/meson.build
Index: pipewire-0.3.51/test/meson.build
===================================================================
--- pipewire-0.3.50.orig/test/meson.build
+++ pipewire-0.3.50/test/meson.build
--- pipewire-0.3.51.orig/test/meson.build
+++ pipewire-0.3.51/test/meson.build
@@ -14,8 +14,8 @@ pwtest_deps = [
]
@ -238,10 +238,10 @@ Index: pipewire-0.3.50/test/meson.build
]
pwtest_inc = [
Index: pipewire-0.3.50/doc/meson.build
Index: pipewire-0.3.51/doc/meson.build
===================================================================
--- pipewire-0.3.50.orig/doc/meson.build
+++ pipewire-0.3.50/doc/meson.build
--- pipewire-0.3.51.orig/doc/meson.build
+++ pipewire-0.3.51/doc/meson.build
@@ -1,8 +1,8 @@
doxyfile_conf = configuration_data()
doxyfile_conf.set('PACKAGE_NAME', meson.project_name())
@ -342,10 +342,10 @@ Index: pipewire-0.3.50/doc/meson.build
doxyfile = configure_file(input: 'Doxyfile.in',
output: 'Doxyfile',
Index: pipewire-0.3.50/spa/meson.build
Index: pipewire-0.3.51/spa/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/meson.build
+++ pipewire-0.3.50/spa/meson.build
--- pipewire-0.3.51.orig/spa/meson.build
+++ pipewire-0.3.51/spa/meson.build
@@ -31,7 +31,7 @@ pkgconfig.generate(filebase : 'lib@0@'.f
subdir('include')
@ -363,10 +363,10 @@ Index: pipewire-0.3.50/spa/meson.build
+if (get_option('examples').enabled() or get_option('examples').auto())
subdir('examples')
endif
Index: pipewire-0.3.50/man/meson.build
Index: pipewire-0.3.51/man/meson.build
===================================================================
--- pipewire-0.3.50.orig/man/meson.build
+++ pipewire-0.3.50/man/meson.build
--- pipewire-0.3.51.orig/man/meson.build
+++ pipewire-0.3.51/man/meson.build
@@ -21,7 +21,7 @@ manpages = [
'pw-top.1.rst.in',
]
@ -376,10 +376,10 @@ Index: pipewire-0.3.50/man/meson.build
manpages += 'pw-jack.1.rst.in'
endif
Index: pipewire-0.3.50/src/meson.build
Index: pipewire-0.3.51/src/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/meson.build
+++ pipewire-0.3.50/src/meson.build
--- pipewire-0.3.51.orig/src/meson.build
+++ pipewire-0.3.51/src/meson.build
@@ -3,10 +3,10 @@ subdir('pipewire')
subdir('daemon')
subdir('tools')
@ -393,10 +393,10 @@ Index: pipewire-0.3.50/src/meson.build
subdir('tests')
endif
Index: pipewire-0.3.50/spa/plugins/bluez5/meson.build
Index: pipewire-0.3.51/spa/plugins/bluez5/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/plugins/bluez5/meson.build
+++ pipewire-0.3.50/spa/plugins/bluez5/meson.build
--- pipewire-0.3.51.orig/spa/plugins/bluez5/meson.build
+++ pipewire-0.3.51/spa/plugins/bluez5/meson.build
@@ -6,12 +6,12 @@ foreach dep: bluez5_deps
endforeach
@ -438,10 +438,10 @@ Index: pipewire-0.3.50/spa/plugins/bluez5/meson.build
bluez5_sources += ['backend-hsphfpd.c']
endif
Index: pipewire-0.3.50/spa/plugins/meson.build
Index: pipewire-0.3.51/spa/plugins/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/plugins/meson.build
+++ pipewire-0.3.50/spa/plugins/meson.build
--- pipewire-0.3.51.orig/spa/plugins/meson.build
+++ pipewire-0.3.51/spa/plugins/meson.build
@@ -1,16 +1,16 @@
if alsa_dep.found()
subdir('alsa')
@ -495,10 +495,10 @@ Index: pipewire-0.3.50/spa/plugins/meson.build
-subdir('aec')
\ No newline at end of file
+subdir('aec')
Index: pipewire-0.3.50/spa/plugins/support/meson.build
Index: pipewire-0.3.51/spa/plugins/support/meson.build
===================================================================
--- pipewire-0.3.50.orig/spa/plugins/support/meson.build
+++ pipewire-0.3.50/spa/plugins/support/meson.build
--- pipewire-0.3.51.orig/spa/plugins/support/meson.build
+++ pipewire-0.3.51/spa/plugins/support/meson.build
@@ -23,7 +23,7 @@ spa_support_lib = shared_library('spa-su
install_dir : spa_plugindir / 'support')
spa_support_dep = declare_dependency(link_with: spa_support_lib)
@ -508,10 +508,10 @@ Index: pipewire-0.3.50/spa/plugins/support/meson.build
evl_inc = include_directories('/usr/evl/include')
evl_lib = cc.find_library('evl',
dirs: ['/usr/evl/lib/'],
Index: pipewire-0.3.50/src/daemon/systemd/meson.build
Index: pipewire-0.3.51/src/daemon/systemd/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/daemon/systemd/meson.build
+++ pipewire-0.3.50/src/daemon/systemd/meson.build
--- pipewire-0.3.51.orig/src/daemon/systemd/meson.build
+++ pipewire-0.3.51/src/daemon/systemd/meson.build
@@ -1,6 +1,6 @@
-if get_option('systemd-system-service').allowed()
+if (get_option('systemd-system-service').enabled() or get_option('systemd-system-service').auto())
@ -521,10 +521,10 @@ Index: pipewire-0.3.50/src/daemon/systemd/meson.build
+if (get_option('systemd-user-service').enabled() or get_option('systemd-user-service').auto())
subdir('user')
endif
Index: pipewire-0.3.50/src/gst/meson.build
Index: pipewire-0.3.51/src/gst/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/gst/meson.build
+++ pipewire-0.3.50/src/gst/meson.build
--- pipewire-0.3.51.orig/src/gst/meson.build
+++ pipewire-0.3.51/src/gst/meson.build
@@ -8,7 +8,7 @@ pipewire_gst_sources = [
'gstpipewiresrc.c',
]
@ -534,10 +534,10 @@ Index: pipewire-0.3.50/src/gst/meson.build
pipewire_gst_sources += [ 'gstpipewiredeviceprovider.c' ]
endif
Index: pipewire-0.3.50/src/tools/meson.build
Index: pipewire-0.3.51/src/tools/meson.build
===================================================================
--- pipewire-0.3.50.orig/src/tools/meson.build
+++ pipewire-0.3.50/src/tools/meson.build
--- pipewire-0.3.51.orig/src/tools/meson.build
+++ pipewire-0.3.51/src/tools/meson.build
@@ -34,7 +34,7 @@ if ncurses_dep.found()
endif