Accepting request 1079436 from home:iznogood:branches:multimedia:libs

- Only apply reduce-meson-dependency.patch when meson present
  during build is to old.

OBS-URL: https://build.opensuse.org/request/show/1079436
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=124
This commit is contained in:
Antonio Larrosa 2023-04-17 04:52:54 +00:00 committed by Git OBS Bridge
parent fbda19a448
commit 5537b661ca
2 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,12 @@ Sat Apr 15 10:08:51 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
- Add patch from upstream to fix some potentially broken devices:
* 0002-alsa-fix-area-pointers.patch
-------------------------------------------------------------------
Fri Apr 14 11:10:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Only apply reduce-meson-dependency.patch when meson present
during build is to old.
-------------------------------------------------------------------
Fri Apr 14 08:58:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -355,7 +355,10 @@ This package provides a PulseAudio implementation based on PipeWire
%lang_package
%prep
%autosetup -p1
%autosetup -N
%if %{?pkg_vcmp:%{pkg_vcmp meson <= 0.61.0}}
%patch0 -p1
%endif
%build
%if %{pkg_vcmp gcc < 8}