I'm not expecting many to be interested in this topic, since frescobaldi is a lilypond music scoring code editor. Pretty specialized application.
However, I have often asked @wiak and @rockedge to help me get it installed and running on various distros.
What's interesting is I was looking at installing it in F96, and while going over the readme I discovered that Frescobaldi itself doesn't need to be installed, it just needs to be run using the command:
python3 frescobaldi
from the directory where the source code is kept.
SOOOO, I installed all the dependencies, pygame, poppler, Qt5 stuff, and ran the python command to launch frescobaldi, and sure enough it worked.
Seems silly not to actually compile it now and install it, since it's probably 1/20th the size of all those dependencies!