Re: [proaudio] Rosegarden 1.5 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
trinine@xxxxxxx wrote:
Hi,
I've tried the rosegarden-1.5.0 ebuild :
-> Rosegarden suggests to install kghostview or ggv or ghostview or evince to
use Lilypond preview. I don't know if it's possible to write an ebuild which
checks this, and lets people choose the soft to be used for this function.
Don't know how to do this. I just could add a lilypond useflag which checks
if a suitable app is already installed. If none is installed the most
left will be chosen:
lilypond? ( || ( app-text/ggv kde-base/kghostview app-text/evince ) )
Other ideas?
-> There's a new "Import/Export Rosegarden project" feature, managed by a Perl
script (/usr/bin/rosegarden-project-package). This script
needs "kde-base/kdialog" and "dev-perl/XML-Twig" (which has a lot of
dependencies) to work.
this could be done also via useflag
USE=export or sth. similar
suggestions please
After this, everything seems to work fine ;-)
Trinine