-
Notifications
You must be signed in to change notification settings - Fork 182
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
Homebrew support #189
Comments
I don't have any experience dealing with |
Basically you'll have to create a ruby file for |
I don't have any experience either so far, but I would be open to trying it out! |
I did this 3 weeks ago 😁 Homebrew/homebrew-core#128997 Please test and 👍 that formula to try to get it bumped up for inclusion. |
Looks great! One thing I'd love to have is the ability to choose between the different features instead of installing them all. Maybe that could be done with options? |
That is possible. At one point I know it was being discouraged to have options in |
IMO, it's better to install the application with default features. Not all non-default features work well without setting up or further configurations. |
Also thanks for the PR in the core repo, look forward to seeing it getting merged. |
Okay, confirming that you are not allowed to use options in homebrew/core:
Using the ffmpeg formula as a guide, it would appear that enabling some optional features would generally be the recommendation. I would suggest that we leave the formula as is unless I'm missing something and there are cases where enabling |
One case that For me, I didn't find any problems with My point is that not all people need the features listed above and sometimes they may not work as expected. Using the default features provide a good and comfortable baseline. Users can always install the app with more features enabled if they want. That said, the PR is still yours so feel free to leave as-is if that's what you think the best. |
Close this as Homebrew/homebrew-core#128997 has been merged. |
Is your feature request related to a problem? Please describe.
Using cargo to install the player is the easiest way for Mac users, but still requires to have the rust toolchain installed on the machine.
Describe the solution you'd like
Many if not most applications for Mac can be installed with Homebrew. It would be nice to have a formula to do so.
Describe alternatives you've considered
I guess a simple bash script that grabs the binaries from the releases would work as well, but its less elegant and won't support updating and uninstalling.
The text was updated successfully, but these errors were encountered: