From 1d3b5f2c7979a178b4b10c97da235526fa992e37 Mon Sep 17 00:00:00 2001 From: sean <43609023+spnda@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:32:34 +0100 Subject: [PATCH] [fastgltf] Update to 0.7.0 (#36694) * [fastgltf] Update to 0.7.0 * Update versions --- ports/fastgltf/find_package.patch | 13 ------------- ports/fastgltf/portfile.cmake | 4 +--- ports/fastgltf/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/f-/fastgltf.json | 5 +++++ 5 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 ports/fastgltf/find_package.patch diff --git a/ports/fastgltf/find_package.patch b/ports/fastgltf/find_package.patch deleted file mode 100644 index fb2a533962..0000000000 --- a/ports/fastgltf/find_package.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a311b65..bfbfbb3 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -74,6 +74,8 @@ if (FASTGLTF_DOWNLOAD_SIMDJSON) - NAMESPACE fastgltf:: - DESTINATION lib/cmake/fastgltf - ) -+else() -+ find_package(simdjson CONFIG REQUIRED) - endif() - - # Create the library target diff --git a/ports/fastgltf/portfile.cmake b/ports/fastgltf/portfile.cmake index 2e4ebee6db..e88e25a63d 100644 --- a/ports/fastgltf/portfile.cmake +++ b/ports/fastgltf/portfile.cmake @@ -2,14 +2,12 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO spnda/fastgltf REF "v${VERSION}" - SHA512 6cda7e50d7fe01428e0a03d3f590fe7b680bfa4b6fcdbd1c6a118ac01c925099e63b34380b053adc323e2aaaaead42bda450d1eaf66b60af6ad2aafb68828d01 + SHA512 66be8e5a05210d023ec5e47dd3aa721b3cf98428bd00e227007cfc97fda35c669b5e8b82254d26c6ce2254297d16fd7a5f6bbbf3da17432df09186091d1ae351 HEAD_REF main - PATCHES find_package.patch ) vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" - OPTIONS -DFASTGLTF_DOWNLOAD_SIMDJSON=OFF ) vcpkg_cmake_install() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) diff --git a/ports/fastgltf/vcpkg.json b/ports/fastgltf/vcpkg.json index 0f1bc1fce8..96f5c953bb 100644 --- a/ports/fastgltf/vcpkg.json +++ b/ports/fastgltf/vcpkg.json @@ -1,8 +1,8 @@ { "name": "fastgltf", - "version": "0.6.1", + "version": "0.7.0", "port-version": 1, - "description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD", + "description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability", "homepage": "https://github.com/spnda/fastgltf", "license": "MIT", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index d620073e4d..ee3c038c5e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2589,7 +2589,7 @@ "port-version": 4 }, "fastgltf": { - "baseline": "0.6.1", + "baseline": "0.7.0", "port-version": 1 }, "fastio": { diff --git a/versions/f-/fastgltf.json b/versions/f-/fastgltf.json index 12206cd57e..b2900412d7 100644 --- a/versions/f-/fastgltf.json +++ b/versions/f-/fastgltf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bc30d82dec40ec1b942f51873baa54eaddfa19ca", + "version": "0.7.0", + "port-version": 1 + }, { "git-tree": "b098e0b272a75e2c12b898a54b6b83a49f981599", "version": "0.6.1",