From 9f4b3b59561ae91c5e1c98bc160c084d1d285374 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 15 Jun 2024 16:45:52 +0000 Subject: [PATCH] Update recipes --- recipes/wip/{tools => sound}/odin2/recipe.toml | 0 recipes/wip/tools/weylus/recipe.toml | 14 +------------- recipes/wip/tui/heh/recipe.toml | 2 +- recipes/wip/video/mpv/recipe.toml | 2 +- 4 files changed, 3 insertions(+), 15 deletions(-) rename recipes/wip/{tools => sound}/odin2/recipe.toml (100%) diff --git a/recipes/wip/tools/odin2/recipe.toml b/recipes/wip/sound/odin2/recipe.toml similarity index 100% rename from recipes/wip/tools/odin2/recipe.toml rename to recipes/wip/sound/odin2/recipe.toml diff --git a/recipes/wip/tools/weylus/recipe.toml b/recipes/wip/tools/weylus/recipe.toml index 6d7f2209e..0135c10d3 100644 --- a/recipes/wip/tools/weylus/recipe.toml +++ b/recipes/wip/tools/weylus/recipe.toml @@ -1,4 +1,4 @@ -#TODO port to redox +#TODO port to orbital #TODO build instructions - https://github.com/H-M-H/Weylus#building [source] git = "https://github.com/H-M-H/Weylus" @@ -8,18 +8,6 @@ dependencies = [ "pango", "gstreamer", "dbus", - "libx11", - "libxext", - "libxft", - "libxinerama", - "libxcursor", - "libxi", - "libxv", - "libxfixes", - "libxtst", - "libxrender", - "libxrandr", - "libxcomposite", ] script = """ cookbook_cargo_packages weylus diff --git a/recipes/wip/tui/heh/recipe.toml b/recipes/wip/tui/heh/recipe.toml index 6da963ed3..9ebaec0f7 100644 --- a/recipes/wip/tui/heh/recipe.toml +++ b/recipes/wip/tui/heh/recipe.toml @@ -1,4 +1,4 @@ -#TODO x11rb crate error +#TODO port to orbital [source] git = "https://github.com/ndd7xv/heh" [build] diff --git a/recipes/wip/video/mpv/recipe.toml b/recipes/wip/video/mpv/recipe.toml index 1f6ebd587..b3068129e 100644 --- a/recipes/wip/video/mpv/recipe.toml +++ b/recipes/wip/video/mpv/recipe.toml @@ -1,4 +1,5 @@ #TODO missing script for Meson (use system libraries), see https://github.com/mpv-player/mpv#compilation +#TODO port to orbital #TODO missing dependencies [source] git = "https://github.com/mpv-player/mpv" @@ -12,6 +13,5 @@ dependencies = [ "libiconv", "zlib", "mesa", - "libx11", "pulseaudio", ] -- GitLab