I've opened a bugs for a new ebuild http://bugs.gentoo.org/show_bug.cgi?id=345637
Install KSing need some step, but is really simple:
First at all download the last sources codes from here and decompress the file.
And now compile it in this way:
cd ksing
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
su -c 'make install'
NOTE: the application can be launched only if it is installed!
now you can launch it typing:
ksing
-kdelibs >=4
-qt >=4
-alsa-lib
-drumstick >=0.4.1
-qt-opengl >=4
If you get the error "No MIDI backend loaded" wait some second and launch again ksing. Kde is updating...
To delete KSing launch:
su -c 'make uninstall'
Anonymous