From 15fc2540b0c339edadd696b5b613219fd7f007d440f1c3739f432d66b9a1876b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Dec 2022 16:02:53 +0000 Subject: [PATCH] - Drop BuildRequire on SDL2 to break a dependency loop OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=35 --- ffmpeg-5.changes | 6 ++++++ ffmpeg-5.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index e0338e9..1fbea08 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 16:01:30 UTC 2022 - Jan Engelhardt + +- Drop BuildRequire on SDL2 to break a dependency loop; with this, + /usr/bin/ffplay is no longer built. + ------------------------------------------------------------------- Wed Nov 16 01:32:19 UTC 2022 - Alynx Zhou diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index cb2629a..7038370 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -170,7 +170,6 @@ BuildRequires: pkgconfig(rav1e) %if %{with rubberband} BuildRequires: pkgconfig(rubberband) %endif -BuildRequires: pkgconfig(sdl2) %if %{with smbclient} BuildRequires: pkgconfig(smbclient) %endif