2015-09-04 0:49 GMT+03:00 Jeremy Whiting <jpwhit...@kde.org>: > Second project I took a quick stab at libkcompactdisc which > audiocd-kio will need (which amarok will need for playing audio cds > once it's ported to qt5/kf5 too). I pushed to a frameworks branch and > it builds, but the resulting library is called > libkcompactdisc.so.SOVERSION. I guess we need to set a specific > version for this library, probably bumped from what the old > qt4/kdelibs4 version was?
Hi Jeremy, I think the new fancy library naming scheme is "libKF5Xxx.so.SOVERSION", regardless of it being part of KF5 or not. Thus libKF5CompactDisc.so.5. -- Alexander Potashev