Skip to content

Commit

Permalink
[Thorvg] Update Thorvg port to v0.13.0 (microsoft#38070)
Browse files Browse the repository at this point in the history
- [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.
  • Loading branch information
rinechran authored Apr 10, 2024
1 parent d7fcc9e commit 8cd577a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/thorvg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/thorvg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8593,7 +8593,7 @@
"port-version": 0
},
"thorvg": {
"baseline": "0.12.10",
"baseline": "0.13.0",
"port-version": 0
},
"threadpool": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/thorvg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c6eb77d0ddc384038541b810567ccb5ca9eda9c",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "ea7519fe64bc99c2bb9c06072a529926ac6c8a7d",
"version": "0.12.10",
Expand Down

0 comments on commit 8cd577a

Please sign in to comment.