From 574b17f843aa1a7ff1c8f80ae1780344d175c574 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 18:07:08 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/math/kalc/recipe.toml              | 7 +------
 recipes/wip/net/anime-downloader/recipe.toml   | 3 +--
 recipes/wip/net/crab-dlna/recipe.toml          | 2 +-
 recipes/wip/net/simple-http-server/recipe.toml | 3 +++
 4 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml
index dfa51c96..6217dc97 100644
--- a/recipes/wip/math/kalc/recipe.toml
+++ b/recipes/wip/math/kalc/recipe.toml
@@ -1,10 +1,5 @@
-#TODO Not compiled or tested
+#TODO gmp-mpfr-sys crate error
 [source]
 git = "https://github.com/bgkillas/kalc"
 [build]
 template = "cargo"
-dependencies = [
-    "libgmp",
-    "libmpfr",
-    "mpc",
-]
diff --git a/recipes/wip/net/anime-downloader/recipe.toml b/recipes/wip/net/anime-downloader/recipe.toml
index 3451f0bd..5c9b93fd 100644
--- a/recipes/wip/net/anime-downloader/recipe.toml
+++ b/recipes/wip/net/anime-downloader/recipe.toml
@@ -1,6 +1,5 @@
-#TODO Not compiled or tested
+#TODO port to Orbital
 [source]
 git = "https://github.com/B0SEmc/Anime-Downloader"
-rev = "36439fcf8665a363d95fe0e56de69909d0ff381b"
 [build]
 template = "cargo"
diff --git a/recipes/wip/net/crab-dlna/recipe.toml b/recipes/wip/net/crab-dlna/recipe.toml
index d2997e5a..4a6217f8 100644
--- a/recipes/wip/net/crab-dlna/recipe.toml
+++ b/recipes/wip/net/crab-dlna/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO get_if_addrs crate error
 [source]
 git = "https://github.com/gabrielmagno/crab-dlna"
 [build]
diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml
index f8a88573..a269ad81 100644
--- a/recipes/wip/net/simple-http-server/recipe.toml
+++ b/recipes/wip/net/simple-http-server/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/TheWaWaR/simple-http-server"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab