Package Details: deadbeef-plugin-vu-meter-git r8.77930b4-1

Git Clone URL: https://aur.archlinux.org/deadbeef-plugin-vu-meter-git.git (read-only, click to copy)
Package Base: deadbeef-plugin-vu-meter-git
Description: Retro VU Meter Plugin for the DeaDBeeF audio player
Upstream URL: https://github.com/cboxdoerfer/ddb_vu_meter
Keywords: deadbeef plugin
Licenses: GPL2
Submitter: maz-1
Maintainer: jwty
Last Packager: jwty
Votes: 3
Popularity: 0.000002
First Submitted: 2015-11-08 13:39 (UTC)
Last Updated: 2021-06-13 16:02 (UTC)

Latest Comments

kajlao commented on 2021-06-25 15:57 (UTC)

Thanks!

jwty commented on 2021-06-13 22:35 (UTC)

I have applied necessary fixes to PKGBUILD. It should now build and install correctly.

kajlao commented on 2021-06-04 14:15 (UTC) (edited on 2021-06-05 14:37 (UTC) by kajlao)

There are changes needed! Provided by kamshi:

change: license='GPL2'

to

license=('GPL2')

+noticed by me: URL is wrong and should be changed from https://raw.githubusercontent.com/eimiss/arch_vu_meter_patch/master/arch_vu_meter_patch to https://raw.githubusercontent.com/houzhenggang/arch_vu_meter_patch/master/arch_vu_meter_patch pkgver=20150510 to pkgver=20170921

psltn commented on 2018-01-18 23:40 (UTC)

Hello, @maz-1, could you make the change proposed by @kamshi? Also, could you make the Style as Bars by default (instead of Retro)?

kamshi commented on 2016-11-08 18:10 (UTC)

I can't build this package because makepkg expects the license to be in parenthesis. In order for it to work, I have to edit the PKGBUILD by changing line 7 from license='GPL2' to license=('GPL2') Can someone apply this change to the PKGBUILD supplied by this package, so that everyone can benefit from this? I'm new here and don't know how to make change requests other than by adding a comment.