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