-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Missing mpv.app bundle for Apple Silicon #126368
Comments
What you installed was the
|
I tried that but this installed the Intel version, not an Apple Silicon one, edited the title to be more explicit. |
To answer why it's an Intel version, I'm quoting the app provider's FAQ (note that Homebrew/cask is not building the app from source):
Note that this issue relates to a cask, and is therefore actually not a Homebrew/core issue. |
On a side note, as for why Homebrew/cask is not providing an official build: because there isn't one. Some discussion related to |
Understood, thank you - as a solution I found this: https://github.com/deus0ww/homebrew-tap - hopefully this will be useful to somebody if they find this issue. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I installed the package but there's no /Applications/mpv.app bundle like in previous versions from years ago.
What happened (include all command output)?
mpv.app is missing
What did you expect to happen?
mpv.app to be available in /Applications
Step-by-step reproduction instructions (by running
brew
commands)brew install mpv OR brew install mpv --HEAD OR brew install --cask mkv # this does install mpv.app but an Intel binary, not one for Apple Silicon
The text was updated successfully, but these errors were encountered: