https://github.com/saivert/ddb_misc_headerbar_gtk3
Adds a headerbar to your DeaDBeeF.
https://github.com/saivert/ddb_misc_headerbar_gtk3
deadbeef headerbar
Last synced: 3 months ago
JSON representation
Adds a headerbar to your DeaDBeeF.
- Host: GitHub
- URL: https://github.com/saivert/ddb_misc_headerbar_gtk3
- Owner: saivert
- License: gpl-2.0
- Created: 2015-11-11T02:19:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:12:13.000Z (about 2 years ago)
- Last Synced: 2024-05-21T19:18:44.239Z (about 2 years ago)
- Topics: deadbeef, headerbar
- Language: C
- Homepage: http://deadbeef.sourceforge.net/plugins.html
- Size: 371 KB
- Stars: 32
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddb_misc_headerbar_GTK3
Adds a headerbar to your DeaDBeeF.
Requirements
------------
* Version 0.7 or higher of DeaDBeeF.
* GTK3
Screenshots
-----------



Installation
------------
Manually from source:
$ git clone https://github.com/saivert/ddb_misc_headerbar_GTK3.git
$ cd ddb_misc_headerbar_GTK3
$ ./autogen.sh
$ ./configure && make
The last step copies the plugin to ~/.local/lib64/deadbeef
$ cd src && make localinstall
If you have a 32 bit system copy it yourself to the right place, e.g:
$ cp src/.libs/ddb_misc_headerbar_GTK3.so ~/.local/lib/deadbeef
For Arch linux you can use the PKGBUILD in the distro/arch directory.
Binary builds
-------------
Static builds can now be downloaded from the [deadbeef plugin page](http://deadbeef.sourceforge.net/plugins.html).
Build scripts for your favorite distro are accepted :)