-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CPack: Refactor AppImage and Apple DMG Generation (LMMS#7252)
* CPack: Refactor AppImage and Apple DMG Generation * Switch from linuxdeployqt to linuxdelpoy * Add ARM64 AppImage support * Add support for `.run` installers using `makeself`, an alternative to AppImage * Refactor BashCompletion.cmake * Enable CPack debugging via `WANT_DEBUG_CPACK` * Add `download_binary`, `create_symlink` macros * Qt6: Fix @rpath bug on macOS * Detect and bundle LV2 UI Suil modules (Related LMMS#7201) * Allow remote plugins to honor `LMMS_PLUGIN_DIR` * Add .github/workflows/deps-ubuntu-24.04-gcc.txt * Fix waveforms FileDialog Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
- Loading branch information
Showing
30 changed files
with
1,069 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
binutils | ||
ca-certificates | ||
ccache | ||
cmake | ||
file | ||
fluid | ||
gcc | ||
git | ||
gpg | ||
g++ | ||
libasound2-dev | ||
libc6-dev | ||
libfftw3-dev | ||
libfltk1.3-dev | ||
libfluidsynth-dev | ||
libgig-dev | ||
libgtk2.0-0 | ||
libjack-jackd2-dev | ||
liblilv-dev | ||
liblist-moreutils-perl | ||
libmp3lame-dev | ||
libogg-dev | ||
libqt5svg5-dev | ||
libqt5x11extras5-dev | ||
libsamplerate0-dev | ||
libsdl2-dev | ||
libsndfile1-dev | ||
libsoundio-dev | ||
libstk-dev | ||
libsuil-dev | ||
libvorbis-dev | ||
libx11-xcb-dev | ||
libxcb-keysyms1-dev | ||
libxcb-util0-dev | ||
libxft-dev | ||
libxinerama-dev | ||
libxml2-utils | ||
libxml-perl | ||
lsb-release | ||
lv2-dev | ||
make | ||
perl | ||
portaudio19-dev | ||
qt5-qmake | ||
qtbase5-dev | ||
qtbase5-dev-tools | ||
qtbase5-private-dev | ||
qttools5-dev-tools | ||
software-properties-common | ||
ssh-client | ||
stk | ||
wget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.