update recipes

This commit is contained in:
Ribbon 2024-03-26 17:47:25 +00:00
parent 6649a2d18b
commit 88728b8ebe
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,6 @@
#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 = """

View File

@ -1,8 +1,9 @@
#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 = """

View File

@ -1,4 +1,5 @@
#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]