There is an updated pull request by kruceter against master on the void-packages repository https://github.com/kruceter/void-packages stepmania https://github.com/void-linux/void-packages/pull/40783 stepmania: fix build with gcc 12, ship ffmpeg 2.1.3 with distfiles If ffmpeg with specific version is not present in the work source directory, cmake attempts to clone its repository with git and check out version 2.1.3. This approach presents two issues: 1. It can no longer be cloned using git:// for github (see https://github.com/stepmania/stepmania/pull/2200) which results in connection timeout and build failure as the result. 2. Downloaded tarball is erased after successful build since it is considered to be part of the source code. Its retrieval and storage for future use should be done by xbps-src. cc: @the-maldridge as the current maintainer of the package. #### Testing the changes - I tested the changes in this PR: **briefly** #### Local build testing - I built this PR locally for my native architecture, x86_64 A patch file from https://github.com/void-linux/void-packages/pull/40783.patch is attached