-
Notifications
You must be signed in to change notification settings - Fork 6
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
2.6: merge upstream master #150
base: 2.6
Are you sure you want to change the base?
Conversation
Signed-off-by: Vitalii Koshura <[email protected]>
Co-authored-by: Jon <[email protected]>
…deflate (microsoft#42694) Co-authored-by: JonLiu1993 <[email protected]>
Co-authored-by: Mengna-Li <[email protected]>
Co-authored-by: Monica <[email protected]>
Co-authored-by: Monica <[email protected]>
* Limit CI * Update msys2 * Declare msys packages for pkgconfig and fortran... ... with explicit DEPS and PROVIDES, instead of using DIRECT_PACKAGES. This change makes it possible to notice changed dependencies in `vcpkg-ci-msys2` update checks. (Current case: zstd.) It also enables reuse of general declarations from `vcpkg_acquire_msys` in specialized cases (`vpckg_find_fortran`). Last not least, using the the Z_DECLARE_EXTRA_PACKAGES_COMMAND simplifies the implementation of `vcpkg-ci-msys2`, in particular for checks across platform boundaries. * Revert "Limit CI"
Fix gmp regression. Fixes microsoft#36639. Fixes microsoft#36651.
msys2-runtime no longer supports Windows 7 since version 3.5. msys2-runtime-3.4 is the replacement for user who cannot upgrade. YMMV. autoconf-wrapper is not updated, cf. microsoft#36774. pkgconf is not updated, waiting for 2.2.
Co-authored-by: Monica <[email protected]>
Signed-off-by: Ilya Lavrenov <[email protected]>
Signed-off-by: Vitalii Koshura <[email protected]>
Co-authored-by: Jon <[email protected]>
Thre macos-12 runner is no longer available
I tried to use it in a local build, but got the following Qt asserts during CMake configuration:
|
After setting QTP0004 policy and commenting out QWindowsVistaStylePlugin I got a fully working Mixxx build with this buildenv. |
I have found this:
|
Please Try: mixxxdj/mixxx#14200 |
I had to add
at line: But I guess the correct fix would be changing the QML directory structure instead - but I'm not familar with this. |
It sounds like that it is mandatory to decide how the build system should behave: For my understanding, we need to mimic the NEW behaviour for older QT builds manually if we want to have it consistently. |
For NEW, we need to either change our directory structure or back-port: |
This is a VCPKG update for our upcoming Mixxx 2.6-beta
I consider these changes significant:
I have pinned taglib to 1.13.1 until mixxxdj/mixxx#12790 is fixed
Here is the full list of Updates (* = indirect dependencies)