Skip to content

Commit

Permalink
WIP: AppImage audio
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeaboutlo0m committed Dec 18, 2023
1 parent ff6c6d5 commit 4404ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/actions/restore-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ runs:
pushd .github/linuxdeploy-bin >/dev/null &&
curl -L --remote-name-all
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage &&
chmod u+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage &&
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-gstreamer/raw/12e0e983f9e01f4e450ef2534cfec10e8aab2539/linuxdeploy-plugin-gstreamer.sh &&
chmod u+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage linuxdeploy-plugin-gstreamer.sh &&
popd >/dev/null
shell: bash
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
libxcb-util-dev libinput-dev libvulkan-dev
libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev libclang-12-dev
libasound2-dev libpulse-dev libcups2-dev libssl-dev
libfontconfig1-dev &&
libfontconfig1-dev libgstreamer-plugins-base1.0-dev
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev
libgstreamer-plugins-bad1.0-dev &&
echo "Clang_ROOT=/usr/lib/llvm-12" >> $GITHUB_ENV
other_pre_build: >
sudo apt-get update &&
Expand Down
2 changes: 1 addition & 1 deletion cmake/DrawpileDistBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ elseif(WIN32)
install(FILES ${extra_libs} DESTINATION ${CMAKE_INSTALL_BINDIR})
else()
set(helper_name linuxdeploy-x86_64.AppImage)
set(helper_flags "--plugin;qt;--output;appimage")
set(helper_flags "--plugin;qt;--plugin;gstreamer;--output;appimage")
set(path_flags "--appdir")
set(extra_exe_flag "--executable=")
set(app_path "")
Expand Down

0 comments on commit 4404ebd

Please sign in to comment.