mirror of
https://abf.rosa.ru/djam/pipewire.git
synced 2025-02-24 08:02:56 +00:00
P pipewire-pulse, add comment about how it works
This commit is contained in:
parent
489de627f2
commit
c704a06f36
1 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
Summary: Media Sharing Server
|
||||
Name: pipewire
|
||||
Version: 0.3.22
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT
|
||||
Group: System/Servers
|
||||
Url: https://pipewire.org/
|
||||
|
@ -249,6 +249,9 @@ libjackserver.so.0 from PipeWire, ABI-compatible with libjackserver.so.0 from Ja
|
|||
Summary: PipeWire PulseAudio implementation
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{EVRD}
|
||||
# compat with Fedora
|
||||
Provides: %{name}-pulse = %{EVRD}
|
||||
Provides: %{name}-pulse%{_isa} = %{EVRD}
|
||||
Provides: pulseaudio = %{fake_version}
|
||||
Provides: pulseaudio%{_isa} = %{fake_version}
|
||||
|
||||
|
@ -258,6 +261,8 @@ Native PulseAudio libraries (libpulse.so.0 etc.) from PulseAudio
|
|||
communicate with a replacement of PulseAudio daemon from this package.
|
||||
|
||||
%files pulseaudio
|
||||
# pipewire-pulse imitates real pulseaudio, libpulse.so.0 from pulseaudio
|
||||
# is used by applications to work with this fake PulseAudio server
|
||||
%{_bindir}/pipewire-pulse
|
||||
%config(noreplace) %{_sysconfdir}/pipewire/media-session.d/with-pulseaudio
|
||||
%config(noreplace) %{_sysconfdir}/pipewire/pipewire-pulse.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue