Warning, /packaging/flatpak-kde-applications/org.kde.subtitlecomposer.json is written in an unsupported language. File is not indexed.
0001 { 0002 "command": "subtitlecomposer", 0003 "finish-args": [ 0004 "--share=ipc", 0005 "--device=dri", 0006 "--socket=fallback-x11", 0007 "--socket=wayland", 0008 "--socket=pulseaudio" 0009 ], 0010 "id": "org.kde.subtitlecomposer", 0011 "runtime": "org.kde.Platform", 0012 "runtime-version": "5.15-21.08", 0013 "sdk": "org.kde.Sdk", 0014 "tags": ["nightly"], 0015 "desktop-file-name-suffix": " (Nightly)", 0016 "cleanup": [ 0017 "/include", 0018 "/lib/pkgconfig", 0019 "/share/pkgconfig", 0020 "/share/aclocal", 0021 "/man", 0022 "/share/man" 0023 ], 0024 "cleanup-commands": [ 0025 "mkdir -p /app/lib/ffmpeg" 0026 ], 0027 "rename-icon": "subtitlecomposer", 0028 "add-extensions": { 0029 "org.freedesktop.Platform.ffmpeg-full": { 0030 "directory": "lib/ffmpeg", 0031 "add-ld-path": ".", 0032 "version": "21.08" 0033 } 0034 }, 0035 "modules": [ 0036 { 0037 "buildsystem": "autotools", 0038 "name": "SphinxBase", 0039 "config-opts": [ 0040 "--without-python" 0041 ], 0042 "sources": [ 0043 { 0044 "type": "git", 0045 "url": "https://github.com/cmusphinx/sphinxbase.git" 0046 } 0047 ] 0048 }, 0049 { 0050 "buildsystem": "autotools", 0051 "name": "PocketSphinx", 0052 "config-opts": [ 0053 "--without-python" 0054 ], 0055 "sources": [ 0056 { 0057 "type": "git", 0058 "url": "https://github.com/cmusphinx/pocketsphinx.git" 0059 } 0060 ] 0061 }, 0062 { 0063 "buildsystem": "cmake-ninja", 0064 "name": "kross", 0065 "sources": [ 0066 { 0067 "tag": "v5.85.0", 0068 "type": "git", 0069 "url": "https://invent.kde.org/frameworks/kross.git" 0070 } 0071 ] 0072 }, 0073 { 0074 "buildsystem": "cmake-ninja", 0075 "name": "subtitlecomposer", 0076 "config-opts": [ 0077 "-DBUILD_TESTING=OFF" 0078 ], 0079 "sources": [ 0080 { 0081 "type": "git", 0082 "url": "https://invent.kde.org/multimedia/subtitlecomposer.git" 0083 } 0084 ] 0085 } 0086 ] 0087 }