On 2024/08/23 17:08:38 +0200, Kirill A. Korinsky <kir...@korins.ky> wrote: > On Fri, 23 Aug 2024 11:58:09 +0200, > Omar Polo <o...@openbsd.org> wrote: > > > > works for me and the new C-b binding to play the audio is handy :) > > > > Also works fine, but I've noticed that on configure stage it complains as:
That's because they're runtime dependencies that are not installed at build time. We could set BUILD_DEPENDS += ${RUN_DEPENDS} or something similar, but strictly speaking these dependencies are not needed to produce the package, just to run its content. Of the (optional) requirements in MYMETA.yaml we're lacking Text::Unidecode and Unicode::GCString, which are both packaged. They're not new deps so I haven't added them. (and it actually would prefer an updated forkmanager)