Great :)
Yes, I´ll do that.
Search Criteria
Package Details: deadbeef-plugin-waveform 0.5-3
Package Actions
| 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: | |
| Conflicts: | |
| Submitter: | wander |
| Maintainer: | wander |
| Last Packager: | wander |
| Votes: | 5 |
| First Submitted: | 2014-03-18 15:21 |
| Last Updated: | 2014-08-03 19:49 |
Latest Comments
Comment by wander
Comment by Finwe
Yup :) Thanks. Maybe add it as a dependency then?
Comment by wander
Strange, does installing pkg-config fix this?
Comment by Finwe
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
missing gtk2 dependency is fixed.
Comment by wander
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
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