Skip to content
Snippets Groups Projects
Commit c6912ef2 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent ac3db0c4
No related branches found
No related tags found
No related merge requests found
#TODO maybe incomplete script
[source]
git = "https://github.com/gabime/spdlog"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO maybe incomplete script
#TODO missing dependencies? - https://github.com/mkiol/Jupii#libraries
[source]
git = "https://github.com/mkiol/Jupii"
rev = "ed80ca0ea29081a2bff038faf4884e3acabb14b7"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
-DWITH_DESKTOP=ON
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO not compiled or tested
[source]
git = "https://git.dec05eba.com/gpu-screen-recorder-gtk"
rev = "7fb7608b720068d3c114330e8d274b04ef310cf2"
[build]
template = "custom"
dependencies = [
"gtk3",
"libx11",
]
[package]
dependencies = [
"gpu-screen-recorder",
]
#TODO missing script for meson
[source]
git = "https://git.dec05eba.com/gpu-screen-recorder"
rev = "422f214283ba50649acca4d9b5a9778d313fe05b"
[build]
template = "custom"
dependencies = [
"mesa",
"libvulkan",
"ffmpeg6",
"libx11",
"libxcomposite",
"libxrandr",
"libxfixes",
"libxdamage",
"pulseaudio",
"libva",
"libcap",
"libwayland",
]
#TODO missing cross-compilation script
#TODO missing dependencies - https://gitlab.com/free-astro/siril#requirements
# build instructions - https://gitlab.com/free-astro/siril#building-siril-for-gnulinux
[source]
tar = "https://free-astro.org/download/siril-1.2.4.tar.bz2"
[build]
template = "custom"
dependencies = [
"glib",
"gtk3",
"liblcms",
"fftw",
"opencv4",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment