Warning, /packaging/flatpak-kde-applications/todo/org.kde.kwave.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.kwave",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "kwave",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ],
0011 
0012     "modules": [
0013         {
0014             "name": "fftw",
0015             "sources": [
0016                 {
0017                     "type": "archive",
0018                     "url": "http://www.fftw.org/fftw-3.3.6-pl2.tar.gz",
0019                     "sha256": "a5de35c5c824a78a058ca54278c706cdf3d4abba1c56b63531c2cb05f5d57da2"
0020                 }
0021             ]
0022         },
0023         {
0024             "name": "audiofile",
0025             "sources": [
0026                 {
0027                     "type": "git",
0028                     "url": "https://github.com/mpruett/audiofile.git"
0029                 }
0030             ]
0031         },
0032         {
0033             "name": "kwave",
0034             "buildsystem": "cmake-ninja",
0035             "sources": [
0036                 { "type": "git", "url": "https://invent.kde.org/kde/kwave.git" }
0037             ]
0038         }
0039     ]
0040 }