Search Criteria
Package Details: opendune 0.9-1
Git Clone URL: | https://aur.archlinux.org/opendune.git (read-only, click to copy) |
---|---|
Package Base: | opendune |
Description: | Open source re-creation of the popular game Dune II |
Upstream URL: | http://opendune.org |
Licenses: | |
Submitter: | gaelic |
Maintainer: | None |
Last Packager: | zorun |
Votes: | 4 |
Popularity: | 0.019701 |
First Submitted: | 2017-02-20 09:24 |
Last Updated: | 2018-06-09 23:12 |
Dependencies (5)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- dune2-data
- hicolor-icon-theme (hicolor-icon-theme-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git, sdl2-nox-git)
- sdl2_image (sdl2_image-minimal-git)
Latest Comments
pbnoxious commented on 2020-01-08 10:17
I think the directory of the data files needs to be changed, I had to adjust it to /usr/share/games/dune2 Also I think (not really an expert) that deleting the data files from the dune2-data package is not really a good practice, as you'll strip the other package of its files. Probably that should be a build dependency?
zorun commented on 2018-02-08 07:34
Hi,
It builds fine with SDL in a clean chroot. But you're right, the build system seems to prefer SDL2 if present.
I have moved the package to use SDL2. I think I had settled for SDL because there was an issue with SDL2 (missing sound at runtime?). Please test and report.
blapierre commented on 2018-02-08 03:28
Doesn't build... i have all dependencies installed. fatal error: SDL_image.h: No such file or directory
But i have sdl & sdl2, so I was able to fix by also installing sdl2_image. So it seems if you have sdl2, you must also have sdl2_image installed.
Also, the code seems to indicate it wants SDL2, not SDL. If that's correct, please adjust the dependencies to sdl2 & sdl2_image.
zorun commented on 2017-08-13 15:22
Updated with several changes:
- install in /usr/bin instead of /opt
- correctly find data files
- add missing dependencies
- minor fixes