Search Criteria
Package Details: deadbeef-plugin-vu-meter-git r8.77930b4-2
Package Actions
| 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.000000 |
| First Submitted: | 2015-11-08 13:39 (UTC) |
| Last Updated: | 2023-09-25 14:20 (UTC) |
Dependencies (5)
- deadbeefAUR (deadbeef-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
dreieck commented on 2023-10-02 11:13 (UTC)
I set
$SRCDESTin/etc/makepkg.conf.jwty commented on 2023-09-25 14:17 (UTC)
@dreieck Thank you for notifying me of this – I have included your fix in PKGBUILD.
Weird that when I adopted this package
$startdirversion of this line worked still, and the plugin was building successfully. I wonder what changed since then.dreieck commented on 2023-09-22 19:51 (UTC)
Build fails for me with
Investigating your
PKGBUILD, it turns out that you use$startdirwhich you must not do (it fails when someone has set$SRCDEST).A fix is:
Replace
by
(also note the quotes. Also the other lines containing variables should be quoted, because it is not guaranteed that there are no spaces within
$srcdiror$pkgdir.)Thanks for maintaining!
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)