redox/recipes/wip/players/mpv/recipe.toml
2025-10-13 17:15:22 -03:00

18 lines
366 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/mpv-player/mpv#compilation
#TODO missing dependencies
[source]
git = "https://github.com/mpv-player/mpv"
rev = "e48ac7ce08462f5e33af6ef9deeac6fa87eef01e"
[build]
template = "meson"
dependencies = [
"ffmpeg6",
"libass",
"libjpeg",
"libiconv",
"zlib",
"mesa",
"sdl2",
]