-
Notifications
You must be signed in to change notification settings - Fork 2k
[qt] Add Qt 6.8.2 #26490
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
base: master
Are you sure you want to change the base?
[qt] Add Qt 6.8.2 #26490
Conversation
a7ef1dc
to
65cbcc6
Compare
6.8 is LTS. This seems rather an important addition. However, according to docs/supported_platforms_and_configurations.md, build on windows and mac will faill due to minimum requirement not being meet. Windows needs MSVC 2022 while mac needs SDK 14. For Linux, GCC 11 should be good. Side note: task macOS(2/2) has been stuck for more than 3 days. |
@conan-io/barbarians CI/CD seems to be stuck for the last 14 days. I wouldn't want to foot the bill of this build. @MartinDelille I would like to summit a PR to your branch (fnadeau@9301344), any reason why I cannot find your fork in the base repository? Thanks |
Add missing dependency to qtQWindowsIntegrationPlugin. Add support for WFM in multimedia. Normally, ffmpeg is the default multimedia backend, see https://doc.qt.io/qt-6/qtmultimedia-index.html Support for ffmpeg is still lacking. For Windows and Linux, support for WFM and gstreamer is present.
Hi @fnadeau, I cherry picked your fix but my fork live here: https://github.com/martindelille/conan-center-index/ |
Thanks @MartinDelille ! current error in CI:
|
@MartinDelille related to bug reported by jcar87, can you cherry pick e541960. This is due to a double delete of option with_wmf that may occur if not building with qtmultimedia. |
Avoid double deletion of some options in case that qtmultimedia is not selected.
Done. I you want to go further with this PR, feel free to do it! I unfortunately can use this recipe for my project since I have a commercial version (and some component are missing in the opensource version of Qt). |
What happen with this pr? What need to do for merge? |
Summary
Changes to recipe: qt/6.8.2
Motivation
Details