git: b67ff58f2331 - main - graphics/krita-gmic-plugin: Update to 3.6.4.1

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Sun, 21 Dec 2025 03:15:46 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b67ff58f23313c76517d8f35c3cd3152edbeee2d

commit b67ff58f23313c76517d8f35c3cd3152edbeee2d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-12-21 03:14:00 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-12-21 03:15:38 +0000

    graphics/krita-gmic-plugin: Update to 3.6.4.1
    
    https://github.com/vanyossi/gmic/releases/tag/v3.6.4.1
---
 graphics/krita-gmic-plugin/Makefile                   | 4 ++--
 graphics/krita-gmic-plugin/distinfo                   | 6 +++---
 graphics/krita-gmic-plugin/files/patch-CMakeLists.txt | 4 ++++
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/graphics/krita-gmic-plugin/Makefile b/graphics/krita-gmic-plugin/Makefile
index ce74b0d39c0d..9f07dfd117e5 100644
--- a/graphics/krita-gmic-plugin/Makefile
+++ b/graphics/krita-gmic-plugin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmic
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.5.3.0
+DISTVERSION=	3.6.4.1
 CATEGORIES=	graphics kde
 MASTER_SITES=	https://github.com/vanyossi/${PORTNAME}/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	krita-
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfftw3.so:math/fftw3 \
 		libkritaqmicinterface.so:graphics/krita \
-		libpng.so:graphics/png
+		libpng16.so:graphics/png
 
 USES=		cmake compiler:c++14-lang kde:5 pkgconfig qt:5 shebangfix xorg
 USE_KDE=	coreaddons ecm:build
diff --git a/graphics/krita-gmic-plugin/distinfo b/graphics/krita-gmic-plugin/distinfo
index 1e4b658ff300..0a400f033611 100644
--- a/graphics/krita-gmic-plugin/distinfo
+++ b/graphics/krita-gmic-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741759245
-SHA256 (KDE/krita-gmic-plugin/3.5.3.0/gmic-3.5.3.0.tar.gz) = 64a913946a2c41c68c51018c3c21274b78b5a6cd8d75dd43f3b543b642a37d33
-SIZE (KDE/krita-gmic-plugin/3.5.3.0/gmic-3.5.3.0.tar.gz) = 20909283
+TIMESTAMP = 1766282335
+SHA256 (KDE/krita-gmic-plugin/3.6.4.1/gmic-3.6.4.1.tar.gz) = a6b6c69301560be2ea2b5583a8ec19bd7e50e4b41a977745517ce920bc05fafe
+SIZE (KDE/krita-gmic-plugin/3.6.4.1/gmic-3.6.4.1.tar.gz) = 21834300
diff --git a/graphics/krita-gmic-plugin/files/patch-CMakeLists.txt b/graphics/krita-gmic-plugin/files/patch-CMakeLists.txt
index fee865a8d5dd..74427219efe4 100644
--- a/graphics/krita-gmic-plugin/files/patch-CMakeLists.txt
+++ b/graphics/krita-gmic-plugin/files/patch-CMakeLists.txt
@@ -1,3 +1,7 @@
+Hunk 1: Don't find Qt6 until we can land a KF6-based Krita
+Hunk 2: Link to -lpthread
+Hunk 3: bmake doesn't work for this
+
 --- CMakeLists.txt.orig	2023-05-04 22:27:01 UTC
 +++ CMakeLists.txt
 @@ -153,7 +153,7 @@ find_package(Threads REQUIRED)