commit 80579447366fb48ca6a8200bbe5f3c589282d306
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Mar 28 20:02:08 2021 +0100
On epel8 not BR SDL_images
mlt-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index f58e524..c8d951f 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -8,7 +8,7 @@
Name: mlt-freeworld
Version: 6.24.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -24,9 +24,13 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qt3d-devel
BuildRequires: SDL-devel
+%if ! (0%{?rhel} >= 8)
BuildRequires: SDL_image-devel
+%endif
BuildRequires: SDL2-devel
+%if ! (0%{?rhel} >= 8)
BuildRequires: SDL2_image-devel
+%endif
BuildRequires: gtk2-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libatomic