Search Criteria
Package Details: sameboy 0.16.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sameboy.git (read-only, click to copy) |
---|---|
Package Base: | sameboy |
Description: | An accuracy-focused Game Boy/Game Boy Color emulator |
Upstream URL: | https://github.com/LIJI32/SameBoy |
Licenses: | MIT |
Conflicts: | sameboy-git |
Submitter: | Arvedui |
Maintainer: | Arvedui |
Last Packager: | Arvedui |
Votes: | 7 |
Popularity: | 0.042743 |
First Submitted: | 2020-05-17 15:10 (UTC) |
Last Updated: | 2024-10-15 15:09 (UTC) |
Dependencies (4)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- make (make-gitAUR) (make)
- rgbds (rgbds-gitAUR) (make)
Latest Comments
Arvedui commented on 2021-03-08 14:54 (UTC)
No, you did not miss anything. I was …
It is fixed now, thanks for reporting!
drcouzelis commented on 2021-03-08 14:23 (UTC)
I'm unable to run SameBoy since version 0.14. Running "sameboy" will result in a segmentation fault, and attempting to open any ROM ("sameboy ~/Games/megaman.gb") will fail and show the following error.
"Could not open boot ROM: No such file or directory."
Does anyone know why this is happening? I feel like I'm missing something simple... >_<
Arvedui commented on 2021-02-28 20:05 (UTC)
The easiest way to build in a clean chroot is to use
extra-x86_64-build
instead of makepkg (or your friendly AUR helper, if you use one). You can read the details here.You are right xdg-utils is not necessary, at least not with 0.14.1.
Basxto commented on 2021-02-28 19:11 (UTC)
How do I build it in a chroot? I've never tried that before.
xdg-utils
shouldn't be necessary, it's probably enough to givemake
aFREEDESKTOP=true
. I think he only checks forxdg-open
because he would usexdg-desktop-menu
etc. ifDESTDIR
is not set.And there is 0.14.1 available (fixes a regression and now copies the .desktop file)
Arvedui commented on 2021-02-28 11:24 (UTC)
thanks for the pointer. You should probably add
xdg-utils
to makedepends, becausemake install
is only available whenxdg-open
is available too. Right no sameboy-git does not build in clean chroot because of this.Basxto commented on 2021-02-27 23:12 (UTC)
Please evaluate switching to
make install
and using the newly added icons (new dependencyhicolor-icon-theme
) and a .desktop file (showing up in start menues; connected with file types .gb/.sgb and .cgb/.gbc). I just added all that to sameboy-git