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 Thorvg port to v0.10.0 #32934

Merged
merged 10 commits into from
Aug 4, 2023

Conversation

rinechran
Copy link
Contributor

@rinechran rinechran commented Aug 3, 2023

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@JonLiu1993 JonLiu1993 changed the title Update Thorvg port to v0.10.0 [Thorvg] Update Thorvg port to v0.10.0 Aug 4, 2023
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Aug 4, 2023
"description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations",
"homepage": "https://www.thorvg.org",
"license": "MIT",
"supports": "!(arm & uwp)",
"supports": "!(arm & uwp) & !windows",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rinechran, thanks for the PR, could you explain why the new version doesn't support the windows platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an error in the current Windows build.
For this, I am planning to solve the problem and update it by pring it directly to Thorvg.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KakaoTalk_20230804_004649670

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ports that do not support certain triples in vcpkg for the time being can write them to the baseline, please add

thorvg:x86-windows=fail
thorvg:x64-windows=fail
thorvg:x64-windows-static=fail
thorvg:x64-windows-static-md=fail

under this:

thorvg:x64-android=fail

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And if this port doesn't support some triplets, please add supports keyword in vcpkg.json instead of modify baseline.

Copy link
Contributor Author

@rinechran rinechran Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I found the cause and I'm going to patch it up now and upload it again
I made a mistake in the review

@JonLiu1993
Copy link
Member

Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags.

@JonLiu1993 JonLiu1993 marked this pull request as draft August 4, 2023 02:36
@rinechran rinechran marked this pull request as ready for review August 4, 2023 07:23
@JonLiu1993 JonLiu1993 marked this pull request as draft August 4, 2023 08:04
@rinechran rinechran marked this pull request as ready for review August 4, 2023 08:11
@JonLiu1993
Copy link
Member

Feature tools tested successfully in the x64-linux triplet.

@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label Aug 4, 2023
@JavierMatosD JavierMatosD merged commit bd67c9c into microsoft:master Aug 4, 2023
15 checks passed
@rinechran rinechran deleted the thorvg_v0.10.0 branch August 4, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants