-
Notifications
You must be signed in to change notification settings - Fork 22
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
media-sound/drumkv1-0.9.21 fails to build (fix included) #559
Comments
If you want, i did an initial ebuild for drumkv1-0.9.34.ebuild which switched to CMake and QT6, so it's quite different.
|
NexAdn
added a commit
to NexAdn/audio-overlay
that referenced
this issue
Mar 30, 2024
This version fixes both build issues due to missing qmake-qt5, but also restructures the ebuild to use upstream's CMake build system and support both Qt5 and Qt6. Closes: gentoo-audio#559
Thank you for your contribution. I've used this to restructure the current ebuilds. Please have a look at PR #561 and see if it works on your machine. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a very common issue because the current Gentoo QT5 install doesn't have qmake-qt5 but qmake5.
Having it use plain qmake and depending on having the correct PATH will also work.
The following in the src_configure section will work around these issues. It's also done this way in certain upstream ebuilds:
The text was updated successfully, but these errors were encountered: