Skip to content

Commit

Permalink
SPA_PLUGIN_DIR works for finding support/libspa-support.so, I tested
Browse files Browse the repository at this point in the history
manually, though crash because used spa0.2
  • Loading branch information
rustdesk committed May 2, 2024
1 parent 1e7e728 commit 115fb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appimage/AppImageBuilder-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ AppDir:
- libvdpau1
- libgstreamer-plugins-base1.0-0
- gstreamer1.0-pipewire
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libpulse0
- packagekit-gtk3-module
- libcanberra-gtk3-module
- libpam0g
- pipewire # to include /usr/lib/x86_64-linux-gnu/spa/support/libspa-support.so on 20.04, may be different for 22.04, libspa-0.2-modules has /usr/lib/x86_64-linux-gnu/spa0.2/support/libspa-support.so on 22.04
- pipewire # to include /usr/lib/aarch64-linux-gnu/spa/support/libspa-support.so on 20.04, may be different for 22.04, libspa-0.2-modules has /usr/lib/x86_64-linux-gnu/spa0.2/support/libspa-support.so on 22.04
exclude:
- humanity-icon-theme
- hicolor-icon-theme
Expand All @@ -76,6 +77,7 @@ AppDir:
env:
GIO_MODULE_DIR: $APPDIR/usr/lib/aarch64-linux-gnu/gio/modules/
GDK_BACKEND: x11
SPA_PLUGIN_DIR: $APPDIR/usr/lib/aarch64-linux-gnu/spa/
test:
fedora-30:
image: appimagecrafters/tests-env:fedora-30
Expand Down
1 change: 1 addition & 0 deletions appimage/AppImageBuilder-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ AppDir:
- libvdpau1
- libgstreamer-plugins-base1.0-0
- gstreamer1.0-pipewire
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libpulse0
Expand Down

0 comments on commit 115fb05

Please sign in to comment.