-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Migrate OpenMSX from homebrew-games #9882
Conversation
Formula/openmsx.rb
Outdated
depends_on "sdl_ttf" | ||
depends_on "freetype" | ||
depends_on "libpng" | ||
depends_on "glew" if build.with? "opengl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same story here. This should be changed to
option "without-glew", "Disable OpenGL post-processing renderer"
option "with-laserdisc", "Enable Laserdisc support"
deprecated_option "without-opengl" => "without-glew"
...
depends_on "glew" => :optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/:optional/:recommended/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed.
Formula/openmsx.rb
Outdated
depends_on "sdl_ttf" | ||
depends_on "freetype" | ||
depends_on "libpng" | ||
depends_on "glew" => :optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I meant :recommended
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. 😅
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Built without optimization to work around an upstream LLVM/clang bug, which has been reported upstream.