There is an updated pull request by lemmi against master on the void-packages repository https://github.com/lemmi/void-packages gerbera https://github.com/void-linux/void-packages/pull/42716 gerbera: update to 1.12.1. Also adds `libupnp` options since `gerbera` complains about them otherwise: ``` CMake Warning at CMakeLists.txt:405 (message): !! It is strongly recommended to build libupnp with --enable-reuseaddr !! Without this option Gerbera will be unable to restart with the same port number. CMake Warning at CMakeLists.txt:412 (message): !! It is strongly recommended to build libupnp with --disable-blocking-tcp-connections !! Without this option non-responsive control points can cause libupnp to hang. ``` Restarts are indeed not cleanly possible without them. A patch file from https://github.com/void-linux/void-packages/pull/42716.patch is attached