{ "app-id" : "io.github.rdbende.MidiMonitor", "runtime" : "org.gnome.Platform", "runtime-version" : "45", "sdk" : "org.gnome.Sdk", "command" : "midimonitor", "finish-args" : [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", /* MIDI */ "--device=all" ], "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "build-options" : { "build-args" : [ "--share=network" ] }, "modules" : [ { "name": "mido", "buildsystem": "simple", "build-commands": [ "pip3 install --prefix=${FLATPAK_DEST} \"mido>=1.3.0\"" ], "sources": [ { "type": "file", "url": "https://files.pythonhosted.org/packages/b0/0e/b551e09391220208764c00ed2b382e198414329d8b6037eeb54a8008d737/mido-1.3.0-py3-none-any.whl", "sha256": "a710a274c8a1a3fd481f526d174a16e117b5e58d719ad92937a67fb6167a9432" }, { "type": "file", "url": "https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl", "sha256": "8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" } ] }, { "name": "python-rtmidi", "buildsystem": "simple", "build-commands": [ "pip3 install --prefix=${FLATPAK_DEST} \"python-rtmidi>=1.5.7\"" ], "sources": [ { "type": "file", "url": "https://files.pythonhosted.org/packages/a4/00/4b2ad2421c98cda11d82fe3be0a03e5163e68af6169e7831704f5feb4c06/python_rtmidi-1.5.7.tar.gz", "sha256": "defb1a4b2ae86ff398c232c53eeda554e24a49f67de842e79ceba8b3ca77374d" } ] }, { "name": "blueprint-compiler", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "tag": "v0.8.1" } ] }, { "name" : "midimonitor", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "./" } ] } ] }