Search Criteria
Package Details: deadbeef-plugin-waveform-gtk2-git 0.5.r91.g4afd845-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/deadbeef-plugin-waveform-git.git (read-only, click to copy) |
---|---|
Package Base: | deadbeef-plugin-waveform-git |
Description: | Waveform Seekbar plugin for DeaDBeeF audio player GTK2 |
Upstream URL: | https://github.com/cboxdoerfer/ddb_waveform_seekbar |
Licenses: | GPL-2.0-or-later |
Conflicts: | deadbeef-plugin-waveform-gtk2 |
Provides: | deadbeef-plugin-waveform-gtk2 |
Submitter: | maz-1 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 18 |
Popularity: | 0.003185 |
First Submitted: | 2015-11-08 13:40 (UTC) |
Last Updated: | 2024-11-04 23:10 (UTC) |
Dependencies (7)
- deadbeefAUR (deadbeef-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- sqlite (sqlite-fossilAUR)
- deadbeefAUR (deadbeef-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
Latest Comments
1 2 3 Next › Last »
sushi2503 commented on 2024-11-07 17:01 (UTC) (edited on 2024-11-07 17:04 (UTC) by sushi2503)
Since a long time and now again with the last update, Deadbeef fills the xsession-errors with this constantly:
(deadbeef:16572): Gtk-CRITICAL **: 09:17:48.609: gtk_widget_queue_draw_area: assertion 'width >= 0' failed
To avoid them I just replace the update with my old ddb_misc_waveform_GTK3.so
https://github.com/DeaDBeeF-Player/deadbeef/issues/2678
dreieck commented on 2024-11-04 11:18 (UTC) (edited on 2024-11-04 11:18 (UTC) by dreieck)
There is a repository which fixes the build issues: github.com/Jbsco/ddb_waveform_seekbar.
I have made a
PKGBUILD
that uses that repository, and still gives a release version number (grepping it fromwaveform.c
): ↗ Here:Regards!
MRDeu commented on 2024-10-04 10:51 (UTC) (edited on 2024-10-04 10:52 (UTC) by MRDeu)
Change this.
wcasanova commented on 2024-09-21 14:13 (UTC)
also CFLAGS="-Wno-error=incompatible-pointer-types"
Drommer commented on 2024-03-23 19:50 (UTC)
simonweiss As I recall, I had the same error. I solved it by modifying the build() block:
simonweiss commented on 2024-01-28 05:45 (UTC)
Fails to build on fresh Manjaro with the following:
FabioLolix commented on 2023-10-26 07:18 (UTC)
@fractalf your problem is with deadbeef not deadbeef-plugin-waveform-git, for which I don't have a working patch
fractalf commented on 2023-10-25 23:44 (UTC)
Install fails on a clean EndeavourOS today:
..any idea?
dreieck commented on 2023-10-14 08:32 (UTC) (edited on 2023-10-14 08:36 (UTC) by dreieck)
You need to add
to
build()
to solve the issue reported on 2023-09-22, according to ↗ this comment in the upstream bugtracker.I can confirm that it fixes build error, so here is a
diff
to the currentPKGBUILD
:Regards and thanks for maintaining!
dreieck commented on 2023-09-22 20:05 (UTC)
Build fails for me with
waveform.c:690:18: error: ‘ddb_waveformat_t’ has no member named ‘is_bigendian’
:↗ Upstream issue report.
1 2 3 Next › Last »