diff --git a/ports/thorvg/install-tools.patch b/ports/thorvg/install-tools.patch index 207d6ee1237df5..266598002be38b 100644 --- a/ports/thorvg/install-tools.patch +++ b/ports/thorvg/install-tools.patch @@ -1,22 +1,22 @@ diff --git a/src/bin/svg2png/meson.build b/src/bin/svg2png/meson.build -index 8011410..40cf3f9 100644 +index ed21489e..c3fb3188 100644 --- a/src/bin/svg2png/meson.build +++ b/src/bin/svg2png/meson.build -@@ -3,4 +3,5 @@ svg2png_src = files('svg2png.cpp', 'lodepng.cpp') - executable('svg2png', +@@ -4,4 +4,5 @@ executable('svg2png', svg2png_src, include_directories : headers, + cpp_args: compiler_flags, - link_with : thorvg_lib) + link_with : thorvg_lib, + install : true, install_dir : get_option('bindir')) diff --git a/src/bin/svg2tvg/meson.build b/src/bin/svg2tvg/meson.build -index 2df9fac..ffd5a20 100644 +index a40111aa..a02f4b8a 100644 --- a/src/bin/svg2tvg/meson.build +++ b/src/bin/svg2tvg/meson.build -@@ -3,4 +3,5 @@ svg2tvg_src = files('svg2tvg.cpp') - executable('svg2tvg', +@@ -4,4 +4,5 @@ executable('svg2tvg', svg2tvg_src, include_directories : headers, + cpp_args: compiler_flags, - link_with : thorvg_lib) + link_with : thorvg_lib, + install : true, install_dir : get_option('bindir')) diff --git a/ports/thorvg/portfile.cmake b/ports/thorvg/portfile.cmake index f2338c23664df0..9296715cd62e82 100644 --- a/ports/thorvg/portfile.cmake +++ b/ports/thorvg/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO thorvg/thorvg - REF v0.8.4 - SHA512 8e885a8c56efb129fb3ab90b9a7b765b84f5f520a9c7a5c92af4ffe61bac1b928165801b64ebc7db77046e1aaf2918ed0ffdf98cb9572dc6d46ed6de3f96b9b7 + REF v0.9.0 + SHA512 c0294a60f0b2e432bec62e1c44f0cb632420ec5c9390df210c8b8db5507fa8f5946bdc8a7879007e4e54865dc4538f4bf1e26d76f90a324cc5edd5cdf61c0fc0 HEAD_REF master PATCHES install-tools.patch diff --git a/ports/thorvg/vcpkg.json b/ports/thorvg/vcpkg.json index 228ec70b592fd3..32d91a7dcb4e00 100644 --- a/ports/thorvg/vcpkg.json +++ b/ports/thorvg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "thorvg", - "version": "0.8.4", + "version": "0.9.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 e5d7fd9cb9e316..3f2b1bb0dff251 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7889,7 +7889,7 @@ "port-version": 6 }, "thorvg": { - "baseline": "0.8.4", + "baseline": "0.9.0", "port-version": 0 }, "threadpool": { diff --git a/versions/t-/thorvg.json b/versions/t-/thorvg.json index 12671bba96af19..c768020af7f105 100644 --- a/versions/t-/thorvg.json +++ b/versions/t-/thorvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0e0dd9030c6e211cbf558dae00ea87e9591a09f8", + "version": "0.9.0", + "port-version": 0 + }, { "git-tree": "09d722c7f2cb784d571af9a6f46abb83aa907d2b", "version": "0.8.4",