diff --git a/recipes/wip/image/editors/rx/recipe.toml b/recipes/wip/image/editors/rx/recipe.toml index aadb2f3f9..adaa5125e 100644 --- a/recipes/wip/image/editors/rx/recipe.toml +++ b/recipes/wip/image/editors/rx/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://github.com/cloudhead/rx" script = "rm Cargo.lock" diff --git a/recipes/wip/image/editors/watermarker/recipe.toml b/recipes/wip/image/editors/watermarker/recipe.toml index 93bf65d67..fcfd2ab74 100644 --- a/recipes/wip/image/editors/watermarker/recipe.toml +++ b/recipes/wip/image/editors/watermarker/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/xomvio/watermarker" [build] diff --git a/recipes/wip/image/other/imageflow/recipe.toml b/recipes/wip/image/other/imageflow/recipe.toml index bb9ab9b3e..2b1a79b51 100644 --- a/recipes/wip/image/other/imageflow/recipe.toml +++ b/recipes/wip/image/other/imageflow/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/imazen/imageflow" [build] diff --git a/recipes/wip/image/other/satpaper/recipe.toml b/recipes/wip/image/other/satpaper/recipe.toml index e12b0e99b..18c378bf2 100644 --- a/recipes/wip/image/other/satpaper/recipe.toml +++ b/recipes/wip/image/other/satpaper/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO atools crate error [source] git = "https://github.com/Colonial-Dev/satpaper" [build] diff --git a/recipes/wip/image/other/sic/recipe.toml b/recipes/wip/image/other/sic/recipe.toml index b96407794..d7047f4a9 100644 --- a/recipes/wip/image/other/sic/recipe.toml +++ b/recipes/wip/image/other/sic/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/foresterre/sic" [build] diff --git a/recipes/wip/libs/fs/libattr/recipe.toml b/recipes/wip/libs/fs/libattr/recipe.toml index ac305e3fe..a73ef2d92 100644 --- a/recipes/wip/libs/fs/libattr/recipe.toml +++ b/recipes/wip/libs/fs/libattr/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO can't find the sys/xattr.h file [source] tar = "https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.xz" [build] diff --git a/recipes/wip/libs/graphics/libnoise/recipe.toml b/recipes/wip/libs/graphics/libnoise/recipe.toml index 7602eeed8..1e65b0e0c 100644 --- a/recipes/wip/libs/graphics/libnoise/recipe.toml +++ b/recipes/wip/libs/graphics/libnoise/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://github.com/qknight/libnoise" [build] diff --git a/recipes/wip/libs/gui/imgui/recipe.toml b/recipes/wip/libs/gui/imgui/recipe.toml index 927ca6189..c408c1707 100644 --- a/recipes/wip/libs/gui/imgui/recipe.toml +++ b/recipes/wip/libs/gui/imgui/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error # cmake information: https://github.com/ocornut/imgui/pull/3027 [source] git = "https://github.com/Qix-/imgui" diff --git a/recipes/wip/libs/net/libidn/recipe.toml b/recipes/wip/libs/net/libidn/recipe.toml index cb7c94f35..f99833f81 100644 --- a/recipes/wip/libs/net/libidn/recipe.toml +++ b/recipes/wip/libs/net/libidn/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO fix libunistring [source] tar = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.7.tar.gz" [build] diff --git a/recipes/wip/libs/other/libgpm/recipe.toml b/recipes/wip/libs/other/libgpm/recipe.toml index 3348c91d8..95022ac14 100644 --- a/recipes/wip/libs/other/libgpm/recipe.toml +++ b/recipes/wip/libs/other/libgpm/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] tar = "https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2" +script = "./autogen.sh" [build] template = "configure" diff --git a/recipes/wip/libs/other/libunistring/recipe.toml b/recipes/wip/libs/other/libunistring/recipe.toml index a41062aa1..3b5fa9bd0 100644 --- a/recipes/wip/libs/other/libunistring/recipe.toml +++ b/recipes/wip/libs/other/libunistring/recipe.toml @@ -1,4 +1,4 @@ -#TODO compilation error +#TODO port the fseterr function [source] tar = "https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.gz" [build]