From d80f7012aa2858f1c5684c11e4547d54dc1b0b337b3a48db32c81ea75cc31596 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 7 Oct 2023 00:24:10 +0000 Subject: [PATCH] - Enable direct PipeWire support OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=172 --- SDL2.changes | 5 +++++ SDL2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SDL2.changes b/SDL2.changes index 9e2ed1e..feaaeca 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 7 00:23:45 UTC 2023 - Jan Engelhardt + +- Enable direct PipeWire support + ------------------------------------------------------------------- Mon Oct 2 02:24:37 UTC 2023 - Jan Engelhardt diff --git a/SDL2.spec b/SDL2.spec index fedf9be..2a19cd4 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -51,8 +51,8 @@ BuildRequires: pkgconfig(ice) # KMS/DRM driver needs libdrm and libgbm BuildRequires: pkgconfig(gbm) >= 11.1.0 BuildRequires: pkgconfig(libdrm) >= 2.4.82 -BuildRequires: pkgconfig(libpulse-simple) >= 0.9 BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.20 +BuildRequires: pkgconfig(libpulse-simple) >= 0.9 BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(udev)