From 2d25755613d4c73f411f029f5d95fb4bc72e686fd166d101d2a596f2cdf887a2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 7 Oct 2023 00:23:31 +0000 Subject: [PATCH 1/2] Accepting request 1116139 from home:hwsnemo:branches:games Add PipeWire build dependency to enable PW support OBS-URL: https://build.opensuse.org/request/show/1116139 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=171 --- SDL2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL2.spec b/SDL2.spec index 3c315f7..fedf9be 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -52,6 +52,7 @@ BuildRequires: pkgconfig(ice) 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(libudev) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(udev) From d80f7012aa2858f1c5684c11e4547d54dc1b0b337b3a48db32c81ea75cc31596 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 7 Oct 2023 00:24:10 +0000 Subject: [PATCH 2/2] - 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)