public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: disable PHP extension on 32-bit
@ 2026-07-20 18:17 Remi Collet
  0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : 3f20c2ca316d313cafe5c753489b63bea0c3c9c0
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2024-04-12T08:57:03+02:00
Stats  : +13/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/3f20c2ca316d313cafe5c753489b63bea0c3c9c0?branch=epel9-next

Log:
disable PHP extension on 32-bit

---
diff --git a/mlt.spec b/mlt.spec
index 354ba22..e2aa48f 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -4,7 +4,15 @@
 %bcond_with     opencv
 %else
 %bcond_without  ruby
+%if 0%{?fedora} >= 41
+%ifarch %{ix86}
+%bcond_with     php
+%else
 %bcond_without  php
+%endif
+%else
+%bcond_without  php
+%endif
 %bcond_without  opencv
 %endif
 
@@ -13,7 +21,7 @@
 
 Name:           mlt
 Version:        7.22.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -245,6 +253,10 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
 
 
 %changelog
+* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 7.22.0-6
+- disable PHP extension on 32-bit
+  https://fedoraproject.org/wiki/Changes/php_no_32_bit
+
 * Fri Mar 22 2024 Sérgio Basto <sergio@serjux.com> - 7.22.0-5
 - Remove workaround
 

^ 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: disable PHP extension on 32-bit Remi Collet

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