From 7b93531a22694055c9eb3673b7fb2f5b696b9648 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 01:49:24 +0000 Subject: [PATCH] update recipes --- recipes/wip/libqalculate/recipe.toml | 2 +- recipes/wip/libraw/recipe.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libqalculate/recipe.toml b/recipes/wip/libqalculate/recipe.toml index 0403ecdd7..361db8c4a 100644 --- a/recipes/wip/libqalculate/recipe.toml +++ b/recipes/wip/libqalculate/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libicu work [source] tar = "https://github.com/Qalculate/libqalculate/releases/download/v4.9.0/libqalculate-4.9.0.tar.gz" [build] diff --git a/recipes/wip/libraw/recipe.toml b/recipes/wip/libraw/recipe.toml index e68339662..35563a9b4 100644 --- a/recipes/wip/libraw/recipe.toml +++ b/recipes/wip/libraw/recipe.toml @@ -1,11 +1,12 @@ #TODO Not compiled or tested +#TODO make libjasper work [source] tar = "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz" [build] template = "configure" dependencies = [ "zlib", - "libjasper", + #"libjasper", "libjpeg", "liblcms", ]