Search Criteria
Package Details: deadbeef-plugin-lyricbar-git r195.gf6b939b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/deadbeef-plugin-lyricbar-git.git (read-only, click to copy) |
|---|---|
| Package Base: | deadbeef-plugin-lyricbar-git |
| Description: | DeaDBeeF lyric bar plugin |
| Upstream URL: | https://github.com/AsVHEn/deadbeef-lyricbar |
| Licenses: | MIT |
| Conflicts: | deadbeef-plugin-lyricbar |
| Provides: | deadbeef-plugin-lyricbar |
| Submitter: | dpirate |
| Maintainer: | dpirate |
| Last Packager: | dpirate |
| Votes: | 6 |
| Popularity: | 0.120693 |
| First Submitted: | 2019-01-26 06:39 (UTC) |
| Last Updated: | 2025-11-11 14:09 (UTC) |
Dependencies (6)
- curl (curl-gitAUR, curl-c-aresAUR)
- deadbeefAUR (deadbeef-gitAUR)
- gtkmm3
- git (git-gitAUR, git-glAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- taglib (taglib-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
KDN_Observer commented on 2025-10-31 12:55 (UTC)
Currently failing to build. Both patches are outdated
wind_mask commented on 2024-10-12 07:45 (UTC)
I found a new version: https://github.com/AsVHEn/deadbeef-lyricbar, considering this.
rek769 commented on 2024-09-04 17:27 (UTC) (edited on 2024-09-04 17:28 (UTC) by rek769)
Copied the linked pkgbuild over the snapshot version and tried again. Success!
Very grateful for your help!
FabioLolix commented on 2024-09-04 17:20 (UTC)
Posting big logs here is not welcome, use my linked pkgbuild
rek769 commented on 2024-09-04 17:12 (UTC) (edited on 2024-09-04 17:13 (UTC) by rek769)
I don't use a helper. I always use terminal and build manually: makepkg -si
Deleted cloned directory and re-downloaded.
Same error.
Can I post or send full terminal output?
FabioLolix commented on 2024-09-04 16:54 (UTC) (edited on 2024-09-04 16:54 (UTC) by FabioLolix)
@rek769 your build method? Are you using an AUR helper?
The changes work
rek769 commented on 2024-09-04 16:45 (UTC)
Re-downloaded as SNAPSHOT, extracted, saw additions in PKGBUILD. Still this:
src/main.c:31:22: note: (near initialization for 'remove_action.callback2')
make: *** [Makefile:31: main.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
FabioLolix commented on 2024-09-04 16:31 (UTC)
@rek769 you have edit too much or the wrong pkgbuild, here there isn't:
There is:
rek769 commented on 2024-09-04 16:26 (UTC) (edited on 2024-09-04 16:28 (UTC) by rek769)
Seems it did not make a difference:
src/main.c:31:22: note: (near initialization for 'remove_action.callback2') make: *** [Makefile:31: main.o] Error 1 ==> ERROR: A failure occurred in build().
Here is revised build section:
build() { export CFLAGS+=" -Wno-incompatible-pointer-types" export CXXFLAGS+=" -Wno-incompatible-pointer-types" cd "${_gitname}" make }
FabioLolix commented on 2024-09-04 15:36 (UTC)
The error is:
This is due to GCC14 and can be avoided adding this after
build()1 2 3 4 Next › Last »