update recipes

This commit is contained in:
Ribbon 2023-12-21 23:46:52 +00:00
parent e25682509f
commit e29791f8db
12 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO outdated redox_syscall crate (after cargo update)
[source]
git = "https://github.com/bloznelis/kbt"
[build]

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested
#TODO missing script for building, lacking build instructions
[source]
tar = "https://kerberos.org/dist/krb5/1.21/krb5-1.21.2.tar.gz"
[build]
template = "configure"
template = "custom"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compilation error
[source]
tar = "https://github.com/ultravideo/kvazaar/releases/download/v2.2.0/kvazaar-2.2.0.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO The redox target is not supported on the configure
#TODO The redox target is not supported on the configure script
[source]
tar = "https://sourceforge.net/projects/lame/files/lame/3.100/lame-3.100.tar.gz/download"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO openssl-sys crate error
[source]
git = "https://github.com/lapce/lapce"
rev = "cb96e5ac3f3e4e70bd18b7a1307c5406e4247164"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/woxjro/lazy-etherscan"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/bokuweb/lcs-image-diff-rs"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO winit crate error (after cargo update)
[source]
git = "https://github.com/BirdbrainEngineer/lenia"
[build]

View File

@ -1,4 +1,4 @@
#TODO The redox target is not supported on the configure
#TODO The redox target is not supported on the configure script
[source]
tar = "https://liba52.sourceforge.io/files/a52dec-0.7.4.tar.gz"
[build]

View File

@ -1,4 +1,4 @@
#TODO probably wrong template
#TODO can't recognize the Redox target
[source]
tar = "https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO can't recognize Redox target
[source]
tar = "https://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz"
[build]

View File

@ -8,4 +8,5 @@ dependencies = [
"zlib",
"libpng",
"fribidi",
"harfbuzz",
]