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

update recipes

parent 6649a2d1
No related branches found
No related tags found
No related merge requests found
#TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
#TODO probably missing dependencies
#TODO port to Orbital
#TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
[source]
tar = "https://download.blender.org/source/blender-3.6.5.tar.xz"
......@@ -21,8 +22,6 @@ dependencies = [
"libxml2",
"libharu",
"mesa",
"libx11",
"libwayland",
"libxkbcommon",
]
script = """
......
#TODO probably wrong script, see https://wiki.blender.org/wiki/Building_Blender/Linux/Generic_Distro
#TODO probably missing dependencies
#TODO port to Orbital
#TODO customization - https://wiki.blender.org/wiki/Building_Blender/Options
[source]
tar = "https://download.blender.org/source/blender-4.0.0.tar.xz"
tar = "https://download.blender.org/source/blender-4.1.0.tar.xz"
[build]
template = "custom"
dependencies = [
......@@ -21,8 +22,6 @@ dependencies = [
"libxml2",
"libharu",
"mesa",
"libx11",
"libwayland",
"libxkbcommon",
]
script = """
......
#TODO missing script for Meson, see https://github.com/xkbcommon/libxkbcommon#building
#TODO port to Orbital
[source]
tar = "https://xkbcommon.org/download/libxkbcommon-1.5.0.tar.xz"
[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