Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
073e6678
Commit
073e6678
authored
Apr 16, 2021
by
Farid Abdelnour
🎥
Committed by
Jean-Baptiste Mardelle
Apr 16, 2021
Browse files
Freeze MLT version for packaging
parent
543b8cc7
Pipeline
#58230
passed with stage
in 9 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/ext_mlt/CMakeLists.txt
View file @
073e6678
...
...
@@ -2,8 +2,9 @@ ExternalProject_Add(
ext_mlt
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
GIT_REPOSITORY https://github.com/mltframework/mlt.git
GIT_TAG v6.26.1
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
--enable-gpl --enable-gpl3 --enable-opencv --enable-opengl
--enable-lumas --avformat-swscale
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
--enable-gpl --enable-gpl3 --enable-opencv --enable-opengl
BUILD_IN_SOURCE 1
BUILD_ALWAYS TRUE
BUILD_COMMAND $
(
MAKE
)
clean
...
...
packaging/flatpak/org.kde.kdenlive-nightly.json
View file @
073e6678
...
...
@@ -565,7 +565,8 @@
{
"type"
:
"git"
,
"url"
:
"https://github.com/mltframework/mlt.git"
,
"branch"
:
"master"
"commit"
:
"531aa1a19df55cc378c9c79b86c7cbb187487f37"
,
"tag"
:
"v6.26.1"
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment