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