Accepting request 1166928 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1166928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=110
This commit is contained in:
commit
676836ab4e
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 09:32:10 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Move the jack spa plugin from the pipewire-spa-plugins-0_2
|
||||||
|
package to a new pipewire-spa-plugins-0_2-jack package. This
|
||||||
|
allows to not Suggest the pipewire-libjack package from
|
||||||
|
pipewire-spa-plugins-0_2 since that's only used to connect
|
||||||
|
pipewire as a client to a jack server which is not common at all
|
||||||
|
(boo#1222253).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 07:42:26 UTC 2024 - Richard Biener <rguenther@suse.com>
|
Tue Mar 19 07:42:26 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -293,7 +293,6 @@ This package contains X11 bell support for PipeWire.
|
|||||||
%package spa-plugins-%{spa_ver_str}
|
%package spa-plugins-%{spa_ver_str}
|
||||||
Summary: Plugins For PipeWire SPA
|
Summary: Plugins For PipeWire SPA
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Suggests: pipewire-libjack-%{apiver_str}
|
|
||||||
|
|
||||||
%description spa-plugins-%{spa_ver_str}
|
%description spa-plugins-%{spa_ver_str}
|
||||||
PipeWire is a server and user space API to deal with multimedia pipelines.
|
PipeWire is a server and user space API to deal with multimedia pipelines.
|
||||||
@ -314,6 +313,30 @@ Some of its features include:
|
|||||||
|
|
||||||
This package provides plugins for extending PipeWire SPA's functionality.
|
This package provides plugins for extending PipeWire SPA's functionality.
|
||||||
|
|
||||||
|
%package spa-plugins-%{spa_ver_str}-jack
|
||||||
|
Summary: SPA Plugin to use PipeWire as jack client
|
||||||
|
Group: Productivity/Multimedia/Other
|
||||||
|
Requires: jack
|
||||||
|
|
||||||
|
%description spa-plugins-%{spa_ver_str}-jack
|
||||||
|
PipeWire is a server and user space API to deal with multimedia pipelines.
|
||||||
|
|
||||||
|
Some of its features include:
|
||||||
|
|
||||||
|
* Unlimited input/output ports;
|
||||||
|
* Per port format enumeration and negotiation;
|
||||||
|
* Enumeration/configuration of per port parameters;
|
||||||
|
* Application controlled buffer allocation with option to let the plugin
|
||||||
|
Allocate memory;
|
||||||
|
* Arbitrary buffer metadata;
|
||||||
|
* Buffers are passed around by id which is very fast and avoids the need
|
||||||
|
for refcounting;
|
||||||
|
* Synchronous and asynchronous processing;
|
||||||
|
* All api is designed to work without any allocations;
|
||||||
|
* Arbirary input/output behaviour.
|
||||||
|
|
||||||
|
This package provides the SPA plugin to connect Pipewire to a JACK server
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Files For PipeWire, A Multimedia Framework
|
Summary: Development Files For PipeWire, A Multimedia Framework
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -676,7 +699,6 @@ fi
|
|||||||
%if %{with use_ffmpeg}
|
%if %{with use_ffmpeg}
|
||||||
%{_libdir}/spa-%{spa_ver}/ffmpeg/
|
%{_libdir}/spa-%{spa_ver}/ffmpeg/
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/spa-%{spa_ver}/jack/
|
|
||||||
%if %{with libcamera}
|
%if %{with libcamera}
|
||||||
%{_libdir}/spa-%{spa_ver}/libcamera/
|
%{_libdir}/spa-%{spa_ver}/libcamera/
|
||||||
%endif
|
%endif
|
||||||
@ -798,6 +820,9 @@ fi
|
|||||||
%files jack
|
%files jack
|
||||||
%config %{_sysconfdir}/ld.so.conf.d/pipewire-jack-%{_arch}.conf
|
%config %{_sysconfdir}/ld.so.conf.d/pipewire-jack-%{_arch}.conf
|
||||||
|
|
||||||
|
%files spa-plugins-%{spa_ver_str}-jack
|
||||||
|
%{_libdir}/spa-%{spa_ver}/jack/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user