From a0a881a54264b215a25b9dee24239ab2b0b734ab Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 00:20:54 +0000 Subject: [PATCH] update recipes --- recipes/wip/libass/recipe.toml | 2 +- recipes/wip/libatomic_ops/recipe.toml | 2 +- recipes/wip/libbotan/recipe.toml | 4 ++-- recipes/wip/libcaca/recipe.toml | 2 +- recipes/wip/libcdio/recipe.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/wip/libass/recipe.toml b/recipes/wip/libass/recipe.toml index 31b2a51ce..6f31ce992 100644 --- a/recipes/wip/libass/recipe.toml +++ b/recipes/wip/libass/recipe.toml @@ -1,4 +1,4 @@ -#TODO waiting the TOML conversion of fribidi dependency +#TODO can't detect fontconfig [source] tar = "https://github.com/libass/libass/releases/download/0.17.1/libass-0.17.1.tar.xz" [build] diff --git a/recipes/wip/libatomic_ops/recipe.toml b/recipes/wip/libatomic_ops/recipe.toml index c222925cb..80fbbf3a3 100644 --- a/recipes/wip/libatomic_ops/recipe.toml +++ b/recipes/wip/libatomic_ops/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] tar = "https://github.com/ivmai/libatomic_ops/releases/download/v7.8.0/libatomic_ops-7.8.0.tar.gz" [build] diff --git a/recipes/wip/libbotan/recipe.toml b/recipes/wip/libbotan/recipe.toml index 4c678a0f8..e7d29598b 100644 --- a/recipes/wip/libbotan/recipe.toml +++ b/recipes/wip/libbotan/recipe.toml @@ -1,5 +1,5 @@ -#TODO Not compiled or tested +#TODO missing script for building [source] tar = "https://botan.randombit.net/releases/Botan-3.2.0.tar.xz" [build] -template = "configure" +template = "custom" diff --git a/recipes/wip/libcaca/recipe.toml b/recipes/wip/libcaca/recipe.toml index eda7cbe52..651250de4 100644 --- a/recipes/wip/libcaca/recipe.toml +++ b/recipes/wip/libcaca/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't recognize Redox target [source] tar = "http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz" [build] diff --git a/recipes/wip/libcdio/recipe.toml b/recipes/wip/libcdio/recipe.toml index a3c3c8a8c..7f170dbee 100644 --- a/recipes/wip/libcdio/recipe.toml +++ b/recipes/wip/libcdio/recipe.toml @@ -1,6 +1,6 @@ #TODO probably wrong script, see https://git.savannah.gnu.org/cgit/libcdio.git/tree/INSTALL [source] -git = "https://git.savannah.gnu.org/cgit/libcdio.git" +git = "https://git.savannah.gnu.org/git/libcdio.git" rev = "9c7a2779846da161279bc1501e83c849cf89a594" [build] template = "custom"