mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-23 01:13:59 +08:00
8f50ea64dc
* Add initial arm64 build logic Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Upgrade Flutter to 3.44.0 and introduce Windows arm64 in CI Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Bump bridge build to Flutter 3.44 as well Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Fix install flutter step for Win arm64 * Bump install-llvm-action to v2 for arm64 support * Fix libsodium logic to only install through vcpkg on win arm64 * Fix Flutter installations on Win * Flutter XCode: only build the current arch as it defaults to universal Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Ensure that we really have arm64 Dart + Flutter engine in CI Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Enable hwcodec feature now that upstream supports building it Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * CI: improve logic for getting Flutter arm64 SDK Signed-off-by: Dennis Ameling <dennis@dennisameling.com> * Apply PR feedback (only bump Flutter version on Win arm64) * Exclude MSI build on arm64 * CI: build the MSI for Windows arm64 (WiX v4 ARM64 platform + native CustomActions) * Address PR feedback * Update Cargo.toml * Update Cargo.lock * Update Cargo.lock * Add Flutter 3.44 DialogThemeData background colors Signed-off-by: 21pages <sunboeasy@gmail.com> --------- Signed-off-by: Dennis Ameling <dennis@dennisameling.com> Signed-off-by: 21pages <sunboeasy@gmail.com> Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com> Co-authored-by: 21pages <sunboeasy@gmail.com>
111 lines
2.0 KiB
JSON
111 lines
2.0 KiB
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"name": "aom",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "aom",
|
|
"host": false
|
|
},
|
|
{
|
|
"name": "cpu-features",
|
|
"platform": "android"
|
|
},
|
|
{
|
|
"name": "libjpeg-turbo",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libjpeg-turbo",
|
|
"host": false
|
|
},
|
|
{
|
|
"name": "libsodium",
|
|
"host": false,
|
|
"platform": "windows & arm64"
|
|
},
|
|
{
|
|
"name": "oboe",
|
|
"platform": "android"
|
|
},
|
|
{
|
|
"name": "opus",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "opus",
|
|
"host": false
|
|
},
|
|
{
|
|
"name": "libvpx",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libvpx",
|
|
"host": false
|
|
},
|
|
{
|
|
"name": "libyuv",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libyuv",
|
|
"host": false
|
|
},
|
|
{
|
|
"name": "mfx-dispatch",
|
|
"host": true,
|
|
"platform": "((x86 | x64) & (android | linux)) | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "mfx-dispatch",
|
|
"host": false,
|
|
"platform": "((x86 | x64) & (android | linux)) | (windows & !uwp)"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"host": true,
|
|
"features": [
|
|
{
|
|
"name": "amf",
|
|
"platform": "(((windows & !arm) | linux) & static)"
|
|
},
|
|
{
|
|
"name": "nvcodec",
|
|
"platform": "(((windows & !arm) | linux) & static)"
|
|
},
|
|
{
|
|
"name": "qsv",
|
|
"platform": "(windows & !arm & static)"
|
|
}
|
|
],
|
|
"platform": "((windows | (linux & !arm32) | osx) & static)"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"host": false,
|
|
"platform": "((android | ios | (linux & arm32)) & static)"
|
|
}
|
|
],
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "builtin",
|
|
"baseline": "120deac3062162151622ca4860575a33844ba10b"
|
|
},
|
|
"overlay-ports": [
|
|
"./res/vcpkg"
|
|
]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "ffnvcodec",
|
|
"version": "12.1.14.0"
|
|
},
|
|
{
|
|
"name": "amd-amf",
|
|
"version": "1.4.35"
|
|
}
|
|
]
|
|
}
|