mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
Merge branch 'mv-deps' into 'master'
Change all openssl and ncurses deps See merge request redox-os/redox!2052
This commit is contained in:
commit
74f7cc3f0e
@ -15,7 +15,7 @@ dependencies = [
|
|||||||
# "librhash",
|
# "librhash",
|
||||||
"libuv",
|
"libuv",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"zlib",
|
"zlib",
|
||||||
"zstd",
|
"zstd",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -3,7 +3,7 @@ git = "https://github.com/Byron/gitoxide.git"
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -9,7 +9,7 @@ dependencies = [
|
|||||||
"liborbital",
|
"liborbital",
|
||||||
"mesa",
|
"mesa",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -7,7 +7,7 @@ dependencies = [
|
|||||||
"liborbital",
|
"liborbital",
|
||||||
"libretro-super",
|
"libretro-super",
|
||||||
"mesa",
|
"mesa",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
"liborbital",
|
"liborbital",
|
||||||
"libjpeg",
|
"libjpeg",
|
||||||
"libpng",
|
"libpng",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"mesa",
|
"mesa",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
|
|||||||
@ -46,7 +46,7 @@ dependencies = [
|
|||||||
"mesa-x11",
|
"mesa-x11",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
#TODO: "openal",
|
#TODO: "openal",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"pango",
|
"pango",
|
||||||
"pcre2",
|
"pcre2",
|
||||||
"pixman",
|
"pixman",
|
||||||
|
|||||||
@ -7,7 +7,7 @@ autotools_recursive_regenerate
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = ["openssl1"]
|
dependencies = ["openssl3"]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
cookbook_configure
|
cookbook_configure
|
||||||
|
|||||||
@ -3,7 +3,7 @@ git = "https://github.com/TheWaWaR/simple-http-server"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
|
|||||||
@ -7,6 +7,6 @@ template = "configure"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"zstd",
|
"zstd",
|
||||||
"lz4",
|
"lz4",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"xxhash",
|
"xxhash",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ patches = ["redox.patch"]
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1"
|
"openssl3"
|
||||||
]
|
]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -6,7 +6,7 @@ tar = "https://www.cgsecurity.org/testdisk-7.2.tar.bz2"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||||
|
|||||||
@ -7,10 +7,10 @@ tar = "https://archive.mariadb.org/mariadb-10.11.6/source/mariadb-10.11.6.tar.gz
|
|||||||
[build]
|
[build]
|
||||||
template = "cmake"
|
template = "cmake"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"zlib",
|
"zlib",
|
||||||
"libevent",
|
"libevent",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"curl",
|
"curl",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"boost",
|
"boost",
|
||||||
|
|||||||
@ -8,7 +8,7 @@ patches = [
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"curl",
|
"curl",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|||||||
@ -6,6 +6,6 @@ tar = "https://dev.mysql.com/downloads/file/?id=523432"
|
|||||||
template = "cmake"
|
template = "cmake"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boost",
|
"boost",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"openssl3",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -5,7 +5,7 @@ shallow_clone = true
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
|
|||||||
@ -6,7 +6,7 @@ template = "custom"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"libgmp",
|
"libgmp",
|
||||||
"libmpfr",
|
"libmpfr",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"readline",
|
"readline",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -6,7 +6,7 @@ rev = "v0.2.2"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
[package]
|
[package]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/MoonZoon/MoonZoon"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages mzoon
|
cookbook_cargo_packages mzoon
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/Nakadra/sphere-runtime"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo
|
cookbook_cargo
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/bergercookie/asm-lsp"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages asm-lsp
|
cookbook_cargo_packages asm-lsp
|
||||||
|
|||||||
@ -15,7 +15,7 @@ dependencies = [
|
|||||||
"nghttp2",
|
"nghttp2",
|
||||||
# "http-parser",
|
# "http-parser",
|
||||||
"nghttp3",
|
"nghttp3",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"simdjson",
|
"simdjson",
|
||||||
"simdutf",
|
"simdutf",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
|
|||||||
@ -24,9 +24,9 @@ dependencies = [
|
|||||||
"libxml2",
|
"libxml2",
|
||||||
"libiconv",
|
"libiconv",
|
||||||
"libzip",
|
"libzip",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"pcre",
|
"pcre",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"xz",
|
"xz",
|
||||||
|
|||||||
@ -9,7 +9,7 @@ patches = [
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cp ../config.site ./
|
cp ../config.site ./
|
||||||
|
|||||||
@ -11,9 +11,9 @@ dependencies = [
|
|||||||
"bzip2",
|
"bzip2",
|
||||||
"libffi",
|
"libffi",
|
||||||
"libuuid",
|
"libuuid",
|
||||||
"ncurses",
|
|
||||||
"ncursesw",
|
"ncursesw",
|
||||||
"openssl1",
|
"ncursesw",
|
||||||
|
"openssl3",
|
||||||
"readline",
|
"readline",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|||||||
@ -10,7 +10,7 @@ cargopackages = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libiberty",
|
"libiberty",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"libunwind",
|
"libunwind",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/martinvonz/jj"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages jj-cli
|
cookbook_cargo_packages jj-cli
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/moriturus/ktra"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/chasinglogic/licensure"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/jdx/mise"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -5,7 +5,7 @@ git = "https://github.com/trailofbits/necessist"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages necessist
|
cookbook_cargo_packages necessist
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/panamax-rs/panamax"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/pixi"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/coralogix/protofetch"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/rattler-build"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/MarcoIeni/release-plz"
|
|||||||
rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442"
|
rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442"
|
||||||
[build]
|
[build]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/w4/rgit"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/mattwparas/steel"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/stacked-git/stgit"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/bahdotsh/wrkflw"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages wrkflw
|
cookbook_cargo_packages wrkflw
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/aswinnnn/pyscan"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -9,5 +9,5 @@ configureflags = [
|
|||||||
"--without-gpm-mouse",
|
"--without-gpm-mouse",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/ordinals/ord"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -10,6 +10,6 @@ template = "cmake"
|
|||||||
# "-DOPENSSL_ROOT_DIR=${COOKBOOK_SYSROOT}" # test if the program need this
|
# "-DOPENSSL_ROOT_DIR=${COOKBOOK_SYSROOT}" # test if the program need this
|
||||||
#]
|
#]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libuv",
|
"libuv",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/acfoltzer/cargo-fund"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/d-e-s-o/apcacli"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/TheRustyPickle/Rex"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -10,7 +10,7 @@ dependencies = [
|
|||||||
"boost",
|
"boost",
|
||||||
"libbrotli",
|
"libbrotli",
|
||||||
"libevent",
|
"libevent",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"lz4",
|
"lz4",
|
||||||
"xz",
|
"xz",
|
||||||
"libunwind",
|
"libunwind",
|
||||||
|
|||||||
@ -6,7 +6,7 @@ tar = "https://download.gluster.org/pub/gluster/glusterfs/9/LATEST/glusterfs-9.6
|
|||||||
[build]
|
[build]
|
||||||
template = "configure"
|
template = "configure"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"libaio",
|
"libaio",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
|
|||||||
@ -7,7 +7,7 @@ rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9"
|
|||||||
template = "meson"
|
template = "meson"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libfuse3",
|
"libfuse3",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"curl",
|
"curl",
|
||||||
"expat",
|
"expat",
|
||||||
"libuuid",
|
"libuuid",
|
||||||
|
|||||||
@ -10,5 +10,5 @@ dependencies = [
|
|||||||
"libfuse2",
|
"libfuse2",
|
||||||
"curl",
|
"curl",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -15,7 +15,7 @@ dependencies = [
|
|||||||
"freeglut",
|
"freeglut",
|
||||||
"libuuid",
|
"libuuid",
|
||||||
"openal",
|
"openal",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||||
|
|||||||
@ -19,7 +19,7 @@ dependencies = [
|
|||||||
"luajit",
|
"luajit",
|
||||||
"openal",
|
"openal",
|
||||||
#TODO: openssl not detected by cmake
|
#TODO: openssl not detected by cmake
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|||||||
@ -8,6 +8,6 @@ shallow_clone = true
|
|||||||
template = "cmake"
|
template = "cmake"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"mesa",
|
"mesa",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -5,5 +5,5 @@ git = "https://github.com/Lea-fish/Leafish"
|
|||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gtk3",
|
"gtk3",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/weiteck/turdle"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/brianch/offline-chess-puzzles"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -20,7 +20,7 @@ dependencies = [
|
|||||||
"libtiff",
|
"libtiff",
|
||||||
"openexr",
|
"openexr",
|
||||||
"openimageio",
|
"openimageio",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"onetbb",
|
"onetbb",
|
||||||
"zlib",
|
"zlib",
|
||||||
"qt5-full",
|
"qt5-full",
|
||||||
|
|||||||
@ -7,7 +7,7 @@ rev = "7eb6254cb4cedf03f1c78653f90905fe0c3b48fb"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"mesa-glu",
|
"mesa-glu",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"ncursesw",
|
"ncursesw",
|
||||||
"ffmpeg6",
|
"ffmpeg6",
|
||||||
"glfw3",
|
"glfw3",
|
||||||
|
|||||||
@ -5,7 +5,7 @@ git = "https://github.com/alvr-org/ALVR"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"gtk3",
|
"gtk3",
|
||||||
"libvulkan",
|
"libvulkan",
|
||||||
"libunwind",
|
"libunwind",
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/imazen/imageflow"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libpng",
|
"libpng",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"libx11",
|
"libx11",
|
||||||
"libxcb",
|
"libxcb",
|
||||||
"libpng",
|
"libpng",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"pcre",
|
"pcre",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ patches = [
|
|||||||
[build]
|
[build]
|
||||||
template = "configure"
|
template = "configure"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"termcap",
|
"termcap",
|
||||||
"terminfo",
|
"terminfo",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -24,7 +24,7 @@ dependencies = [
|
|||||||
"libxau",
|
"libxau",
|
||||||
"libxcb",
|
"libxcb",
|
||||||
"nghttp2",
|
"nghttp2",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"pcre2",
|
"pcre2",
|
||||||
"pixman",
|
"pixman",
|
||||||
#TODO: compile dylib "libtiff",
|
#TODO: compile dylib "libtiff",
|
||||||
|
|||||||
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"libx11",
|
"libx11",
|
||||||
"libxcb",
|
"libxcb",
|
||||||
"libpng",
|
"libpng",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"pcre",
|
"pcre",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/printfn/fend"
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/tiffany352/rink-rs"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages rink
|
cookbook_cargo_packages rink
|
||||||
|
|||||||
@ -7,7 +7,7 @@ rev = "bbdc7081aec27daafca07fc40523335a2ea0a992"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"imlib2",
|
"imlib2",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"curl",
|
"curl",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -5,5 +5,5 @@ git = "https://github.com/hacknus/serial-monitor-rust"
|
|||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libxkbcommon",
|
"libxkbcommon",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/fcsonline/drill"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/Orange-OpenSource/hurl"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"curl",
|
"curl",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/lycheeverse/lychee"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages lychee
|
cookbook_cargo_packages lychee
|
||||||
|
|||||||
@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/pavao.git"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1"
|
"openssl3"
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/ikatson/rqbit"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages rqbit
|
cookbook_cargo_packages rqbit
|
||||||
|
|||||||
@ -5,5 +5,5 @@ tar = "https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz"
|
|||||||
template = "configure"
|
template = "configure"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"expat",
|
"expat",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -5,7 +5,7 @@ rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||||
|
|||||||
@ -4,8 +4,8 @@ git = "https://github.com/hrkfdn/ncspot"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/cetra3/rustcloud"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/aome510/spotify-player"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
package=spotify_player
|
package=spotify_player
|
||||||
|
|||||||
@ -5,6 +5,6 @@ git = "https://github.com/maxcurzi/tplay"
|
|||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ffmpeg6",
|
"ffmpeg6",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"opencv4",
|
"opencv4",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/vsbuffalo/scidataflow"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/ttytm/wthrr-the-weathercrab"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/kpcyrd/authoscope"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/PLSysSec/cargo-scan"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -7,11 +7,11 @@ tar = "https://www.clamav.net/downloads/production/clamav-1.5.0.tar.gz"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curl",
|
"curl",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"json-c",
|
"json-c",
|
||||||
"pcre",
|
"pcre",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/dfir-dd/dfir-toolkit"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/orhun/flawz"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ tar = "https://www.openwall.com/john/k/john-1.9.0-jumbo-1.tar.xz"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"nss",
|
"nss",
|
||||||
"kerberos5",
|
"kerberos5",
|
||||||
"libgmp",
|
"libgmp",
|
||||||
|
|||||||
@ -4,7 +4,7 @@ git = "https://github.com/SpectralOps/keyscope"
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages keyscope
|
cookbook_cargo_packages keyscope
|
||||||
|
|||||||
@ -7,6 +7,6 @@ script = """
|
|||||||
cookbook_cargo_packages openpgp-ca openpgp-ca-restd
|
cookbook_cargo_packages openpgp-ca openpgp-ca-restd
|
||||||
"""
|
"""
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libpcsclite",
|
"libpcsclite",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -6,6 +6,6 @@ rev = "53e55b4b26e9b843787f0e06d867441e32b1604e"
|
|||||||
[build]
|
[build]
|
||||||
template = "cmake"
|
template = "cmake"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/Tongsuo-Project/RustyVault"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,6 +4,6 @@ git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libnettle",
|
"libnettle",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ patches = ["redox.patch"]
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = ["gettext", "ncurses", "pcre"]
|
dependencies = ["gettext", "ncursesw", "pcre"]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
|
|
||||||
|
|||||||
@ -4,5 +4,5 @@ git = "https://github.com/rossmacarthur/sheldon"
|
|||||||
[build]
|
[build]
|
||||||
template = "cargo"
|
template = "cargo"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ git = "https://github.com/gamebooster/soundboard"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glib",
|
"glib",
|
||||||
"openssl1",
|
"openssl3",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo --features full
|
cookbook_cargo --features full
|
||||||
|
|||||||
@ -7,7 +7,7 @@ rev = "41f5d1ac3b13e60aa30212f2b9f38de646fd2b07"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
#"gtk3mm",
|
#"gtk3mm",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
#"glfw3",
|
#"glfw3",
|
||||||
#"libvulkan",
|
#"libvulkan",
|
||||||
"libstatgrab",
|
"libstatgrab",
|
||||||
|
|||||||
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
"freetyoe2",
|
"freetyoe2",
|
||||||
"harfbuzz",
|
"harfbuzz",
|
||||||
"libssh2",
|
"libssh2",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"qt6-base",
|
"qt6-base",
|
||||||
"qt6-declarative",
|
"qt6-declarative",
|
||||||
"qt6-multimedia",
|
"qt6-multimedia",
|
||||||
|
|||||||
@ -12,5 +12,5 @@ chmod a+x "${COOKBOOK_STAGE}"/usr/bin/pipes
|
|||||||
[package]
|
[package]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bash",
|
"bash",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -14,7 +14,7 @@ dependencies = [
|
|||||||
"sqlite3",
|
"sqlite3",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"zlib",
|
"zlib",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ dependencies = [
|
|||||||
"sqlite3",
|
"sqlite3",
|
||||||
"libxml2",
|
"libxml2",
|
||||||
"zlib",
|
"zlib",
|
||||||
"ncurses",
|
"ncursesw",
|
||||||
"cairo",
|
"cairo",
|
||||||
"fontconfig",
|
"fontconfig",
|
||||||
"freetype2",
|
"freetype2",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user