http://zakhrov.github.io/WebPhonon/
- OpenGL Visualization

- MySQL powered Media Library

- 10 band Equalizer (Linux Gstreamer backend Only)

- Volume amplifier (can blow your speakers out!)

Qt5, Phonon, kdelibs5 (linux only)
cmake, Qt5-dev, Phonon4Qt5-dev, kdebase5-dev
apt-get install cmake libqt5-dev libphonon4-dev kdelibs5-dev
zypper in cmake libqt5-devel phonon4qt5-devel libkde4-devel
http://software.opensuse.org/package/WebPhonon-Qt5
- The OBS repository contains packages for all supported OpenSUSE versions along with Arch Linux packages
http://sourceforge.net/projects/webphonon/
- The Windows version requires K-lite codec pack
- git clone https://www.github.com/Zakhrov/WebPhonon-Qt5.git
- Build Instructions:
- cd to the directory you cloned WebPhonon to
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
- execute using ./WebPhonon-Qt5 or run sudo make install for systemwide install
