From 8cd577a20a8db4b0db7e11986c80ee021c28c83d Mon Sep 17 00:00:00 2001 From: rinechran Date: Thu, 11 Apr 2024 02:03:55 +0900 Subject: [PATCH] [Thorvg] Update Thorvg port to v0.13.0 (#38070) - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [x] SHA512s are updated for each updated download - [x] The "supports" clause reflects platforms that may be fixed by this new version - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --- ports/thorvg/portfile.cmake | 6 +++--- ports/thorvg/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/t-/thorvg.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/thorvg/portfile.cmake b/ports/thorvg/portfile.cmake index 61137695eec91b..b91582848112b5 100644 --- a/ports/thorvg/portfile.cmake +++ b/ports/thorvg/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO thorvg/thorvg REF "v${VERSION}" - SHA512 c5ea58960e09d5570a409fb963c83101e6858970937b4be9aedbde65f61dc357e7b5c8d36390d2fcce84b6688901bd6e7b1ec888a67f4b4db3eab56125bbedc0 + SHA512 256a1d717d088af458729c2eb1a11c47b845206247fb1b93d783c8418fcb3843391e7d821ec97189c72c0d15d2e572156c307996c76fa4ac3444899e4283e192 HEAD_REF master ) @@ -23,8 +23,8 @@ vcpkg_configure_meson( # see ${SOURCE_PATH}/meson_options.txt -Dengines=['sw'] -Dloaders=all - -Dsavers=tvg - -Dvector=true # This assumes AVX + -Dsavers=all + -Dvector=false # The reason for setting 'Dvector=false' was that the creator said a false setting was necessary -Dbindings=capi -Dtests=false -Dexamples=false diff --git a/ports/thorvg/vcpkg.json b/ports/thorvg/vcpkg.json index f7a15ebdcaf41e..f484bbb7d575a5 100644 --- a/ports/thorvg/vcpkg.json +++ b/ports/thorvg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "thorvg", - "version": "0.12.10", + "version": "0.13.0", "description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations", "homepage": "https://www.thorvg.org", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 78b73a8eec53f5..5b6a8e33fe845d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8593,7 +8593,7 @@ "port-version": 0 }, "thorvg": { - "baseline": "0.12.10", + "baseline": "0.13.0", "port-version": 0 }, "threadpool": { diff --git a/versions/t-/thorvg.json b/versions/t-/thorvg.json index b21bee3c3aa6d6..566a9f015eddf7 100644 --- a/versions/t-/thorvg.json +++ b/versions/t-/thorvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4c6eb77d0ddc384038541b810567ccb5ca9eda9c", + "version": "0.13.0", + "port-version": 0 + }, { "git-tree": "ea7519fe64bc99c2bb9c06072a529926ac6c8a7d", "version": "0.12.10",