There is a new pull request by ScrelliCopter against master on the void-packages repository https://github.com/ScrelliCopter/void-packages dumbutils2 https://github.com/void-linux/void-packages/pull/28182 dumb: Package dumbplay & split libaldmb, take ownership This is a second go at https://github.com/void-linux/void-packages/pull/18472 with (in my opinion) a better approach using subpackages instead of build time options. libaldmb is a separate library that isn't used by the rest of the package and splitting it avoids a bunch of unnecessary x11 & other desktop dependencies on `dumb`. For the reference player I created a `dumbplay` subpackage which keeps the SDL2 dependency out of the main library package, the dumbout util technically doesn't need it but I figured it's not important enough to create yet another subpackage for. I also updated the homepage which still pointed to the old pre-fork page. Checked and couldn't see any other packages using the Allegro 4 integration (or libdumb at all for that matter) so I'm certain this change shouldn't break any existing package. A patch file from https://github.com/void-linux/void-packages/pull/28182.patch is attached