{ "app-id": "com.movatalk.ChatClient", "runtime": "org.freedesktop.Platform", "runtime-version": "22.08", "sdk": "org.freedesktop.Sdk", "command": "chat_client", "finish-args": [ "--share=network", "--socket=x11", "--socket=pulseaudio", "--device=dri", "--filesystem=home:ro" ], "modules": [ { "name": "fltk", "buildsystem": "cmake-ninja", "config-opts": [ "-DCMAKE_BUILD_TYPE=Release", "-DOPTION_USE_SYSTEM_LIBJPEG=ON", "-DOPTION_USE_SYSTEM_LIBPNG=ON", "-DOPTION_USE_SYSTEM_ZLIB=ON" ], "sources": [ { "type": "archive", "url": "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.gz", "sha256": "f3c1102b07eb0e7a50538f9fc9037c18387165bc70d4b626e94ab725b9d4d38c" } ] }, { "name": "portaudio", "buildsystem": "autotools", "config-opts": [ "--enable-cxx", "--with-jack=no" ], "sources": [ { "type": "archive", "url": "http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz", "sha256": "47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def" } ] }, { "name": "chat-client", "buildsystem": "cmake-ninja", "config-opts": [ "-DCMAKE_BUILD_TYPE=Release" ], "sources": [ { "type": "dir", "path": "../../" } ] } ] }