Source code / Git

Sayonara is hosted on Image without description Gitlab.

You can download source packages here

Building from source

Installing packages on Debian/Ubuntu/Mint

apt-get install cmake gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly lame libmp3lame0 libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-dev libqt5sql5-sqlite libqt5svg5-dev libtag1-dev pkg-config qtbase5-dev qttools5-dev qttools5-dev-tools vorbis-tools zlib1g-dev

Installing packages on Fedora/Suse

dnf install cmake gcc-c++ git desktop-file-utils libappstream-glib qt5-qtbase-devel qt5-qttools-devel gstreamer1-plugins-base-devel hicolor-icon-theme taglib-devel zlib-devel

Optional packages can be installed with rpmforge or rpmfusion

dnf install gstreamer1-plugins-ugly lame

Installing packages on Mageia

urpmi appstream-glib gcc-c++ cmake desktop-file-utils git lib64 lib64gstreamer1.0-devel lib64gstreamer-plugins-base1.0-devel lib64zlib-devel lib64qt5base5-devel lib64qt5core-devel lib64qt5dbus-devel lib64qt5gui-devel lib64qt5network-devel lib64qt5xml-devel lib64qt5sql-devel libqt64qt5svg-devel lib64qt5network-devel lib64qt5help-devel taglib-devel

Build

git clone https://gitlab.com/luciocarreras/sayonara-player.git
cd sayonara-player
mkdir build
cd build
cmake ..
make -j`nproc`
sudo make install