public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: on epel8 disable php and ruby plugins and not BR SDL_images
@ 2026-07-20 18:17 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : 2a6b7dea117e1ef011a548858f1b3229a6addb44
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2021-03-07T22:49:42+00:00
Stats  : +9/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/2a6b7dea117e1ef011a548858f1b3229a6addb44?branch=epel9-next

Log:
on epel8 disable php and ruby plugins and not BR SDL_images

---
diff --git a/mlt.spec b/mlt.spec
index c6affb9..be55f17 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -1,5 +1,10 @@
+%if 0%{?rhel} >= 8
+%bcond_with    ruby
+%bcond_with    php
+%else
 %bcond_without ruby
 %bcond_without php
+%endif
 %bcond_with    freeworld
 
 %if (0%{?rhel} && 0%{?rhel} <= 7) || (0%{?fedora} && 0%{?fedora} <= 31)
@@ -40,9 +45,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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: on epel8 disable php and ruby plugins and not BR SDL_images 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox