[plutovg] update to 1.3.2 (#48399)

This commit is contained in:
toge
2025-11-20 09:21:31 +09:00
committed by GitHub
parent 2e776305f2
commit a0a44e5e4c
5 changed files with 8 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
diff --git a/cmake/plutovgConfig.cmake.in b/cmake/plutovgConfig.cmake.in
index afcf63d..04e6f0b 100644
--- a/cmake/plutovgConfig.cmake.in
+++ b/cmake/plutovgConfig.cmake.in
@@ -1,3 +1,6 @@
@PACKAGE_INIT@
+include(CMakeFindDependencyMacro)
+find_dependency(Threads)
+
include("${CMAKE_CURRENT_LIST_DIR}/plutovgTargets.cmake")

View File

@@ -2,11 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sammycage/plutovg
REF "v${VERSION}"
SHA512 d06a1229b433d341fa3ee21060abab57e7ade8188d1cd5ef14019d6b1abba7a96454acd36ae0f2f9e9681c398f51244f216391b2afb07d32ca0b86dcdd50a248
SHA512 ecffd41cf24fb7db39fc8916146dceeae7b2c0428f8e57fe3f0b353a1d23f45a04a33f0da24090c42ecab48b10a54648c0b4a677958423b4456cbbb3fd9e2b6b
HEAD_REF main
PATCHES
# this patch is already upstreamed. Please remove it in next version bump
find_threads.patch
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

View File

@@ -1,6 +1,6 @@
{
"name": "plutovg",
"version": "1.3.1",
"version": "1.3.2",
"description": "Tiny 2D vector graphics library in C",
"homepage": "https://github.com/sammycage/plutovg",
"license": "MIT",

View File

@@ -7601,7 +7601,7 @@
"port-version": 0
},
"plutovg": {
"baseline": "1.3.1",
"baseline": "1.3.2",
"port-version": 0
},
"pmdk": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c9af55734add4d33e9cf707f9c4673b91f753ccb",
"version": "1.3.2",
"port-version": 0
},
{
"git-tree": "b2d64f1337d0b0117bd458b8f2afd86ee3c900f5",
"version": "1.3.1",