Hi Juanito. I built latest git and it works

Maybe having latest librsvg also helped.
There is a fly in the ointment, though: dino depends libsoup3 and libnice. Unfortunately, the libnice in our repo has libsoup2 (libsoup.tcz) in its dependency tree, which clashes with libsoup3:
$ dino
(process:9083): libsoup-ERROR **: 00:27:44.306: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/breakpoint trapI submitted dino's latest git for the TCL16 x86_64 repo, with a hack to avoid the libsoup clash (this hacked dino extension includes its own private libnice--copied from Devuan--which does not have libsoup2 in its dependency tree).
If/when libsoup2 is removed from libnice's dependency tree, just let me know and I'll resubmit dino without the hack.