public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Add Qt6 Builds
@ 2026-07-20 18:17 Marie Loise Nolden
  0 siblings, 0 replies; only message in thread
From: Marie Loise Nolden @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mlt
Branch : epel9-next
Commit : 86435409e75c25430f56eb96ce559b02e27f6822
Author : Marie Loise Nolden <loise@kde.org>
Date   : 2024-01-01T12:52:23+00:00
Stats  : +14/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mlt/c/86435409e75c25430f56eb96ce559b02e27f6822?branch=epel9-next

Log:
Add Qt6 Builds

---
diff --git a/mlt.spec b/mlt.spec
index 615f8b8..0cc45a6 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -13,7 +13,7 @@
 
 Name:           mlt
 Version:        7.22.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
@@ -33,6 +33,16 @@ BuildRequires:  opencv-devel
 BuildRequires:  qt5-qtbase-devel
 BuildRequires:  qt5-qtsvg-devel
 BuildRequires:  qt5-qt3d-devel
+BuildRequires:  cmake(Qt6CoreTools)
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6GuiTools)
+BuildRequires:  cmake(Qt6DBusTools)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Xml)
+BuildRequires:  cmake(Qt6WidgetsTools)
+BuildRequires:  cmake(Qt6SvgWidgets)
+BuildRequires:  cmake(Qt6Network)
+BuildRequires:  cmake(Qt6Core5Compat)
 BuildRequires:  SDL-devel
 BuildRequires:  SDL2-devel
 %if ! (0%{?rhel} >= 8)
@@ -160,7 +170,10 @@ rm -r src/win32/
        -DSWIG_PYTHON:BOOL=ON                \
        %{?with_ruby: -DSWIG_RUBY:BOOL=ON}   \
        %{?with_opencv: -DMOD_OPENCV:BOOL=ON}  \
+       -DMOD_KDENLIVE:BOOL=ON  \
        -DMOD_GLAXNIMATE:BOOL=ON  \
+       -DMOD_GLAXNIMATE_QT6:BOOL=ON  \
+       -DMOD_QT6:BOOL=ON \
        %{?with_ndi: -DMOD_NDI:BOOL=ON -DNDI_SDK_INCLUDE_PATH=%{_includedir}/ndi-sdk -DNDI_SDK_LIBRARY_PATH=%{_libdir} -DNDI_INCLUDE_DIR=%{_includedir}/ndi-sdk -DNDI_LIBRARY_DIR=%{_libdir}}
 
 %cmake_build

^ 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: Add Qt6 Builds Marie Loise Nolden

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