-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Formulae with dependencies that require options #13133
Comments
Thank you for creating this @jonchang |
Thanks @jonchang! The solution to some of these will be resource bblocks and some of them may be having slightly more heavy defaults (i.e. |
At least for "easyrpg-player" you can simply drop the "--with-libvorbis" from SDL mixer because EasyRPG will use it's own libvorbis OGG decoder instead of the one provided by SDL mixer. (Source: I'm one of the devs) |
Fixes chunks of #13133 and seems a pretty harmless change.
kf5-kfilemetadata and okular (from https://github.com/KDE-mac/homebrew-kde) needs poppler with qt support If i understad correctly this bug (and Homebrew/brew#2482), now poppler needs build with qt by default instead of use --with-qt. or i need create a separate poppler formulae in KDE-mac with qt by default greetings |
with the same name? (adding conflicts with poppler) or a custom name (also with poppler as conflict) |
I'd recommend a custom name and making it |
dspdfviewer fixed by vendoring poppler in #28120 |
Thanks to everyone who helped, and thanks to @MikeMcQuaid for pushing it over the finish line! |
Requires pygobject3 with-python@2 option. See #13133 and #31510. Closes #35353. Signed-off-by: FX Coudert <[email protected]>
Homebrew/brew#2482 has been merged and
brew audit
will reject formulae with any dependencies that require options, including optional dependencies.The text was updated successfully, but these errors were encountered: