Search Criteria
Package Details: deadbeef-bs2b 10.224c2cf-1
Git Clone URL: | https://aur.archlinux.org/deadbeef-bs2b.git (read-only, click to copy) |
---|---|
Package Base: | deadbeef-bs2b |
Description: | bs2b plugin for the DeaDBeeF music player |
Upstream URL: | https://github.com/DeaDBeeF-Player/bs2b |
Licenses: | |
Submitter: | maz-1 |
Maintainer: | maz-1 |
Last Packager: | maz-1 |
Votes: | 4 |
Popularity: | 0.000002 |
First Submitted: | 2015-10-07 14:34 |
Last Updated: | 2018-09-08 14:26 |
Latest Comments
eimis commented on 2018-03-26 17:30
just remove the 'patch -p1 < ../bs2b.diff' from prepare() and it will compile
laichiaheng commented on 2017-10-16 01:46
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
patching file bs2b.c
Hunk #1 FAILED at 132.
Hunk #2 FAILED at 153.
2 out of 2 hunks FAILED -- saving rejects to file bs2b.c.rej
dreieck commented on 2017-04-27 18:31
Flagging out of date since maintainer is not updating PKGBUILD such that it builds again.
dreieck commented on 2016-12-08 11:21
Since you checkout from latest git, add "-git" to the pkgname (and add "deadbeef-bs2b=${pkgver}" to the provides-array, and "deadbeef-bs2b" to the conflicts array).
dreieck commented on 2016-12-08 11:15
prepare() fails while trying to apply patches:
== %< ==
==> Starting prepare()...
patching file Makefile
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
patching file bs2b.c
Hunk #1 FAILED at 132.
Hunk #2 FAILED at 153.
2 out of 2 hunks FAILED -- saving rejects to file bs2b.c.rej
==> ERROR: A failure occurred in prepare().
Aborting...
== >% ==
Please fix and update.