Tres Finocchiaro
Tres Finocchiaro
Although undocumented, it appears `appimagetool` is available as part of the `linuxdeploy` tool, as can be observed when verbose logging `WANT_DEBUG_CPACK` is enabled. I may attempt to use this directly....
> I don't think the MinGW builds need to target the oldest Ubuntu LTS like the Linux builds do, so we could probably target Ubuntu 24.04 instead. Linux won't have...
Somewhat related; @messmerd is working on bumping the cmake version we have in the containers. The snap store has a much newer version as well (e.g. available to older Ubuntu...
Switching this to a draft, because @DomClark requests we use newer language features prior to merging, quoting: > Here is a summary of the categories that are most likely to...
I would vote we eradicate the troublesome song-global automation and replace it with this feature. đź‘Ť > Schedule: 1.2.1 or later No, 1.3 if we have the help.
I pushed a few commits to help with AppImage findings over on Discord's `#testing` channel. For now, I copy the `suil-0` modules to `/lib/suil-0/`, but I can't find a suil...
> Initial testing on MacOS is OK but we don't use a launcher script for MacOS, Perhaps [qputenv()](https://stackoverflow.com/a/45348742/3196753) combined with qApp->applicationDirPath() + "../Frameworks/suil-0/? Thoughts welcome Done via 5bb73b0. Feel free...
I've been putting some time into investigating `scoop.sh` for dependencies. So far we have a working example of [`libsndfile`, `fftw`](https://github.com/lukesampson/scoop-extras/pulls?utf8=%E2%9C%93&q=+is%3Apr+author%3Atresf+) and I'm working with upstream on [`libsamplerate`](https://github.com/erikd/libsamplerate/pull/24#issuecomment-352308672). Scoop's strategy is...
> I'll change the wiki instructions to vcpkg as well if you don't mind, @tresf. If it works, đź‘Ť. Does `vcpkg` have any pre-built binaries, or is it all downloaded...
> My concern is that my Security Suite when navigating to the msys2 download site to install the Mingw-w64 compiler (that the QT5 Qt Creator IDE doesn’t appear to provide)...