[blend2d] update port to 0.10 (#31675)

* [blend2d] update port to 0.10

 - transition from `version-date` to `version`
 - Update blend2d to 0.10
 - Update local asmjit to 2023-04-28
 - Arm is fixed for windows

* [blend2d] update versions
This commit is contained in:
ZeeWanderer 2023-05-30 22:02:36 +03:00 committed by GitHub
parent ec5193d4cf
commit 348fe8e55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 9 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO blend2d/blend2d
REF 7b420376ed32f3979f860d8c3be04128ab5c6690
SHA512 88818bfe18b0638b02f84277a4584ddf2cee2158540c1794c3a96c12891274472dc896bef94408baf9ec398e30549c0b3feda58e4b7bf3014a0cf436f394a3ed
REF 452d549751188b04367b5af46c040cb737f5f76c # commited on 2023-05-11
SHA512 e2d3a0f5b956aadde5498f3aa4fb0663db8ad525cc909da080315fddf9f6322632a62761f0fe94ddb7c6347896e42c62e7e03e944843b3ca3400326eddc4ffcc
HEAD_REF master
)
@ -20,8 +20,8 @@ if(NOT BLEND2D_NO_JIT)
vcpkg_from_github(
OUT_SOURCE_PATH ASMJIT_SOURCE_PATH
REPO asmjit/asmjit
REF 51b10b19b6631434d3f9ad536a6fb140944a36d2 # commited on 2023-03-25
SHA512 1fba5159d2adad64e9a2b07a1f90de6988d1da47b9802ca8b57c61a89d8a90924525f6d0d6607279994bdbadcf693b2cc96cd7e4bf7f018ad64127b640dc38fb
REF 3577608cab0bc509f856ebf6e41b2f9d9f71acc4 # commited on 2023-04-28
SHA512 36557af5c82ccc8e5ef2d4effe22b75e22c2bf1f4504daae3ff813e907449be6e7b25678af071cb9dede7c6e02dc5c8ad2fc2a3da011aa660eb7f5c75ab23042
HEAD_REF master
)

View File

@ -1,12 +1,11 @@
{
"name": "blend2d",
"version-date": "2022-12-31",
"port-version": 3,
"version": "0.10",
"description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
"homepage": "https://github.com/blend2d/blend2d",
"documentation": "https://blend2d.com/doc/index.html",
"license": "Zlib",
"supports": "!(arm & windows) & !uwp & !wasm32",
"supports": "!uwp & !wasm32",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d6de437ccd239433cc34d21212797c4755a6c8f4",
"version": "0.10",
"port-version": 0
},
{
"git-tree": "b29172f6f8dd5479a5123214f403137b0180b61f",
"version-date": "2022-12-31",

View File

@ -597,8 +597,8 @@
"port-version": 0
},
"blend2d": {
"baseline": "2022-12-31",
"port-version": 3
"baseline": "0.10",
"port-version": 0
},
"blingfire": {
"baseline": "0.1.8.1",