public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: disable PHP extension on 32-bit
Date: Mon, 20 Jul 2026 18:17:54 GMT [thread overview]
Message-ID: <178457147497.1.9132829476335922785.rpms-mlt-3f20c2ca316d@fedoraproject.org> (raw)
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
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=178457147497.1.9132829476335922785.rpms-mlt-3f20c2ca316d@fedoraproject.org \
--to=remi@fedoraproject.org \
--cc=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