From b9754af4a3932f2140e6035e351f9d5c30496fe7 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 16:56:45 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/graphics/reve/recipe.toml        | 2 +-
 recipes/wip/graphics/rscale2x/recipe.toml    | 2 +-
 recipes/wip/graphics/upscaler-rs/recipe.toml | 2 +-
 recipes/wip/graphics/watch-stl/recipe.toml   | 2 +-
 recipes/wip/libs/libzimg/recipe.toml         | 6 +-----
 recipes/wip/math/kalc/recipe.toml            | 5 +++++
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/recipes/wip/graphics/reve/recipe.toml b/recipes/wip/graphics/reve/recipe.toml
index 229ff7ea4..4bf45de06 100644
--- a/recipes/wip/graphics/reve/recipe.toml
+++ b/recipes/wip/graphics/reve/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO clearscreen crate error (after cargo update)
 [source]
 git = "https://github.com/ONdraid/reve"
 [build]
diff --git a/recipes/wip/graphics/rscale2x/recipe.toml b/recipes/wip/graphics/rscale2x/recipe.toml
index 8463be9a6..769df6d50 100644
--- a/recipes/wip/graphics/rscale2x/recipe.toml
+++ b/recipes/wip/graphics/rscale2x/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/ahmetmutlugun/rscale2x"
 [build]
diff --git a/recipes/wip/graphics/upscaler-rs/recipe.toml b/recipes/wip/graphics/upscaler-rs/recipe.toml
index 4a7173425..ecb4e7aa5 100644
--- a/recipes/wip/graphics/upscaler-rs/recipe.toml
+++ b/recipes/wip/graphics/upscaler-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/DhruvDh/upscaler"
 [build]
diff --git a/recipes/wip/graphics/watch-stl/recipe.toml b/recipes/wip/graphics/watch-stl/recipe.toml
index e957bb252..d68c738e4 100644
--- a/recipes/wip/graphics/watch-stl/recipe.toml
+++ b/recipes/wip/graphics/watch-stl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the winit version
 [source]
 git = "https://github.com/bddap/watch-stl-rust"
 [build]
diff --git a/recipes/wip/libs/libzimg/recipe.toml b/recipes/wip/libs/libzimg/recipe.toml
index 32841a0bd..cdb86d5d1 100644
--- a/recipes/wip/libs/libzimg/recipe.toml
+++ b/recipes/wip/libs/libzimg/recipe.toml
@@ -1,10 +1,6 @@
-#TODO Not compiled or tested
+#TODO missing script
 [source]
 git = "https://github.com/sekrit-twc/zimg"
 rev = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87"
 [build]
 template = "custom"
-script = """
-./autogen.sh
-cookbook_configure
-"""
diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml
index 499b4fe8a..42a791af6 100644
--- a/recipes/wip/math/kalc/recipe.toml
+++ b/recipes/wip/math/kalc/recipe.toml
@@ -3,3 +3,8 @@
 git = "https://github.com/bgkillas/kalc"
 [build]
 template = "cargo"
+dependencies = [
+    "libgmp",
+    "libmpfr",
+    "libmpc",
+]
-- 
GitLab