Flatpak is a software utility for deploying, managing, and running applications on Linux. It allows apps to run consistently across different Linux distributions. This repository contains necessary artifacts and scripts to build mpvQC flatpaks.
Install mpvQC from the published Flatpak ref:
- Download the Flatpak Ref File and double click it
or via command line:
flatpak install --user https://mpvqc.github.io/mpvQC-flatpak/mpvQC.flatpakrefYou need
just,
uv,
nu and the Flatpak toolchain (flatpak + flatpak-builder).
The dependency-update checks additionally use docker.
Everything is driven through the Justfile. Run just to list every recipe. The ones you reach for most:
just init: install the git hooksjust generate-flatpak-dependencies: regenerate the bundled Python dependenciesjust build-flatpak,just install-flatpak,just run-flatpak: build, install and run the flatpak locallyjust format: format the repo