public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Better swig handler for el7 support
@ 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 : b54c870ec2f6834ab535fa6129ae2d1696e2f612
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2017-01-27T04:28:40+00:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/b54c870ec2f6834ab535fa6129ae2d1696e2f612?branch=epel9-next
Log:
Better swig handler for el7 support
---
diff --git a/mlt.spec b/mlt.spec
index fd77035..6472bc9 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -4,7 +4,7 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
Version: 6.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
# but is not used in Linux
@@ -30,7 +30,11 @@ BuildRequires: libsamplerate-devel
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: sox-devel
+%if 0%{?fedora} >= 25
BuildRequires: swig >= 3.0.11
+%else
+BuildRequires: swig
+%endif
BuildRequires: python2-devel
BuildRequires: freetype-devel
BuildRequires: libexif-devel
@@ -207,6 +211,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Fri Jan 27 2017 Sérgio Basto <sergio@serjux.com> - 6.4.1-4
+- Better swig handler for el7 support
+
* Sat Jan 14 2017 Sérgio Basto <sergio@serjux.com> - 6.4.1-3
- Enable php extension, swig already support php7 (#1356985)
^ 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: Better swig handler for el7 support
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox