Package Details: xboxdrv-develop-git 0.8.4.r455.g1d267b9-1

Git Clone URL: https://aur.archlinux.org/xboxdrv-develop-git.git (read-only, click to copy)
Package Base: xboxdrv-develop-git
Description: XBox/XBox 360 userspace gamepad driver and emulator - git development branch
Upstream URL: https://xboxdrv.gitlab.io
Licenses: GPL3
Conflicts: xboxdrv
Provides: xboxdrv
Submitter: Stunts
Maintainer: xiota
Last Packager: xiota
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-09 21:16 (UTC)
Last Updated: 2022-09-14 06:07 (UTC)

Pinned Comments

xiota commented on 2022-08-01 23:59 (UTC) (edited on 2023-04-10 07:58 (UTC) by xiota)

The developer has been moving code into submodules, causing cmake to fail. I've pinned this to the last commit that compiles (dated 2022-02-28). I will periodically check and test new commits.

Feel free to leave a comment if you have successfully built a later commit. Please describe any special steps that were required to build.

Latest Comments

xiota commented on 2022-08-01 23:59 (UTC) (edited on 2023-04-10 07:58 (UTC) by xiota)

The developer has been moving code into submodules, causing cmake to fail. I've pinned this to the last commit that compiles (dated 2022-02-28). I will periodically check and test new commits.

Feel free to leave a comment if you have successfully built a later commit. Please describe any special steps that were required to build.

Stunts commented on 2022-03-22 15:37 (UTC)

I haven't used this package in quite a while and let it fall into disarray. I have made one last update and I am now orphaning it.

hadogenes commented on 2021-04-12 08:43 (UTC) (edited on 2021-04-12 10:51 (UTC) by hadogenes)

I think the pkgver() should be
printf "%s.r%s.%s" "$(git describe --tags $(git rev-list --tags --max-count=1) | sed 's/^v//')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
and deps should be corrected to
depends=('libx11' 'dbus-glib' 'libusb' 'dbus-python' 'systemd' 'fmt' 'bluez-libs') makedepends=('git' 'scons' 'boost' 'pkgconfig' 'cmake')
and add
prepare() { cd ${srcdir}/${_pkgname} git submodule update --recursive --init }