pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

stable-diffusion.cpp: bump libwebp requirement



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 2 00:16:55 2026 +0200
Changeset:	54416271c01e34cd4f84fc9289580ed8864407af

Modified Files:
	stable-diffusion.cpp/Makefile

Log Message:
stable-diffusion.cpp: bump libwebp requirement

needs .cmake files to find it

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54416271c01e34cd4f84fc9289580ed8864407af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 stable-diffusion.cpp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/stable-diffusion.cpp/Makefile b/stable-diffusion.cpp/Makefile
index d28ac5bf4a..b7ca687683 100644
--- a/stable-diffusion.cpp/Makefile
+++ b/stable-diffusion.cpp/Makefile
@@ -30,6 +30,7 @@ GITHUB_SUBMODULES+=	leejet ggml 3af5f5760e19a96427f5f7a93b79cbdf3d4b265b ggml
 GITHUB_SUBMODULES+=	leejet sdcpp-webui c4bce3d6b3f236614cca21014f076083b7270ba8 examples/server/frontend
 GITHUB_SUBMODULES+=	webmproject libwebm 6184f4484a826724b5293837134ab9492261b941 thirdparty/libwebm
 
+BUILDLINK_API_DEPENDS.libwebp+=	libwebp>=1.6.0nb2
 .include "../../graphics/libwebp/buildlink3.mk"
 #.include "../../wip/libwebm/buildlink3.mk"
 .include "../../wip/ggml/buildlink3.mk"


Home | Main Index | Thread Index | Old Index