Skip to content

Commit

Permalink
build: take out rawspeed appimages until they are fixed again
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hanatos committed Sep 29, 2024
1 parent cef75a3 commit 2557459
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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/*

0 comments on commit 2557459

Please sign in to comment.