[rapidjson] [ms-gltf] Upgrade up to 2022-06-28 (#21112)

* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [rapidjson] Upgrade up to 2021-11-01

* [rapidjson] Upgrade up to 2021-11-01

* fix remarks

* fix remarks

* Update ports/rapidjson/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/rapidjson/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix remarks

* fix remarks

* merge with master

* add version

* update hash

* Update ports/rapidjson/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/rapidjson/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* update hash

* Update ports/rapidjson/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* update version

* update hash

* update hash

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* update ms-gltf

* Update ports/rapidjson/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* update hash

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
Alexander Smyslov 2022-06-30 22:36:33 +02:00 committed by GitHub
parent ec547c15d6
commit 2bfe0fa1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 15 deletions

View File

@ -5,8 +5,8 @@ endif()
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/glTF-SDK REPO microsoft/glTF-SDK
REF ac3e70392feb6aef18a07314669f6af2ebc72787 # r1.9.5.4 REF eaccf166e2718c6133db426545b6d008cb7ad79f # 28-06-2022
SHA512 389b801ddc6f0b29269bcd1215fa9e63fe46a1f1a8778125c6439e34fe0925d5534b1cdbea30824a4a8aa008015124dc7cc4558daa9522fc6d85e00e8e41e4a9 SHA512 112e31d2f42d2fb22060a687f7d33f22e677d8d7eca006eb8c1edef6a61b8bad637df15492665656ea88a5a0b980851eb978a180b4a01d307d1bbc92f63500f1
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-install.patch fix-install.patch

View File

@ -1,9 +1,9 @@
{ {
"name": "ms-gltf", "name": "ms-gltf",
"version-string": "r1.9.5.4", "version-date": "2022-06-28",
"port-version": 1,
"description": "glTF-SDK is a C++ Software Development Kit for glTF", "description": "glTF-SDK is a C++ Software Development Kit for glTF",
"homepage": "https://github.com/microsoft/glTF-SDK", "homepage": "https://github.com/microsoft/glTF-SDK",
"license": "MIT",
"supports": "!linux", "supports": "!linux",
"dependencies": [ "dependencies": [
"rapidjson", "rapidjson",

View File

@ -2,8 +2,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Tencent/rapidjson REPO Tencent/rapidjson
REF ce81bc9edfe773667a7a4454ba81dac72ed4364c # accessed on 2020-09-14 REF 232389d4f1012dddec4ef84861face2d2ba85709 # accessed on 2022-06-28
SHA512 a1bbc5668fca9ee34b05ae424a5177b66beaf7b3b4cdfbb3cb067fc58ce91717b4030e2c268ad32e4aa4a7ef59ab5e3aae05ff71d0d91d463eafa7d2e077df07 SHA512 60bfbfe4884122aa9ae8755531da18ce4a793bb217c06474dd8c5afe0f2f5df280c40be2f303c1740f5af14c7ad5cc2a57f08de5205cc7ab27d6166b0f49130d
HEAD_REF master HEAD_REF master
) )

View File

@ -1,9 +1,9 @@
{ {
"name": "rapidjson", "name": "rapidjson",
"version-date": "2020-09-14", "version-date": "2022-06-28",
"port-version": 2,
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>", "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>",
"homepage": "http://rapidjson.org/", "homepage": "http://rapidjson.org/",
"license": "MIT",
"dependencies": [ "dependencies": [
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",

View File

@ -4713,8 +4713,8 @@
"port-version": 1 "port-version": 1
}, },
"ms-gltf": { "ms-gltf": {
"baseline": "r1.9.5.4", "baseline": "2022-06-28",
"port-version": 1 "port-version": 0
}, },
"ms-gsl": { "ms-gsl": {
"baseline": "4.0.0", "baseline": "4.0.0",
@ -6149,8 +6149,8 @@
"port-version": 0 "port-version": 0
}, },
"rapidjson": { "rapidjson": {
"baseline": "2020-09-14", "baseline": "2022-06-28",
"port-version": 2 "port-version": 0
}, },
"rapidxml": { "rapidxml": {
"baseline": "1.13", "baseline": "1.13",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a9a91635168ea77faa39adb73b27483797fa8967",
"version-date": "2022-06-28",
"port-version": 0
},
{ {
"git-tree": "b287c12480725603087cb1ebd5044a6a4bd6b2cb", "git-tree": "b287c12480725603087cb1ebd5044a6a4bd6b2cb",
"version-string": "r1.9.5.4", "version-string": "r1.9.5.4",

View File

@ -1,9 +1,9 @@
{ {
"versions": [ "versions": [
{ {
"git-tree": "14f78d728ea7cd8b0872521a88e71162325a103f", "git-tree": "36ea3aaadfb5ae8186ef4ab68c231203743e9c3f",
"version-date": "2020-09-14", "version-date": "2022-06-28",
"port-version": 2 "port-version": 0
}, },
{ {
"git-tree": "6d70aec68e6db30b2fb6b659bc6f1453fe8c80a3", "git-tree": "6d70aec68e6db30b2fb6b659bc6f1453fe8c80a3",