There is a new pull request by Seltyk against master on the void-packages repository https://github.com/Seltyk/void-packages mpvpaper https://github.com/void-linux/void-packages/pull/39877 New package: mpvpaper-1.3 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, because it is compiled (from C) #### Local build testing - I built this PR locally for my native architecture, x86_64 - I built this PR locally (but did not install and test) for these architectures: - aarch64-musl - armv7l - armv6l-musl I'm pretty sure all of those constitute crossbuilds. Trying to build for i686 and x86_64-musl fails if wayland-devel isn't in both hostmakedepends and makedepends, which is why I did that. I'm not 100% sure what the runtime dependencies are. Considering what mpvpaper does and claims to be, I suspect mpv and wlroots are required at minimum. The Meson output suggests wayland-protocols is also a runtime dependency. Lastly, since MesaLib-devel is required for EGL, mesa is likely also be a runtime dependency. A patch file from https://github.com/void-linux/void-packages/pull/39877.patch is attached