update recipes

This commit is contained in:
Ribbon 2023-12-22 01:49:24 +00:00
parent 9cc244099e
commit 7b93531a22
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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",
]