mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
18 lines
366 B
TOML
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",
|
|
]
|