Package Details: deadbeef-plugin-waveform 0.5-3

Package Base: deadbeef-plugin-waveform
Description: Waveform Seekbar Plugin for the DeaDBeeF audio player
Upstream URL: https://github.com/cboxdoerfer/ddb_waveform_seekbar
Category: multimedia
Licenses: GPL2
Conflicts: deadbeef-plugin-waveform-git
Submitter: wander
Maintainer: wander
Last Packager: wander
Votes: 5
First Submitted: 2014-03-18 15:21
Last Updated: 2014-08-03 19:49

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by wander

2014-08-03 19:47

Great :)

Yes, I´ll do that.

Comment by Finwe

2014-08-03 19:46

Yup :) Thanks. Maybe add it as a dependency then?

Comment by wander

2014-08-03 19:45

Strange, does installing pkg-config fix this?

Comment by Finwe

2014-08-03 19:39

I already had gtk2 installed and I just reinstalled it to make sure, but it still gives the same error. Same thing happens if I download the source from github and do make. Up until about a week ago it compiled fine. Maybe something changed from 0.4 to 0.5?

Comment by wander

2014-08-03 19:32

missing gtk2 dependency is fixed.

Comment by wander

2014-08-03 19:17

You need to have gtk2 installed. I thought deadbeef already pulls in that dependency but apparently on arch linux it´s build only with GTK3 support. I will update the PKGBUILD as soon as possible.

Thx for reporting! :)

Comment by Finwe

2014-08-03 18:49

Compiling fails with the following error (tried using yaourt and aur.sh):

Creating build directory for GTK+2 version
Compiling waveform.o
/bin/sh: pkg-config: command not found
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -fPIC -std=c99 -D_GNU_SOURCE waveform.c -c -o gtk2/waveform.o
/bin/sh: pkg-config: command not found
waveform.c:34:21: fatal error: gtk/gtk.h: No such file or directory
#include <gtk/gtk.h>
^
compilation terminated.
Makefile:87: recipe for target 'gtk2/waveform.o' failed
make: *** [gtk2/waveform.o] Error 1