{ "app-id": "fr.handbrake.HandBrakeCLI", "runtime": "org.freedesktop.Platform", "runtime-version": "18.08", "sdk": "org.freedesktop.Sdk", "command": "HandBrakeCLI", "finish-args": [ "--filesystem=host" ], "modules": [ { "name": "libass", "config-opts": ["--enable-asm", "--enable-harfbuzz", "--enable-fontconfig"], "sources": [ { "type": "archive", "url": "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.gz", "sha256": "8d5a5c920b90b70a108007ffcd2289ac652c0e03fc88e6eecefa37df0f2e7fdf" } ] }, { "name": "handbrake", "no-autogen": true, "config-opts": ["--flatpak", "--disable-gtk"], "builddir": true, "post-install": ["rm -rf /app/share"], "sources": [ { "type": "archive", "path": "handbrake.tar.bz2", "strip-components": 1 }, { "type": "archive", "path": "download.tgz", "strip-components": 0 } ], "modules": [ { "name": "nasm", "cleanup": ["*"], "sources": [ { "type": "archive", "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.xz", "sha256": "e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5" } ] } ] } ] }