Patch hopefully moving off of py2-based dependencies entirely https://github.com/zer0def/PKGBUILDs/commit/65bc7feb74d12cfd5d496268e6173645994e497a.patch
Search Criteria
Package Details: xboxdrv 0.8.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xboxdrv.git (read-only, click to copy) |
---|---|
Package Base: | xboxdrv |
Description: | Userspace Xbox gamepad driver and input remapper |
Upstream URL: | https://github.com/xiota/xboxdrv |
Licenses: | GPL-3.0-or-later |
Submitter: | None |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 264 |
Popularity: | 0.70 |
First Submitted: | 2009-11-17 12:07 (UTC) |
Last Updated: | 2024-10-09 22:28 (UTC) |
Dependencies (9)
- dbus-glib
- dbus-python (python-dbus)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (7)
- 8bitdo-ultimate-controller-udev
- ds360go-git
- humble-lumpia-git (optional)
- proton-ge-custom-bin (optional)
- proton-ge-custom-rtsp-bin (optional)
- xbox-generic-controller
- xboxdrv-runit
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »
zer0def commented on 2020-04-22 07:26 (UTC)
effeffe commented on 2019-09-27 17:02 (UTC)
I had to modify the PKGBUILD adding this at the end of the prepare section:
patch SConstruct ../scons-py3.patch
xschlef commented on 2019-09-18 06:26 (UTC)
please update the PKGBUILD, so the scons patch is correctly applied
Visione commented on 2019-08-06 14:29 (UTC) (edited on 2019-08-12 10:15 (UTC) by Visione)
edit: if you experience a Python mismatch in the SConstruct file.
Navigate to your package managers cache folder. For yay this would be: /home/user/.cache/yay/xboxdrv
uncomment line 31 in the PKGBUILD file
:30: # activate this patch when scons gets switched back to py3
:31: patch -p1 < "${srcdir}/scons-py3.patch"
Run makepkg as per default in said folder to build without errors.
Once build continue by (re)installing through Yay (recommended) or copy the files manually.
CyberShadow commented on 2019-07-05 05:24 (UTC)
CorruptComputer: See the first paragraph of https://wiki.archlinux.org/index.php/Makepkg#Usage
CorruptComputer commented on 2019-07-05 05:20 (UTC)
Missing dependency: patch
==> Starting prepare()... /home/corruptcomputer/.cache/yay/xboxdrv/PKGBUILD: line 29: patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting..
DarkShadow44 commented on 2019-07-01 20:04 (UTC)
I noticed by controllers not working in games anymore when using xboxdrv - it used to work and I didn't change config. Did something about this package break or is it working for you?
Pinned Comments
xiota commented on 2024-04-02 11:20 (UTC) (edited on 2024-09-30 20:11 (UTC) by xiota)
Although other Xbox gamepad drivers are now available, this package is still useful as an input remapper for programs that support only Xbox controllers.
This package is now based on a fork that aims to keep the program working. (Original project ceased development around Sep 2022.)