From ea15062cfaada61464db534b0698529024d6476e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 13:01:53 +0000 Subject: [PATCH] update recipes --- recipes/wip/gphoto2/recipe.toml | 2 +- recipes/wip/gping/recipe.toml | 2 +- recipes/wip/gptman/recipe.toml | 2 +- recipes/wip/graphicsmagick/recipe.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/wip/gphoto2/recipe.toml b/recipes/wip/gphoto2/recipe.toml index f05f1012..c56c36ba 100644 --- a/recipes/wip/gphoto2/recipe.toml +++ b/recipes/wip/gphoto2/recipe.toml @@ -1,4 +1,4 @@ -#TODO +#TODO make libgphoto2 work [source] tar = "https://sourceforge.net/projects/gphoto/files/gphoto/2.5.28/gphoto2-2.5.28.tar.xz/download" [build] diff --git a/recipes/wip/gping/recipe.toml b/recipes/wip/gping/recipe.toml index 28cdf1ed..d265a0b3 100644 --- a/recipes/wip/gping/recipe.toml +++ b/recipes/wip/gping/recipe.toml @@ -1,4 +1,4 @@ -#TODO weird error on the end of compilation +#TODO program source code error [source] git = "https://github.com/orf/gping" rev = "7547db0d2d8c22cf15066d51fcd41dc57cb5b046" diff --git a/recipes/wip/gptman/recipe.toml b/recipes/wip/gptman/recipe.toml index 249051c4..8f39ae24 100644 --- a/recipes/wip/gptman/recipe.toml +++ b/recipes/wip/gptman/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled but not tested +#TODO outdated redox_syscall crate [source] git = "https://github.com/rust-disk-partition-management/gptman" [build] diff --git a/recipes/wip/graphicsmagick/recipe.toml b/recipes/wip/graphicsmagick/recipe.toml index d7b12fbd..81e62d43 100644 --- a/recipes/wip/graphicsmagick/recipe.toml +++ b/recipes/wip/graphicsmagick/recipe.toml @@ -1,4 +1,5 @@ #TODO Not compiled or tested +#TODO fix libwebp #TODO more features - http://www.graphicsmagick.org/README.html#add-on-libraries-programs [source] tar = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.42/GraphicsMagick-1.3.42.tar.xz/download" @@ -7,7 +8,7 @@ template = "configure" dependencies = [ "bzip2", "freetype2", - "libwebp", + #"libwebp", "libjpeg", "libpng", "libtiff",