git: d19bf303b6f8 - main - graphics/plutovg: update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Sep 2025 11:15:08 UTC
The branch main has been updated by alven:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d19bf303b6f85e62df24fa186a27e3bc2aa15ec2
commit d19bf303b6f85e62df24fa186a27e3bc2aa15ec2
Author: Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2025-08-12 23:27:16 +0000
Commit: Älven <alven@FreeBSD.org>
CommitDate: 2025-09-04 11:12:47 +0000
graphics/plutovg: update to 1.3.0
Changelog:
- https://github.com/sammycage/plutovg/releases/tag/v1.1.0
- https://github.com/sammycage/plutovg/releases/tag/v1.2.0
- https://github.com/sammycage/plutovg/releases/tag/v1.3.0
PR: 288840
Approved by: yuri@ (Mentor)
---
graphics/plutovg/Makefile | 2 +-
graphics/plutovg/distinfo | 6 +++---
graphics/plutovg/files/patch-meson.build | 16 ++++++++++++++++
3 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/graphics/plutovg/Makefile b/graphics/plutovg/Makefile
index bb52d4ca3a5e..39b3c13cb118 100644
--- a/graphics/plutovg/Makefile
+++ b/graphics/plutovg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= plutovg
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.0
+DISTVERSION= 1.3.0
CATEGORIES= graphics
MAINTAINER= alven@FreeBSD.org
diff --git a/graphics/plutovg/distinfo b/graphics/plutovg/distinfo
index ed1f15ab3b18..f46372c8f0ea 100644
--- a/graphics/plutovg/distinfo
+++ b/graphics/plutovg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741869849
-SHA256 (sammycage-plutovg-v1.0.0_GH0.tar.gz) = d4a8015aee9eefc29b01e6dabfd3d4b371ae12f9d5e9be09798deb77a528a794
-SIZE (sammycage-plutovg-v1.0.0_GH0.tar.gz) = 228563
+TIMESTAMP = 1755039108
+SHA256 (sammycage-plutovg-v1.3.0_GH0.tar.gz) = 4b08587d782f6858e6cb815b455fd7238f45190a57094857a3123883ecb595eb
+SIZE (sammycage-plutovg-v1.3.0_GH0.tar.gz) = 236476
diff --git a/graphics/plutovg/files/patch-meson.build b/graphics/plutovg/files/patch-meson.build
new file mode 100644
index 000000000000..b6a321bb1a15
--- /dev/null
+++ b/graphics/plutovg/files/patch-meson.build
@@ -0,0 +1,16 @@
+cherry-picked from https://github.com/sammycage/plutovg/pull/62
+
+--- meson.build.orig 2025-07-22 17:34:24 UTC
++++ meson.build
+@@ -30,6 +30,11 @@ endif
+ plutovg_deps += [math_dep]
+ endif
+
++stdthreads_dep = cc.find_library('stdthreads', required: false)
++if stdthreads_dep.found()
++ plutovg_deps += [stdthreads_dep]
++endif
++
+ plutovg_sources = [
+ 'source/plutovg-blend.c',
+ 'source/plutovg-canvas.c',