public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Some little fixes
Date: Mon, 20 Jul 2026 18:17:10 GMT [thread overview]
Message-ID: <178457143077.1.4146047553998405378.rpms-mlt-c4f80c24e187@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : c4f80c24e187da49c854bb3bd8ab6c2949ddb1f5
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2018-01-27T17:29:52+00:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/c4f80c24e187da49c854bb3bd8ab6c2949ddb1f5?branch=epel9-next
Log:
Some little fixes
---
diff --git a/mlt.spec b/mlt.spec
index 0aab712..eadb061 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -24,6 +24,7 @@ Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-
BuildRequires: frei0r-devel
BuildRequires: opencv-devel
+BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qt3d-devel
BuildRequires: SDL2-devel
@@ -47,8 +48,10 @@ BuildRequires: libexif-devel
BuildRequires: fftw-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: alsa-lib-devel
-BuildRequires: movit-devel
BuildRequires: vid.stab-devel
+BuildRequires: movit-devel
+BuildRequires: eigen3-devel
+BuildRequires: libebur128-devel
%if %{with freeworld}
BuildRequires: ffmpeg-devel
BuildRequires: xine-lib-devel
@@ -128,6 +131,8 @@ chmod -x demo/demo
sed -i -e '/fomit-frame-pointer/d' configure
sed -i -e '/ffast-math/d' configure
+sed -i -e 's|qmake|qmake-qt5|' src/modules/qt/configure
+
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
# be sure that aren't used
rm -r src/win32/
@@ -200,8 +205,8 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%{_datadir}/mlt/
%files -n python2-mlt
-%{python_sitelib}/mlt.py*
-%{python_sitearch}/_mlt.so
+%{python2_sitelib}/mlt.py*
+%{python2_sitearch}/_mlt.so
%if %{with ruby}
%files ruby
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=178457143077.1.4146047553998405378.rpms-mlt-c4f80c24e187@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