Haruna


Video player


Screenshot

Haruna is a video player based on mpv.

Project home


  1. Installation
  2. Dependencies
  3. Build

Installation

Easiest way to install is through flatpak, flatpaks should work on all distros.

Flatpak setup guide

flatpak install flathub com.georgefb.haruna
flatpak run com.georgefb.haruna

If you don’t like flatpak you can build from source or ask the your distro to provide a package.

Dependencies

  • Extra CMake Modules
  • Qt5 Core
  • Qt5 Quick
  • Qt5 QuickControls2
  • KF5 Config
  • KF5 CoreAddons
  • KF5 FileMetaData
  • KF5 I18n
  • KF5 XmlGui
  • mpv-libs

Build

git clone https://gitlab.com/g-fb/haruna
cd quickaccess && mkdir build && cd build
cmake ..
cmake --build .
./haruna