From 2557459fae15783cfbaef8cb634d326bee3a2417 Mon Sep 17 00:00:00 2001 From: johannes hanika Date: Sun, 29 Sep 2024 20:23:46 +0200 Subject: [PATCH] build: take out rawspeed appimages until they are fixed again the appimage doesn't bundle libomp in the right version or something, anyways opening a raw with this appimage currently displays some i-raw/libi-raw.so: undefined symbol: omp_set_max_active_levels error. --- .github/workflows/nightly.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ad6cb97e..4f1a226c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -278,7 +278,7 @@ jobs: appimage =================================================== the appimage compiles in a lot of features - (mlv, v4l, asound, i-vid, o-vid, rawspeed, exiv2, freetype) + (mlv, v4l, asound, i-vid, o-vid, exiv2, freetype) but not all (no quake). you also currently need the `exiftool` binary installed on your @@ -291,6 +291,11 @@ jobs: instead of the c++-based rawspeed which does not have CR3 support. also it builds a custom glfw with pentablet/wacom support + appimage with rawspeed + ====================== + these are currently temporarily disabled due to some dynaming linking error + when running the appimage. + appimage with pentablet ======================= links against a custom version of glfw, enabling drawing of masks via pentablet/wacom device. @@ -306,8 +311,6 @@ jobs: you can help by reporting more issues (or maybe even fixing, if you can ;) ). files: | - artifact-appimage-rawspeed-glfw3.4/* - artifact-appimage-rawspeed-pentablet/* artifact-appimage-rawler-glfw3.4/* artifact-appimage-rawler-pentablet/* artifact-windows-rawler/*