New comment by MechDR on void-packages repository https://github.com/void-linux/void-packages/issues/49953#issuecomment-2114252513 Comment: The functions were just for testing, the final was supposed to have just `build_style=cmake`, `configure_args` and `build_wrksrc`, but the `build_wrksrc` didn't get parsed by xbps-src (or maybe I didn't define it properly, IDK), so I just thought I'd try and see if it can build like this, then clean up the template and just use the built in variables. It actually does make the `/usr/etc` dir when installing, but I just moved it to the root of `$DESTDIR` (as it should be). The building is not the actual problem, it builds without problems on x86_64 (needs a bit more work for cross), the problem is, it won't run, lol 😄. EDIT: When adding `phonon-qt5-backend-gstreamer` to `depends`, that seems to cut down on the errors generated. Still, it won't detect any plugins 🤷.