#deadbeef-qt This plugin provides a Qt interface for deadbeef
##Install For installation requires Qt 5 and DeaDBeeF 0.5.6.
Get deadbeef-qt sources from repository:
$ git clone git://github.com/maz-1/deadbeef-qt.git
Create temporary directory (for example </path/to/sources>/build) and change into it:
$ cd deadbeef-qt/
$ mkdir build
$ cd build
Run cmake:
$ cmake -D CMAKE_INSTALL_PREFIX=<DEADBEEF_INSTALL_PREFIX> ../
where the variable <DEADBEEF_INSTALL_PREFIX> is typically /usr
Then run make:
$ make
# make install
Then choose the QT gui plugin in the preference and restart DeaDBeeF.
##Arch Linux PKGBUILD from AUR