Name | Modified | Size | Downloads / Week |
---|---|---|---|
WebPhonon-2.0-Linux.rpm | 2016-02-12 | 5.3 MB | |
WebPhonon-2.0-Linux.deb | 2016-02-12 | 7.1 MB | |
README.md | 2016-02-06 | 1.9 kB | |
WebPhonon-2.0-win32.exe | 2016-02-06 | 10.5 MB | |
Totals: 4 Items | 22.9 MB | 0 |
WebPhonon
Phonon based Video Player written in Qt
Features:
- OpenGL Visualization
- MySQL powered Media Library
- 10 band Equalizer (Linux Gstreamer backend Only)
- Volume amplifier (can blow your speakers out!)
Runtime Dependencies:
Qt4, Phonon, kdelibs4 (linux only)
Build Dependencies:
cmake, Qt4-dev, Phonon-dev, kdebase4-dev
Ubuntu build dependencies command:
apt-get install cmake libqt4-dev libphonon-dev kdelibs5-dev
OpenSUSE command:
zypper in cmake libqt4-devel phonon-devel libkde4-devel
OpenSUSE Repo
http://software.opensuse.org/package/WebPhonon
Generic Binary Packages (RPM, DEB and win32 EXE)
http://sourceforge.net/projects/webphonon/
Build from Source:
- git clone https://www.github.com/Zakhrov/WebPhonon.git
- Build Instructions:
- cd to the directory you cloned WebPhonon to
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
- execute using ./WebPhonon or run sudo make install for systemwide install