summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorTreeve Jelbert2022-04-23 14:45:03 +0200
committerTreeve Jelbert2022-04-24 08:42:27 +0200
commitb4c4b15c8015441256a08875f0b2918e802d8350 (patch)
tree1e2661b2d7e2634b02f6908aab8c0cbfc2de3b29 /video
parent5d34f49fa83eb56cd4faba917fe21fe83dc4b0c1 (diff)
mlt - prepare for qt6
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mlt/DEPENDS8
-rwxr-xr-xvideo/mlt/DETAILS2
-rw-r--r--video/mlt/HISTORY3
3 files changed, 11 insertions, 2 deletions
diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS
index 752b21bd39..ef4655fe08 100755
--- a/video/mlt/DEPENDS
+++ b/video/mlt/DEPENDS
@@ -11,7 +11,13 @@ optional_depends libsamplerate -DMOD_RESAMPLE={on,off} 'Enable resample module'
optional_depends libvorbis -DMOD_VORBIS={on,off} 'Enable ogg/vorbis module' &&
optional_depends libxml2 -DMOD_XML={on,off} 'Enable xml Module' &&
optional_depends normalize -DMOD_NORMALIZE={on,off} 'Enable normalize module' &&
-optional_depends qtbase -DMOD_QT={on,off} 'QT5 support' &&
+optional_depends QT -DMOD_QT={on,off} 'Qt5/6 support' &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6svg ' -DBUILD_WITH_QT6=on'
+fi &&
+if is_depends_enabled $SPELL qtbase;then
+ depends qtsvg
+fi &&
optional_depends sdl -DMOD_SDL1={on,off} 'Enable SDL module' &&
optional_depends sdl2 -DMOD_SDL2={on,off} 'Enable SDL2 module' &&
diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index d14e1bf567..b44cb52676 100755
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -1,4 +1,4 @@
-. $GRIMOIRE/CMAKE_FUNCTIONS
+. $GRIMOIRE/KDE5_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
SPELL=mlt
if [[ $MLT_BRANCH == scm ]];then
diff --git a/video/mlt/HISTORY b/video/mlt/HISTORY
index a5fba71dfb..e851bc2449 100644
--- a/video/mlt/HISTORY
+++ b/video/mlt/HISTORY
@@ -1,3 +1,6 @@
+2022-04-23 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: prepare for qt6
+
2022-04-22 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 7.6.0