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
66dc831b
Commit
66dc831b
authored
Apr 17, 2021
by
Julius Künzel
Browse files
nightly flatpak: add srt and vosk
parent
f0d7fb65
Pipeline
#58445
passed with stage
in 9 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/flatpak/org.kde.kdenlive-nightly.json
View file @
66dc831b
...
...
@@ -98,6 +98,30 @@
}
]
},
{
"name"
:
"vosk"
,
"buildsystem"
:
"simple"
,
"build-options"
:
{
"build-args"
:
[
"--share=network"
]
},
"build-commands"
:
[
"pip3 install vosk==0.3.22 --prefix=/app --root=/"
]
},
{
"name"
:
"srt"
,
"buildsystem"
:
"simple"
,
"build-options"
:
{
"build-args"
:
[
"--share=network"
]
},
"build-commands"
:
[
"pip3 install srt==3.4.1 --prefix=/app --root=/"
]
},
{
"name"
:
"rttr"
,
"buildsystem"
:
"cmake-ninja"
,
...
...
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