Accepting request 1180038 from home:alarrosa:branches:multimedia:libs

- Make sure the pipewire-libjack package doesn't completely
  replace the original jack libraries unless the pipewire-jack
  package which installs the ld.so.conf.d file is installed too
  (boo#1222253).

OBS-URL: https://build.opensuse.org/request/show/1180038
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=204
This commit is contained in:
Antonio Larrosa 2024-06-11 15:16:38 +00:00 committed by Git OBS Bridge
parent cf77140b10
commit b162c82aa5
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 10 10:12:03 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Make sure the pipewire-libjack package doesn't completely
replace the original jack libraries unless the pipewire-jack
package which installs the ld.so.conf.d file is installed too
(boo#1222253).
-------------------------------------------------------------------
Sat May 25 13:28:01 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -195,6 +195,12 @@ Summary: PipeWire libjack replacement libraries
Group: Development/Libraries/C and C++
Requires(post): update-alternatives
Requires(postun): update-alternatives
# Since the pipewire-libjack package is sometimes completely replacing the
# original jack libraries for some users we better make sure either they
# are also installed or we completely replace them with the pipewire
# libraries
Requires: ((libjack0 and libjacknet0 and libjackserver0) or pipewire-jack)
Recommends: (pipewire-jack if wireplumber-audio else libjack0)
%description libjack-%{apiver_str}
PipeWire is a server and user space API to deal with multimedia pipelines.