Aplication

Haruna - Testing for the next release

In the next release Haruna - open source video player built with libmpv, the biggest changes are to the playlist which can now open m3u files, supports adding both local files and urls, can be sorted, cleared and saved.

Use the flatpak beta

flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.kde.haruna
flatpak run --branch=beta org.kde.haruna

Or build it yourself

git clone https://invent.kde.org/multimedia/haruna.git
cd haruna
# append `-D CMAKE_INSTALL_PREFIX:PATH=/your/custom/path` to install to a custom location
cmake -B build -G Ninja
cmake --build build
cmake --install build

List of changes: