Skip to content
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

Closed
3 tasks done
rgaufman opened this issue Mar 22, 2023 · 5 comments
Closed
3 tasks done

Missing mpv.app bundle for Apple Silicon #126368

rgaufman opened this issue Mar 22, 2023 · 5 comments
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age

Comments

@rgaufman
Copy link

rgaufman commented Mar 22, 2023

brew gist-logs <formula> link OR brew config AND brew doctor output

NA

Verification

  • My "brew doctor output" says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from 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
@rgaufman rgaufman added the bug Reproducible Homebrew/homebrew-core bug label Mar 22, 2023
@rgaufman rgaufman changed the title Missing mpv.app bundle outdated Missing mpv.app bundle Mar 22, 2023
@ZhongRuoyu
Copy link
Member

ZhongRuoyu commented Mar 22, 2023

What you installed was the mpv formula. Since you're asking for mpv.app: the mpv cask should be what you're looking for. Do:

brew uninstall mpv
brew install --cask mpv

@rgaufman
Copy link
Author

rgaufman commented Mar 22, 2023

I tried that but this installed the Intel version, not an Apple Silicon one, edited the title to be more explicit.

@rgaufman rgaufman changed the title Missing mpv.app bundle Missing mpv.app bundle for Apple Silicon Mar 22, 2023
@ZhongRuoyu
Copy link
Member

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):

faq: "Could you provide a native build for M1/M2 Macs?" - i'll look into it once i get access to an M1/M2 Mac

Note that this issue relates to a cask, and is therefore actually not a Homebrew/core issue.

@ZhongRuoyu ZhongRuoyu closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2023
@ZhongRuoyu
Copy link
Member

On a side note, as for why Homebrew/cask is not providing an official build: because there isn't one. Some discussion related to mpv's status in Homebrew/core and in Homebrew/cask can be found at at Homebrew/homebrew-cask#86226.

@rgaufman
Copy link
Author

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.

@github-actions github-actions bot added the outdated PR was locked due to age label Apr 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests

2 participants