-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpv not compiled with lua support #21388
Comments
Yup. Fixed by #21389. |
This is not an upstream issue. |
@CounterPillow the tag means an upstream issue report needs to be created. |
Does this suffice? mpv-player/mpv#1914 (comment) |
That is a closed issue from over two years ago. There needs to be a current, open issue. If there's zero upstream intent to support the current lua version at some point soon, then we could just remove lua support from the formula, I suppose. |
That's what I tried to say, there is currently 0 effort going on to support lua 5.3. This doesn't mean that a good PR would be rejected (as you can see from the linked one, technical issues prevented merging it, not the fact it was lua 5.3). But so far I don't see one on the horizon and nobody interested in creating one. While lua is technically an optional dependency of mpv, without it you actually loose so much functionality that I wouldn't consider a build without lua useful as mpv already ships with built-in lua scripts. No lua means no streaming, no youtube/other video websites, no on screen controller, no stats, no user scripts. |
@Argon- What about switching to using |
I would actually like that but there were problems: mpv-player/mpv#1110 (comment) |
Upstream issue here: mpv-player/mpv#5205 |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
Please always follow these steps:
brew install
ing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you runbrew
? If it's a generalbrew
problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?https://gist.github.com/66c0f584d3db08e184ce3090c189c265
brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
brew upgrade
Updated
mpv
and found that all functionalities related tolua
are not available.The behavior should be the same.
brew install
commands)brew install mpv
Then try to provide options like
--ytdl
or--osc
Formula additions or changes
To get formulae added or changed in Homebrew please file a Pull Request
We will close issues requesting formulae changes.
The text was updated successfully, but these errors were encountered: