Search Criteria
Package Details: deadbeef-plugin-waveform-gtk3-git 0.5.r74.g114514e-1
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 GTK3 |
Upstream URL: | https://github.com/cboxdoerfer/ddb_waveform_seekbar |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | maz-1 |
Maintainer: | rdoursenaud |
Last Packager: | rdoursenaud |
Votes: | 13 |
Popularity: | 0.002405 |
First Submitted: | 2015-11-08 13:40 |
Last Updated: | 2019-05-22 09:38 |
Dependencies (4)
- deadbeef (deadbeef-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- git (git-git) (make)
Latest Comments
rdoursenaud commented on 2019-05-22 09:39
@jadenPete Thanks for pointing that out.
jadenPete commented on 2019-03-26 05:12
Please add git to the makedepends.
psltn commented on 2018-02-10 19:19
@rdoursenaud Nice! Thank you for updating the other deadbeef packages too.
rdoursenaud commented on 2018-02-10 12:23
@psltn wish granted!
psltn commented on 2018-02-07 16:08
Please consider following the guidelines to fix the pkgver: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function
smonff commented on 2016-09-01 08:37
Why skipping md5sums check? Checking is good!
Cogito commented on 2016-05-24 22:59
The PKGBUILD need to update:
https://github.com/cboxdoerfer/ddb_waveform_seekbar/blob/master/PKGBUILD_release
and fix:
license=('GPL2')
Shirx commented on 2016-03-28 22:03
The PKGBUILD fails with:
==> ERROR: license should be an array
==> ERROR: md5sums should be an array
==> ERROR: source should be an array
:: failed to verify deadbeef-plugin-waveform-gtk2-git integrity
I could fix this with these modifications:
license=('GPL2')
source=($_gitroot)
md5sums=(SKIP)
Apart from that, the PKGBUILD builds both GTK2 and GTK3 version, unlike suggested in the description.