[Thorvg] Update Thorvg port to v0.10.1 (#33214)

* feat : update thorvg 0.10.1

* update : baseline
This commit is contained in:
rinechran 2023-08-17 04:23:42 +09:00 committed by GitHub
parent 38d8f0499b
commit 43ab3a1bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO thorvg/thorvg
REF v0.10.0
SHA512 63e0df26be141eeabf0c7204a75f55c57b59f0f2514d896ee6c73c17453e9e1b606434fa93bbbebc6a2671389ecd7ec39c1099ef25c2e9459932e9cc4d8b1241
REF v0.10.1
SHA512 8a105f4d854829995799016bb2837ec3c80da1cca0bc1833069a04928d6104677568d1e80fac02a4aa86d1b79b837586366fa28e2d21d43211f31bbb0e79399c
HEAD_REF master
PATCHES
install-tools.patch

View File

@ -1,6 +1,6 @@
{
"name": "thorvg",
"version": "0.10.0",
"version": "0.10.1",
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",

View File

@ -1,5 +1,5 @@
diff --git a/meson.build b/meson.build
index a04a9546..cfaceb35 100644
index dff33edb..f8339a3a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
@ -7,6 +7,6 @@ index a04a9546..cfaceb35 100644
'cpp',
- default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s', 'cpp_std=c++14', 'strip=true'],
+ default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s', 'cpp_std=c++14'],
version : '0.10.0',
version : '0.10.1',
license : 'MIT')

View File

@ -8097,7 +8097,7 @@
"port-version": 0
},
"thorvg": {
"baseline": "0.10.0",
"baseline": "0.10.1",
"port-version": 0
},
"threadpool": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "36eecd20e7b2bd74489580f5b1b0e61a87be5dfc",
"version": "0.10.1",
"port-version": 0
},
{
"git-tree": "4614b6b2399a749c1ac0699429f38e35d9faee9a",
"version": "0.10.0",