-
Notifications
You must be signed in to change notification settings - Fork 3.3k
lua 5.3 or luajit support needed #5205
Copy link
Copy link
Closed
Labels
Description
I have upgraded lua in Homebrew from 5.2 to 5.3 in Homebrew/homebrew-core#21300. This broke lua support, so mpv now needs
depends_on "lua@5.1"
In Homebrew, @ formulae for older versions are temporary, so depending on lua@5.1 is not a viable long-term solution for mpv.
Some possibilities for mpv in Homebrew:
- mpv becomes lua 5.3 compatible and switches back to
depends_on "lua" - mpv switches from
depends_on "lua@5.1"todepends_on "luajit"(if that works?) - mpv builds without lua support
- something else that makes people :)
Reactions are currently unavailable