12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "git_url": "https://github.com/o3de/qt5.git",
- "git_tag": "5.15.1-o3de",
- "git_commit": "b3a1a6947422928e8aecb14ad607199e9720d266",
- "package_name": "qt",
- "package_url": "https://www.qt.io/",
- "package_license": "LGPL-3.0",
- "package_license_file": "qt/LICENSE.LGPLv3",
- "cmake_find_source": "FindQt.cmake",
- "cmake_find_target": "FindQt.cmake",
- "Platforms": {
- "Windows": {
- "Windows": {
- "package_version": "5.15.2-rev7",
- "patch_file": "qt-image-format-windows.patch",
- "depends_on_packages": [
- ["OpenSSL-1.1.1m-rev1-windows", "7d8d3904c70b7da471f777ee788678614a9b20d3ac926b7c0d60ccf2a17c7959", ""],
- ["tiff-4.2.0.15-rev3-windows", "c6000a906e6d2a0816b652e93dfbeab41c9ed73cdd5a613acd53e553d0510b60", ""],
- ["zlib-1.2.11-rev5-windows", "8847112429744eb11d92c44026fc5fc53caa4a06709382b5f13978f3c26c4cbd", ""]
- ],
- "additional_download_packages":[
- ["http://download.qt.io/official_releases/jom/jom.zip", "128fdd846fe24f8594eed37d1d8929a0ea78df563537c0c1b1861a635013fff8", "sha256"],
- ["https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-Win64-MSVC2017.zip", "cfaf7477d65272e9e01c739951f0607642c0510235e46befc109f6a3addd4f43", "sha256"]
- ],
- "custom_build_cmd": [
- "build-windows.bat"
- ],
- "custom_install_cmd": [
- "{python}", "copy_platform_cmakes.py"
- ]
- }
- },
- "Darwin": {
- "Mac": {
- "cmake_find_source": "FindQt.cmake.mac",
- "package_version": "5.15.2-rev8",
- "patch_file": "qt-mac.patch",
- "depends_on_packages": [
- ["tiff-4.2.0.15-rev3-mac", "c2615ccdadcc0e1d6c5ed61e5965c4d3a82193d206591b79b805c3b3ff35a4bf", ""],
- ["zlib-1.2.11-rev5-mac", "b6fea9c79b8bf106d4703b67fecaa133f832ad28696c2ceef45fb5f20013c096", ""]
- ],
- "custom_build_cmd": [
- "./build-darwin.sh"
- ],
- "custom_install_cmd": [
- "{python}", "copy_platform_cmakes.py"
- ]
- }
- },
- "Linux": {
- "Linux": {
- "package_version": "5.15.2-rev10",
- "patch_file": "qt-linux.patch",
- "depends_on_packages": [
- ["OpenSSL-1.1.1t-rev1-linux", "63aea898b7afe8faccd0c7261e62d2f8b7b870f678a4520d5be81e5815542b39", ""],
- ["tiff-4.2.0.15-rev3-linux", "2377f48b2ebc2d1628d9f65186c881544c92891312abe478a20d10b85877409a", ""],
- ["zlib-1.2.11-rev5-linux", "9be5ea85722fc27a8645a9c8a812669d107c68e6baa2ca0740872eaeb6a8b0fc", ""]
- ],
- "custom_build_cmd": [
- "./build-linux.sh",
- "tiff-4.2.0.15-rev3-linux",
- "zlib-1.2.11-rev5-linux",
- "OpenSSL-1.1.1t-rev1-linux",
- "x86_64"
- ],
- "custom_install_cmd": [
- "{python}", "copy_platform_cmakes.py"
- ]
- },
- "Linux-aarch64": {
- "package_version": "5.15.2-rev10",
- "patch_file": "qt-linux.patch",
- "depends_on_packages": [
- ["OpenSSL-1.1.1t-rev1-linux-aarch64", "f32721bec9c82d1bd7fb244d78d5dc4e2a47e7b808bb36027236ad377e241ea5", ""],
- ["tiff-4.2.0.15-rev3-linux-aarch64", "429461014b21a530dcad597c2d91072ae39d937a04b7bbbf5c34491c41767f7f", ""],
- ["zlib-1.2.11-rev5-linux-aarch64", "ce9d1ed2883d77ffc69c7982c078595c1f89ca55ec19d89fe7e6beb05f774775", ""]
- ],
- "custom_build_cmd": [
- "./build-linux.sh",
- "tiff-4.2.0.15-rev3-linux-aarch64",
- "zlib-1.2.11-rev5-linux-aarch64",
- "OpenSSL-1.1.1t-rev1-linux-aarch64",
- "aarch64"
- ],
- "custom_install_cmd": [
- "{python}", "copy_platform_cmakes.py"
- ]
- }
- }
- }
- }
|