redox/recipes/wip/video/mpv/recipe.toml
2024-02-10 11:39:38 +00:00

18 lines
395 B
TOML

#TODO missing script for Meson (use system libraries), see https://github.com/mpv-player/mpv#compilation
#TODO missing dependencies
[source]
git = "https://github.com/mpv-player/mpv"
rev = "818ce7c51a6b9179307950e919983e0909942098"
[build]
template = "custom"
dependencies = [
"ffmpeg6",
"libass",
"libjpeg",
"libiconv",
"zlib",
"mesa",
"libx11",
"pulseaudio",
]