-
Notifications
You must be signed in to change notification settings - Fork 230
Build: Bump Qt6 from 6.8.1 to 6.9.0 (Automated PR) #3407
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: main
Are you sure you want to change the base?
Conversation
cf2dc7c
to
e54a6c6
Compare
e54a6c6
to
4209297
Compare
4fef397
to
908b7f4
Compare
908b7f4
to
7d6c516
Compare
7d6c516
to
337d5e6
Compare
42fba64
to
3f643c1
Compare
3f643c1
to
60eeada
Compare
PR has been updated for version 6.8.1 by the workflow Bump dependencies (create-prs). |
3262e16
to
e3d19a9
Compare
a2b5b6c
to
42eccc7
Compare
I'd assume that this breaks on every Qt6 build. |
Second try at the iOS build -- the truncated log messages don't help. EDIT: Oh, click the line number and it relists everything fully.
Well, I don't see it having passed the flag... |
I believe we need to link a pre-compiled file from plugins/multimedia. Via Xcode GUI, It's possible to add a library manually. Then - most likely - there's a qmake variable for the linker (yes, this could be CXXFLAGS) where we'd add it manually. |
Maybe also https://github.com./deepin-community/qt6-multimedia/blob/bc546c744fbab91bc9359f56001dfac464f17388/src/multimedia/Qt6MultimediaMacros.cmake#L6 helps. This defines how cmake loads ffmpeg. |
Update: Loading all *.framework files form iOS/ffmpeg/ by putting them in the root and then including them via the Xcode GUI makes the app build. However, it crashes while opening it on the device since it cannot find the framework. https://forum.qt.io/topic/104023/how-to-add-a-ios-framework-to-qt-project/7 |
I think it's worth to wait a bit since there seem to be multiple issues on iOS with the move to ffmpeg on the Qt side (https://www.reddit.com/r/QtFramework/comments/1gh5xb2/issues_with_qt_68_and_ffmpeg_on_ios_anyone_else/). I hope there'll be a fix in the next months. |
6e63b13
to
f3a6c63
Compare
f3a6c63
to
1769630
Compare
PR has been updated for version 6.8.2 by the workflow Bump dependencies (create-prs). |
1769630
to
0e95992
Compare
I'm inclined to de-tag this. There's no progress on the Qt side. |
OK, this could have an impact on our plans for Jamulus 4 but it shouldn't hold up 3.12.0, I agree. |
The linked issue from Qt has had an update. It's now in progress |
0e95992
to
360c79e
Compare
360c79e
to
148611a
Compare
PR has been updated for version 6.8.3 by the workflow Bump dependencies (create-prs). |
148611a
to
0207836
Compare
0207836
to
d1220d0
Compare
PR has been updated for version 6.9.0 by the workflow Bump dependencies (create-prs). |
OK, so now that's even noisier about FFMpeg dependencies not met. Have they made it clearer how to remove the dependency? |
I believe that the next version should have a fix. |
2e27fba
to
4bb1767
Compare
4bb1767
to
d376fe5
Compare
This automated Pull Request updates the used Qt6 version to version 6.9.0.
This PR was opened by the workflow Bump dependencies (create-prs)
CHANGELOG: Build: Updated bundled Qt6 to version 6.9.0