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
2eb7b5b8
Commit
2eb7b5b8
authored
Apr 18, 2021
by
Julius Künzel
Browse files
nightly flatpak: fix srt and vosk build
parent
a4c2e7be
Pipeline
#58518
passed with stage
in 9 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/flatpak/org.kde.kdenlive-nightly.json
View file @
2eb7b5b8
...
...
@@ -99,27 +99,58 @@
]
},
{
"name"
:
"vosk"
,
"name"
:
"python3-cffi"
,
"skip-arches"
:
[
"aarch64"
],
"buildsystem"
:
"simple"
,
"build-options"
:
{
"build-args"
:
[
"--share=network"
]
},
"build-commands"
:
[
"pip3 install vosk==0.3.22 --prefix=/app --root=/"
"pip3 install --exists-action=i --no-index --find-links=
\"
file://${PWD}
\"
--prefix=/app --root=/
\"
cffi
\"
--no-build-isolation"
],
"sources"
:
[
{
"type"
:
"file"
,
"url"
:
"https://files.pythonhosted.org/packages/a8/20/025f59f929bbcaa579704f443a438135918484fffaacfaddba776b374563/cffi-1.14.5.tar.gz"
,
"sha256"
:
"fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c"
},
{
"type"
:
"file"
,
"url"
:
"https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd/pycparser-2.20.tar.gz"
,
"sha256"
:
"2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"
}
]
},
{
"name"
:
"srt"
,
"name"
:
"python3-vosk"
,
"skip-arches"
:
[
"aarch64"
],
"buildsystem"
:
"simple"
,
"build-options"
:
{
"build-args"
:
[
"--share=network"
]
},
"build-commands"
:
[
"pip3 install srt==3.4.1 --prefix=/app --root=/"
"pip3 install --exists-action=i --no-index --find-links=
\"
file://${PWD}
\"
--prefix=/app --root=/
\"
vosk
\"
--no-build-isolation"
],
"sources"
:
[
{
"type"
:
"file"
,
"url"
:
"https://files.pythonhosted.org/packages/64/76/750788d585bbec701a6be11bf5a15587ed75a60f732c8044fe5e859d9b02/vosk-0.3.22-py3-none-manylinux2010_x86_64.whl"
,
"sha256"
:
"d9c4106285536c91b08928a0b3a475e4329affea16c6508e4e9d6af1c6ada8fd"
},
{
"type"
:
"file"
,
"url"
:
"https://files.pythonhosted.org/packages/96/43/c993eae7c0b0e099f967020d4ffbf6d010bd0498bc6c3457357b3a74e2f0/vosk-0.3.22-py3-none-linux_armv7l.whl"
,
"sha256"
:
"903fc96aa9e9cf935fefd0cb8a305475fa9cc35401964c467aa8e34769a4f4fd"
}
]
},
{
"name"
:
"python3-srt"
,
"skip-arches"
:
[
"aarch64"
],
"buildsystem"
:
"simple"
,
"build-commands"
:
[
"pip3 install --exists-action=i --no-index --find-links=
\"
file://${PWD}
\"
--prefix=/app --root=/
\"
srt
\"
--no-build-isolation"
],
"sources"
:
[
{
"type"
:
"file"
,
"url"
:
"https://files.pythonhosted.org/packages/3b/dd/0629a23b11da7696ce69e4432a2de6a1d1277bf2ba5cda624009069d4bb3/srt-3.4.1.tar.gz"
,
"sha256"
:
"aa507439bf593adb1b207d21c5975c9774263da97489f8b90d8a016bfa67ee94"
}
]
},
{
...
...
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