Search Criteria
Package Details: darkplaces-git r9549.d65ddd94-1
Git Clone URL: | https://aur.archlinux.org/darkplaces-git.git (read-only, click to copy) |
---|---|
Package Base: | darkplaces-git |
Description: | An advanced Quake 1 game engine (git-latest) |
Upstream URL: | https://github.com/xonotic/darkplaces.git |
Keywords: | darkplaces quake quake1 |
Licenses: | |
Submitter: | ProfessorKaos64 |
Maintainer: | ProfessorKaos64 |
Last Packager: | ProfessorKaos64 |
Votes: | 3 |
Popularity: | 0.003890 |
First Submitted: | 2016-09-21 20:05 |
Last Updated: | 2018-12-01 21:15 |
Dependencies (10)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libxpm
- libxxf86vm
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git)
- xextproto (ghost-deps-meta) (make)
- xf86dgaproto (ghost-deps-meta) (make)
- xf86vidmodeproto (ghost-deps-meta) (make)
- xproto (ghost-deps-meta) (make)
Latest Comments
ProfessorKaos64 commented on 2020-04-19 14:42
Sorry, everyone, I've been out of the game for a while traveling. Working a VM setup and will update this soon.
parkerlreed commented on 2020-01-02 16:53
As of latest Xorg changes
Everything seems to be in
xorgproto
nownoabody commented on 2019-12-31 17:34
Based on my experience with Ubuntu, I believe the dependencies should look like this:
zed123 commented on 2019-12-25 11:22
Looks like the build dependencies are out of date. I get errors when using pikaur. Looks like it wan'ts to install build dependencies, but it fails. For example, I cannot find xproto; only xorgproto.
ProfessorKaos64 commented on 2018-12-01 21:16
Thanks!
kasugano commented on 2018-11-06 14:46
To fix this package you need to change "PKGBUILD":
"install -m755 darkplaces-{dedicated,glx,sdl} $pkgdir/usr/bin"
to
"install -m755 darkplaces-{dedicated,sdl} $pkgdir/usr/bin"
Pandor commented on 2018-08-04 23:51
Failed to install:
==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'darkplaces-glx': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... :: failed to build darkplaces-git package(s) Seems like only darkplaces-dedicated and darkplaces-sdl are being built as of now.