{ "id" : "io.github.wartybix.Constrict.Devel", "runtime" : "org.gnome.Platform", "runtime-version" : "49", "sdk" : "org.gnome.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command" : "constrict", "tags": ["devel", "development", "nightly"], "finish-args" : [ "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", "--require-version=1.14.5" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args": ["--share=network"] }, "cleanup-commands" : [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name" : "libva-utils", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "archive", "url" : "https://github.com/intel/libva-utils/archive/refs/tags/2.23.0.tar.gz", "sha256" : "fa7ff29847b55010fbbb775b35382f97f29b7b97abe9a2f6fb3e22b36db5440a" } ] }, { "name" : "gst-thumbnailers", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "archive", "url" : "https://gitlab.gnome.org/GNOME/gst-thumbnailers/-/archive/1.0.alpha.1/gst-thumbnailers-1.0.alpha.1.tar.gz", "sha256" : "a754bc1a21522a5315463b05fb4d3f02e7b824816b155c1826c77de8afe70e49" } ] }, { "name" : "constrict", "builddir" : true, "buildsystem" : "meson", "config-opts" : [ "-Dprofile=development" ], "sources" : [ { "type" : "dir", "path" : "." } ] } ] }