From b6285b6714162c134688151ac91fec814264f486 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 10:45:26 +0000 Subject: [PATCH] update recipes --- recipes/wip/sn0int/recipe.toml | 2 +- recipes/wip/sndio/recipe.toml | 2 +- recipes/wip/soundtouch/recipe.toml | 4 ++-- recipes/wip/spacer/recipe.toml | 2 +- recipes/wip/speedtest-rs/recipe.toml | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes/wip/sn0int/recipe.toml b/recipes/wip/sn0int/recipe.toml index 1a08e7197..39292b7eb 100644 --- a/recipes/wip/sn0int/recipe.toml +++ b/recipes/wip/sn0int/recipe.toml @@ -1,4 +1,4 @@ -#TODO SQLite is not working +#TODO outdated redox_syscall crate [source] git = "https://github.com/kpcyrd/sn0int" [build] diff --git a/recipes/wip/sndio/recipe.toml b/recipes/wip/sndio/recipe.toml index ba54af67c..a7fa07057 100644 --- a/recipes/wip/sndio/recipe.toml +++ b/recipes/wip/sndio/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO configuration problem [source] tar = "https://sndio.org/sndio-1.9.0.tar.gz" [build] diff --git a/recipes/wip/soundtouch/recipe.toml b/recipes/wip/soundtouch/recipe.toml index bbb2cf12d..e5e493ed0 100644 --- a/recipes/wip/soundtouch/recipe.toml +++ b/recipes/wip/soundtouch/recipe.toml @@ -1,5 +1,5 @@ -#TODO not compiled or tested +#TODO missing script for building [source] tar = "https://www.surina.net/soundtouch/soundtouch-2.3.2.tar.gz" [build] -template = "configure" +template = "custom" diff --git a/recipes/wip/spacer/recipe.toml b/recipes/wip/spacer/recipe.toml index 147ca92c7..8893c7ccd 100644 --- a/recipes/wip/spacer/recipe.toml +++ b/recipes/wip/spacer/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/samwho/spacer" rev = "9c63225e9b93e1aa8b63e64c180ffd05b7dd4b02" diff --git a/recipes/wip/speedtest-rs/recipe.toml b/recipes/wip/speedtest-rs/recipe.toml index 5ef6625ed..086c233e8 100644 --- a/recipes/wip/speedtest-rs/recipe.toml +++ b/recipes/wip/speedtest-rs/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/nelsonjchen/speedtest-rs" -rev = "b512fb824ddd663ddf862d6b38f78caa3791b502" [build] template = "cargo" -- GitLab