chore: bump libdjinterop to 0.27.0#15689
Conversation
Loop: `beatloop_activate` adopts rolling loop and quits slip mode
Merge changes from `2.6` into `main`
…11 already existing)
…ware/mixxxdj/mixxx2-7/. Compile QM files out of TS files that are used by the localized app
…_bug Add FILE line to Cuefile to include file path for each track
…-qcheckbox-statechanged fix: broken CI due to deprecated `QCheckBox::checkStateChanged`
…rm-opts chore(waveform): migrate option to global namespace
fix(controller): correctly deregister player manager
Sync branch 2.6 to main
Merge changes from `2.6` into `main`
Merge changes from `2.6` into `main`
…25 already existing)
…ware/mixxxdj/mixxx2-7/. Compile QM files out of TS files that are used by the localized app
Add Nix flake development shell
Merge changes from `2.6` into `main`
Refactor MappingInfo class to use XML stream parser instead of full XmlParse
Add QmlControlProxy::trigger()
Fix .apk upload to downloads.mixxx.org
Sync branch 2.6 to main
chore: rename overly technical qml command argument
ci(ANdroid): update cache before installing deps
Merge changes from `2.6` into `main`
…28 already existing)
…ware/mixxxdj/mixxx2-7/. Compile QM files out of TS files that are used by the localized app
|
Welcome at Mixxx! |
|
@JoergAtGithub I signed it! Very excited to be contributing here (and libdjinterop) |
|
@acolombier Do you have an idea, why this doesn't work on Android? |
|
I suspect the issue comes from the fact that this file was removed, and the buildchain doesn't contain a definition for it, leading to fall back to the host one, which is incompatible with the target. Perhaps we could add a patch to restore the CMake definition? |
|
I'm not familiar with building for android. Should we bump the sqlite3 lib version then? |
|
Two points:
|
|
The Android build of the VCPKG port update passed, so it seems not to be a general issue: microsoft/vcpkg#48655 |
|
Interestingly Mixxx's CMake finds SQLite3: I think the issue is that Sqlite3 does not provide a Config.cmake file therefore this fails: I just wonder how it succeeds on other targets: We should make it work with the CMake provided version: |
|
I think the issue that this fails now is, that the Android build is rather new, and always got the precompiled libdjinterop version from our VCPKG buildenv. Now a higher version is requested than available in the buildenv and libdjinterop needs to build as part of the Mixxx build. I assume that this never worked. |
|
Just realized that VCPKG comes with an |
|
Made a new PR to 2.6. #15696 |
This adds support for exporting to Engine DJ 4.3.x versions.