Search Criteria
Package Details: darkplaces-git r10521.a678225e-1
Package Actions
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: | GPL2 |
Conflicts: | darkplaces |
Provides: | darkplaces |
Submitter: | ProfessorKaos64 |
Maintainer: | hasardeur |
Last Packager: | hasardeur |
Votes: | 6 |
Popularity: | 0.136522 |
First Submitted: | 2016-09-21 20:05 (UTC) |
Last Updated: | 2024-01-08 20:45 (UTC) |
Dependencies (8)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libx11 (libx11-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (1)
- darkplaces-mod (requires darkplaces)
Latest Comments
FredBezies commented on 2022-09-04 17:45 (UTC)
@prg: fixed PKGBUILD. Thanks for your report.
prg commented on 2022-09-04 16:48 (UTC)
Conflicts and Provides should be changed to lowercase so that they are recognized by pacman:
Change:
to:
ProfessorKaos64 commented on 2020-04-19 14:42 (UTC)
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 (UTC) (edited on 2020-01-02 16:57 (UTC) by parkerlreed)
As of latest Xorg changes
Everything seems to be in
xorgproto
nownoabody commented on 2019-12-31 17:34 (UTC)
Based on my experience with Ubuntu, I believe the dependencies should look like this:
zed123 commented on 2019-12-25 11:22 (UTC)
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 (UTC)
Thanks!
kasugano commented on 2018-11-06 14:46 (UTC)
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 (UTC) (edited on 2018-08-04 23:54 (UTC) by Pandor)
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.