-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Brew ignores install options #5732
Comments
Homebrew/homebrew-core formulae no longer have install options. |
@MikeMcQuaid thanks for the quick response! Could you please tell me what should I do to use |
Sorry, I'm not familiar enough with |
But for example this page: https://formulae.brew.sh/formula/libav has list of options. Is it a mistake, or there is possibility to install formulae with options? If it exists - please provide some information |
Options aren’t deprecated, they just don’t exist in the core tap anymore. They are still supported and encouraged in third-party taps. |
Seems like this tap can help to install ffmpeg with options. |
Please note that 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.
brew
command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew config
andbrew doctor
and included their output with your issue?What you were trying to do (and why)
I try to install
ffmpeg
andimagemagic
with such options:$ brew install ffmpeg --with-libass --with-fontconfig
$ brew install imagemagick --with-fontconfig
But I got
invalid option: --with-libass
andinvalid option: --with-fontconfig
(seeWhat happened
for details).Seems like brew ignores install options at all:
$ brew options ffmpeg
outputs nothing$ brew options --all
outputs nothingBut, for example,
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ffmpeg.rb
contains--enable-libass
.What happened (include command output)
brew config
brew doctor
brew install imagemagick --with-fontconfig
brew install ffmpeg --with-libass --with-fontconfig
What you expected to happen
I want
ffmpeg
to be installed with libass supportStep-by-step reproduction instructions (by running
brew
commands)$ brew install ffmpeg --with-libass
The text was updated successfully, but these errors were encountered: