-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stable release for Qt5 #2
Comments
I have no ETA yet for the next release. Could be very soon or could take a while. |
FYI, |
I will close this issue when I prepare a new version. So just monitor the issue. |
Closing, since version 2.0 is now out. It only supports Qt 5.5 and up (5.12 is in homebrew so that's not a problem) and SDL 2. If you intend to create a formula for it, the deps are: pkg-config There's an uncommon dependency for OPL3 emulation: libADLMIDI, but current Git master is needed. This is why OPL3 emulation is disabled by default and must be enabled explicitly with If Homebrew can not provide libVLC + the ffmpeg plugin, then video support must be disabled with Note that the binary macOS release of Hugor ships with both video and OPL3 emulation enabled, so the Homebrew version is unfortunately going to be a degraded version of the app. Hopefully libVLC can be put in Homebrew in the future, and libADLMIDI will see a suitable stable release in the future. |
It seems the current stable version requires Qt4, while there has been some work going on in this repository to support Qt5. Given its last release was 4 years ago, do you have any plan for releasing a new stable build with Qt5 anytime soon?
Homebrew package manager for macOS currently provides 1.0 version of hugor (Homebrew/homebrew-games#365), but needs transition to Qt5 before Homebrew completely removes Qt4 dependencies due to its obsolete support on the latest macOS (Homebrew/homebrew-core#1705).
The text was updated successfully, but these errors were encountered: