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

update recipes

parent 72d5b757
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 5 deletions
#TODO probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source
#TODO port GLEW to Orbital
#TODO add the FOSS assets on the script, see https://github.com/DeathByDenim/openspades-free-pak
[source]
git = "https://github.com/yvt/openspades"
[build]
template = "custom"
dependencies = [
"glew",
"openssl1",
"sdl2",
"sdl2-image",
"freealut",
"freetype2",
"opus",
"opusfile",
"libjpeg",
"openal",
]
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 probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source
#TODO port GLEW to Orbital
#TODO add the FOSS assets on the script, see https://github.com/DeathByDenim/openspades-free-pak
[source]
git = "https://github.com/siecvi/zerospades"
[build]
template = "custom"
dependencies = [
"glew",
"openssl1",
"sdl2",
"sdl2-image",
"freealut",
"freetype2",
"opus",
"opusfile",
"libjpeg",
"openal",
]
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 missing script for "make", see https://github.com/nigels-com/glew#linux-and-mac #TODO missing script for "make", see https://github.com/nigels-com/glew#linux-and-mac
#TODO port to Orbital
[source] [source]
git = "https://github.com/nigels-com/glew" git = "https://github.com/nigels-com/glew"
rev = "9fb23c3e61cbd2d581e33ff7d8579b572b38ee26" rev = "9fb23c3e61cbd2d581e33ff7d8579b572b38ee26"
......
#TODO probably missing dependencies #TODO probably missing dependencies
#TODO port to Orbital
[source] [source]
tar = "https://download.gnome.org/sources/gtk%2B/2.24/gtk%2B-2.24.33.tar.xz" tar = "https://download.gnome.org/sources/gtk%2B/2.24/gtk%2B-2.24.33.tar.xz"
[build] [build]
......
#TODO probably missing dependencies, see https://docs.gtk.org/gtk3/building.html#dependencies #TODO probably missing dependencies, see https://docs.gtk.org/gtk3/building.html#dependencies
#TODO port to Orbital
[source] [source]
tar = "https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.37.tar.xz" tar = "https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.37.tar.xz"
[build] [build]
......
#TODO missing script for Meson, see https://docs.gtk.org/gtk4/building.html #TODO missing script for Meson, see https://docs.gtk.org/gtk4/building.html
#TODO port to Orbital
[source] [source]
tar = "https://download.gnome.org/sources/gtk/4.11/gtk-4.11.2.tar.xz" tar = "https://download.gnome.org/sources/gtk/4.11/gtk-4.11.2.tar.xz"
[build] [build]
......
#TODO find a tarball link #TODO find a tarball link
#TODO port to Orbital
[source] [source]
tar = "http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz" tar = "http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz"
[build] [build]
......
#TODO make libxkbcommon work #TODO make libxkbcommon work
#TODO port to Orbital
#TODO build instructions - https://doc.qt.io/qt-5/linux-building.html #TODO build instructions - https://doc.qt.io/qt-5/linux-building.html
#TODO customization - https://doc.qt.io/qt-5/configure-options.html #TODO customization - https://doc.qt.io/qt-5/configure-options.html
[source] [source]
......
#TODO port to Orbital
#TODO build instructions - https://doc.qt.io/qt-5/linux-building.html #TODO build instructions - https://doc.qt.io/qt-5/linux-building.html
#TODO customization - https://doc.qt.io/qt-5/configure-options.html #TODO customization - https://doc.qt.io/qt-5/configure-options.html
[source] [source]
......
#TODO make libxkbcommon work #TODO make libxkbcommon work
#TODO port to Orbital
#TODO build instructions - https://doc.qt.io/qt-6/linux-building.html #TODO build instructions - https://doc.qt.io/qt-6/linux-building.html
#TODO customization - https://doc.qt.io/qt-6/configure-options.html #TODO customization - https://doc.qt.io/qt-6/configure-options.html
[source] [source]
......
#TODO port to Orbital
#TODO Missing script for GNU Autotools and CMake #TODO Missing script for GNU Autotools and CMake
[source] [source]
tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/single/qt-everywhere-src-6.6.1.tar.xz" tar = "https://download.qt.io/official_releases/qt/6.6/6.6.1/single/qt-everywhere-src-6.6.1.tar.xz"
......
#TODO port to Orbital
#TODO probably wrong script, see https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux #TODO probably wrong script, see https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
[source] [source]
git = "https://github.com/raysan5/raylib" git = "https://github.com/raysan5/raylib"
...@@ -6,7 +7,6 @@ rev = "ae50bfa2cc569c0f8d5bc4315d39db64005b1b08" ...@@ -6,7 +7,6 @@ rev = "ae50bfa2cc569c0f8d5bc4315d39db64005b1b08"
template = "custom" template = "custom"
dependencies = [ dependencies = [
"mesa", "mesa",
"libwayland",
"libxkbcommon", "libxkbcommon",
] ]
script = """ script = """
......
#TODO probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source #TODO probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source
# The game crash with the Wayland backend of SDL2, you need to use the "SDL_VIDEODRIVER=x11" environment variable to use XWayland #TODO port GLEW to Orbital
# a script to workaround this is the best solution
[source] [source]
git = "https://github.com/yvt/openspades" git = "https://github.com/yvt/openspades"
[build] [build]
......
#TODO probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source #TODO probably wrong script, see https://github.com/yvt/openspades#on-unixes-from-source
# The game crash with the Wayland backend of SDL2, you need to use the "SDL_VIDEODRIVER=x11" environment variable to use XWayland #TODO port GLEW to Orbital
# a script to workaround this is the best solution
[source] [source]
git = "https://github.com/siecvi/zerospades" git = "https://github.com/siecvi/zerospades"
[build] [build]
......
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