项目作者: kuba160

项目描述 :
Qt5 plugin for DeaDBeeF
高级语言: C++
项目地址: git://github.com/kuba160/ddb_gui_qt5.git
创建时间: 2019-04-29T19:36:20Z
项目社区:https://github.com/kuba160/ddb_gui_qt5

开源协议:GNU General Public License v2.0

下载


ddb_gui_qt5

This plugin provides a Qt interface for deadbeef. This plugin is continuation of deadbeef-qt plugin ported to Qt5

image

Install

For installation requires Qt 5 (>=5.9.0) or greater and DeaDBeeF (>=1.8.0). For debian based systems install qt5-default.

Get ddb_gui_qt5 sources from repository:

  1. $ git clone git://github.com/kuba160/ddb_gui_qt5

Run qmake:

  1. $ qmake ddb_gui_qt5.pro
  2. $ make

The default install path on linux is ~/.local/lib/deadbeef, on other systems copy ddb_gui_qt5.so / ddb_gui_qt5.dll to your plugins directory.

  1. $ make install

Then choose the QT gui plugin in the preferences and restart DeaDBeeF. Another possibility is to start deadbeef with --gui qt5 parameter.