Search Criteria
Package Details: rgbds-git 0.3.7.r34.g5cb6c4a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rgbds-git.git (read-only, click to copy) |
---|---|
Package Base: | rgbds-git |
Description: | Rednex GameBoy Development System (development version) |
Upstream URL: | https://github.com/rednex/rgbds/ |
Licenses: | MIT |
Conflicts: | rgbds |
Provides: | rgbds |
Submitter: | cosarara97 |
Maintainer: | 46620 |
Last Packager: | carstene1ns |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-11-22 17:58 (UTC) |
Last Updated: | 2018-11-22 18:26 (UTC) |
Dependencies (2)
- libpng (libpng-apngAUR, libpng-gitAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Required by (5)
- hugetracker-git (requires rgbds)
- libretro-sameboy-git (requires rgbds) (make)
- sameboy (requires rgbds) (make)
- sameboy-git (requires rgbds) (make)
- superdux-git (requires rgbds) (make)
Latest Comments
<deleted-account> commented on 2021-03-14 13:38 (UTC)
Latest release fails to build.
Assuming there's something off with the regex.
pjj56 commented on 2020-10-13 21:32 (UTC)
This fails to build recently due to an invalid
pkgver
, as the sed regex leaves a-
in. The regex just needs ag
on the end to fix it, i.e.git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./g'
carstene1ns commented on 2020-01-13 10:31 (UTC)
flex
is part ofbase-devel
, so expected to be installed.EndlessEden commented on 2020-01-09 09:15 (UTC)
please add flex to depends
carstene1ns commented on 2018-11-22 18:26 (UTC)
NieDzejkob: Thank you, added.
NieDzejkob commented on 2018-11-10 12:34 (UTC)
Can you please add a
provides=('rgbds')
line?cosarara97 commented on 2018-03-06 15:50 (UTC)
I don't use this program anymore, I've disowned the package.
<deleted-account> commented on 2017-07-05 20:09 (UTC)