mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
update recipes
This commit is contained in:
parent
e25682509f
commit
e29791f8db
@ -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]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO openssl-sys crate error
|
||||
[source]
|
||||
git = "https://github.com/lapce/lapce"
|
||||
rev = "cb96e5ac3f3e4e70bd18b7a1307c5406e4247164"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/woxjro/lazy-etherscan"
|
||||
[build]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO winit crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/BirdbrainEngineer/lenia"
|
||||
[build]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -8,4 +8,5 @@ dependencies = [
|
||||
"zlib",
|
||||
"libpng",
|
||||
"fribidi",
|
||||
"harfbuzz",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user