-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.kde.subtitlecomposer.json
96 lines (96 loc) · 2.76 KB
/
org.kde.subtitlecomposer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": "org.kde.subtitlecomposer",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "subtitlecomposer",
"finish-args": [
"--device=dri",
"--filesystem=host",
"--share=ipc",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland"
],
"cleanup": [
"*.la",
"*.a",
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/mkspecs",
"/share/pkgconfig",
"/share/aclocal",
"/share/info",
"/man",
"/share/man"
],
"rename-icon": "subtitlecomposer",
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "23.08",
"add-ld-path": "."
}
},
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg"
],
"modules": [
{
"name": "SphinxBase",
"buildsystem": "autotools",
"config-opts": [
"--without-python"
],
"cleanup": [
"/share/sphinxbase"
],
"sources": [
{
"type": "git",
"url": "https://github.com/cmusphinx/sphinxbase.git",
"commit": "9e901850ee4cd1c0b22f2d3b3c15f162564ca283"
}
]
},
{
"name": "PocketSphinx",
"buildsystem": "autotools",
"config-opts": [
"--without-python"
],
"cleanup": [
"/share/pocketsphinx"
],
"sources": [
{
"type": "git",
"url": "https://github.com/cmusphinx/pocketsphinx.git",
"commit": "588ab6371a1e1c94c10d4ad772b0c4732e1905e6"
}
]
},
{
"name": "subtitlecomposer",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DQT_MAJOR_VERSION=6"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/subtitlecomposer/subtitlecomposer-0.8.1.tar.xz",
"sha256": "23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027",
"x-checker-data": {
"type": "anitya",
"project-id": 242855,
"stable-only": true,
"url-template": "https://download.kde.org/stable/subtitlecomposer/subtitlecomposer-$version.tar.xz"
}
}
]
}
]
}