From 88728b8ebe37ce2cb634a5e4d5d55f72d7b18eea Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 26 Mar 2024 17:47:25 +0000 Subject: [PATCH] update recipes --- recipes/wip/graphics/blender-lts/recipe.toml | 3 +-- recipes/wip/graphics/blender/recipe.toml | 5 ++--- recipes/wip/libs/libxkbcommon/recipe.toml | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/wip/graphics/blender-lts/recipe.toml b/recipes/wip/graphics/blender-lts/recipe.toml index 02a84dcf6..ded92edcf 100644 --- a/recipes/wip/graphics/blender-lts/recipe.toml +++ b/recipes/wip/graphics/blender-lts/recipe.toml @@ -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 = """ diff --git a/recipes/wip/graphics/blender/recipe.toml b/recipes/wip/graphics/blender/recipe.toml index c2384c2e3..bb9e7d8a9 100644 --- a/recipes/wip/graphics/blender/recipe.toml +++ b/recipes/wip/graphics/blender/recipe.toml @@ -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 = """ diff --git a/recipes/wip/libs/libxkbcommon/recipe.toml b/recipes/wip/libs/libxkbcommon/recipe.toml index 6791d28bb..20b8eb02f 100644 --- a/recipes/wip/libs/libxkbcommon/recipe.toml +++ b/recipes/wip/libs/libxkbcommon/recipe.toml @@ -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] -- GitLab