[go: up one dir, main page]

Skip to content

This plugin provides a Qt interface for deadbeef

Notifications You must be signed in to change notification settings

maz-1/deadbeef-qt5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

This plugin provides a Qt interface for deadbeef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • CMake 2.7%
  • C 2.6%