plac-for-apple-platform

Unofficial Roon client for Apple devices

gtk-adwaita: build step for AppImage (broken) While the step produces `Plac.AppImage`, built file does not run with this error: ``` ./zig-out/Plac.AppImage: error while loading shared libraries: libharfbuzz.so.0: cannot open shared object file: No such file or directory ``` harfbuzz is installed but AppImage can't load the non-bundled library. I have no idea where is the problem: it could be Zig compiler, Nix, linuxdeploy, or my environment. AppImage docs is pretty shallow and scattered, recommended tools are questionable quality, but most importantly, the whole concept seems not to work well with Nix. Even if the underlying problem will be solved, this won't be in the repository. Given many errors and quirks I've seen at this point, I don't think it'll work in others' environments. Although it's not user friendly, running `nix develop && zig build run` is way better than CMake or Bazel or `configure` or whatever. I'm going to put this commit in trunk as build scripts and newly added files are useful for non-AppImage builds.

Changes

4 changed files (+463/-13)