Code: Select all
org.kde.pim.kalarm: AudioPlayer::play: Failed to play sound with VLC: <path to sound file>There are two ebuilds present in the tree, kalarm-24.08.1.ebuild and kalarm-24.08.3.ebuild. The first one is broken. The second one is accept-keyword masked, and to unmask it I have to unmask the whole of KDE. I attempted to emerge --nodeps, but it refuses to build out of the box because it expects to find various KDE libraries and config files of version 6.2.3, but we have 6.2.1.
My solution was to edit the CMakeLists.txt and replace all occurrences of 6.2.3 with 6.2.1, them ebuild compile and all the rest as usual. It builds and seems to work this way.

