Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Thorvg] Update to 0.9.0 #31401

Merged
merged 2 commits into from
May 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ports/thorvg/install-tools.patch
Original file line number Diff line number Diff line change
@@ -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'))
4 changes: 2 additions & 2 deletions ports/thorvg/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7889,7 +7889,7 @@
"port-version": 6
},
"thorvg": {
"baseline": "0.8.4",
"baseline": "0.9.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": "0e0dd9030c6e211cbf558dae00ea87e9591a09f8",
"version": "0.9.0",
"port-version": 0
},
{
"git-tree": "09d722c7f2cb784d571af9a6f46abb83aa907d2b",
"version": "0.8.4",
Expand Down