public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: on epel8 disable php and ruby plugins and not BR SDL_images
Date: Mon, 20 Jul 2026 18:17:35 GMT	[thread overview]
Message-ID: <178457145525.1.12553252934959108684.rpms-mlt-2a6b7dea117e@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-20 18:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457145525.1.12553252934959108684.rpms-mlt-2a6b7dea117e@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox