{ "app-id": "org.scarlatti.Scarlatti", "runtime": "org.gnome.Platform", "runtime-version": "46", "sdk": "org.gnome.Sdk", "command": "scarlatti", "tags" : [ "release" ], "finish-args": [ "--share=ipc", "--share=network", "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri", "--filesystem=xdg-music", "--filesystem=xdg-run/gvfs", "--filesystem=xdg-run/gvfsd", "--talk-name=org.gtk.vfs.*", "--talk-name=org.freedesktop.Notifications", "--talk-name=org.freedesktop.secrets", "--talk-name=org.freedesktop.Flatpak", "--talk-name=org.gnome.OnlineAccounts", "--own-name=org.mpris.MediaPlayer2.Scarlatti", "--metadata=X-DConf=migrate-path=/org/scarlatti/Scarlatti/" ], "add-extensions": { "org.freedesktop.Platform.ffmpeg-full": { "directory": "lib/ffmpeg", "version": "master", "add-ld-path": ".", "autodelete": false } }, "cleanup-commands": [ "mkdir -p /app/lib/ffmpeg" ], "modules": [ "pypi-dependencies.json", { "name": "gst-plugins-ugly", "buildsystem": "meson", "cleanup": [ "*.la", "/share/gtk-doc" ], "sources": [ { "type": "git", "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git" } ] }, { "name": "gst-plugins-bad", "buildsystem": "meson", "cleanup": [ "*.la", "/share/gtk-doc" ], "sources": [ { "type": "git", "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git" } ] }, { "name": "gmime", "config-opts": [ "--disable-gtk-doc" ], "cleanup": [ "*.la", "/share/gtk-doc" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/Archive/gmime.git" } ] }, { "name": "totem-pl-parser", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/totem-pl-parser.git" } ], "cleanup": [ "/include", "/share/gtk-doc" ] }, { "name": "scarlatti", "buildsystem": "meson", "config-opts": [ "-Dprofile=release" ], "sources": [ { "type": "git", "url": "https://github.com/krischerven/scarlatti" } ] } ] }