Package Details: darkplaces-git r10521.a678225e-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: GPL2
Conflicts: darkplaces
Provides: darkplaces
Submitter: ProfessorKaos64
Maintainer: hasardeur
Last Packager: hasardeur
Votes: 4
Popularity: 0.24
First Submitted: 2016-09-21 20:05 (UTC)
Last Updated: 2024-01-08 20:45 (UTC)

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:

Conflicts=('darkplaces')
Provides=('darkplaces')

to:

conflicts=('darkplaces')
provides=('darkplaces')

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

==> Error: Could not find all required packages:
    xextproto (Wanted by: darkplaces-git)
    xf86dgaproto (Wanted by: darkplaces-git)
    xf86vidmodeproto (Wanted by: darkplaces-git)
    xproto (Wanted by: darkplaces-git)

Everything seems to be in xorgproto now

noabody commented on 2019-12-31 17:34 (UTC)

Based on my experience with Ubuntu, I believe the dependencies should look like this:

depends=('alsa-lib' 'hicolor-icon-theme' 'libjpeg-turbo' 'libxpm' 'sdl2')
makedepends=('libjpeg-turbo' 'libxpm' 'sdl2')

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.