Menu

Tree [c09233] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2014-10-27 Jan Behrens Jan Behrens [1c1519] Add AUR support
 COPYING 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 INSTALL 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 Makefile.am 2014-10-28 Jan Behrens Jan Behrens [589f58] Add debug option to configure.ac
 NEWS 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 PKGBUILD.in 2014-10-30 Jan Behrens Jan Behrens [a6038b] Add sha256sum
 README 2014-10-14 Jan Behrens Jan Behrens [37ca44] Fix makerelease.sh to include scripts
 autogen.sh 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 configure.ac 2014-10-28 Jan Behrens Jan Behrens [589f58] Add debug option to configure.ac
 makeaur.sh 2014-10-30 Jan Behrens Jan Behrens [a6038b] Add sha256sum
 makerelease.sh 2014-10-27 Jan Behrens Jan Behrens [dc8adb] Fix AUR build stuff again
 quickinstall.sh 2014-03-23 Jan Behrens Jan Behrens [f7a514] Rename the plugin to "waveformz" internally (to...
 quickremove.sh 2014-03-23 Jan Behrens Jan Behrens [f7a514] Rename the plugin to "waveformz" internally (to...
 support.c 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 support.h 2014-03-15 Jan Behrens Jan Behrens [b5ddc7] initial commit, proof-of-concept version of the...
 userinstall.sh 2014-03-23 Jan Behrens Jan Behrens [f7a514] Rename the plugin to "waveformz" internally (to...
 userremove.sh 2014-03-23 Jan Behrens Jan Behrens [f7a514] Rename the plugin to "waveformz" internally (to...
 utils.c 2014-10-27 Jan Behrens Jan Behrens [3d5fae] Add butterfly display mode (2 channels), improv...
 utils.h 2014-10-27 Jan Behrens Jan Behrens [3d5fae] Add butterfly display mode (2 channels), improv...
 wave.c 2014-11-17 Jan Behrens Jan Behrens [c09233] Fix some stability issues
 wave.h 2014-10-27 Jan Behrens Jan Behrens [3d5fae] Add butterfly display mode (2 channels), improv...

Read Me

Waveform display plugin for the DeaDBeeF audio player
http://sourceforge.net/projects/deadbeef-wf/

Copyright (C) 2014 Jan D. Behrens <zykure@web.de>


Check out the player itself here:
    http://deadbeef.sourceforge.net/


==========================================================

1. Compiling etc.

* You can also grab the binary archive with the precompiled plugin
  if you don't want to compile for yourself. See below how to install
  the plugin when you already have the binary files.

* To build the plugin from source, you'll need the deadbeef and
  GTK2/GTK3 headers (deadbeef-dev, libgtk2.0-dev, libgtk3.0-dev).

* To get the sources from git, use the following commands:
    First donwload:   git clone git://deadbeef-fb.git.sourceforge.net/gitroot/deadbeef-fb/deadbeef-fb
    Update the tree:  git pull

* Then just follow the instructions in the INSTALL file.
  Basically, you need to run
    ./autogen.sh
    ./configure
    make
  to compile the sources. After that, the plugin is ready for install.

* By default, both GTK2 and GTK3 versions of the plugin are built. You
  can disable either one by passing the --disable-gtk2|3 flag to
  configure:
    ./configure --disable-gtk3
  Then continue as described above.


==========================================================

2. Install

* You can either use one of the provided install scripts, or use
  "make install" as mentioned in the INSTALL file.

* To quickly install the plugin into your home directory, use the
  "userinstall.sh" script. You don't need to be root to do that!
  It will put the plugin file into $HOME/.local/lib/deadbeef/.

* To quickly install the plugin into your system directory, use the
  "quickinstall.sh" script.
  It will put the plugin file into /usr/local/lib/deadbeef/.

* If you want to install the plugin into your system directory (e.g.
  /usr), it's better to compile the program and use "make install", as
  this also takes care of other files like translations! By default,
  the plugin will be installed to /usr/local/ using this method.


==========================================================

3. Problems?

* If DeaDBeeF stops working after you've installed the plugin, just
  remove the .so file from the directory you choosed above.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.