@anthraxx Thanks for the patches, really appreciate it.
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.76 |
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »
DarkShadow44 commented on 2017-10-16 04:09 (UTC)
nerflad commented on 2017-10-16 01:16 (UTC)
@anthraxx: you're right, I'm on Manjaro, which is still using scons 2.5. In case other Manjaro users see this, I fixed by installing scons 3.0 using the official Arch PKGBUILD (asp export scons).
anthraxx commented on 2017-10-15 22:44 (UTC) (edited on 2017-10-15 22:45 (UTC) by anthraxx)
@nerflad: no its an error with your setup, its supposed to be executed as python3 however you are executing it with python2, you chanced something on your system that results in this. The only other explanation is that you have an outdated system not running scons 3.0.0
nerflad commented on 2017-10-15 22:41 (UTC)
Hi, seems the build is failing for me due to an error in the code?
build_bin2h(["src/xboxdrv_vfs.hpp"], ["examples/mouse.xboxdrv", "examples/xpad-wireless.xboxdrv"])
[<SCons.Node.FS.File object at 0x563f3a487260>]
[<SCons.Node.FS.File object at 0x563f3a486d80>, <SCons.Node.FS.File object at 0x563f3a486ff0>]
scons: *** [src/xboxdrv_vfs.hpp] AttributeError : type object 'str' has no attribute 'maketrans'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/SCons/Action.py", line 1054, in execute
result = self.execfunction(target=target, source=rsources, env=env)
File "/home/elb/pkg/aur/xboxdrv/src/xboxdrv-0.8.8/SConstruct", line 47, in build_bin2h
fout.write("const char %s[] = {" % c_escape(src.get_path()))
File "/home/elb/pkg/aur/xboxdrv/src/xboxdrv-0.8.8/SConstruct", line 32, in c_escape
return str.translate(bytes.maketrans(b"/.-", b"___"))
AttributeError: type object 'str' has no attribute 'maketrans'
scons: building terminated because of errors.
faergeek commented on 2017-10-15 05:31 (UTC)
@anthraxx: Thanks for updates and good words :-). Can you please add 'armv7' architecture to list?
anthraxx commented on 2017-10-13 07:40 (UTC) (edited on 2017-10-13 07:43 (UTC) by anthraxx)
i'm only using multiple xbox 360 controllers, however the patch doesn't seem to make any problems. will play around this weekend and push a package later.
PS: still appreciate your contribution here :)
faergeek commented on 2017-10-13 07:37 (UTC)
@anthraxx: Sorry, yeah, I'm telling that from last release/comment. It's not about two recent comments, I can't reproduce it on my machine too. But "60 seconds delay" is reproducible on my machine. May be it just depends on usage. I don't have an xbox controller, I use xboxdrv to emulate xbox controller using somewhat like "iPEGA-9017s" (https://wiki.archlinux.org/index.php/Gamepad#iPEGA-9017s_and_other_Bluetooth_gamepads) on Raspberry Pi 2. Patch which I applied solves "60 seconds delay" issue for me.
Can you tell something on your usage? May be we can reproduce/solve these issue?
If that patch doesn't add problems for your usage may be you can apply it here?
P.S. I also know that upstream package is not updated too often for new releases to be here :-) So I'm wrong about you not being responsive, sorry again.
anthraxx commented on 2017-10-13 07:17 (UTC) (edited on 2017-10-13 07:22 (UTC) by anthraxx)
@faergeek: and you tell that from what? the last comment? lol. The only useful comments since then where xnick which is like barely 2 days old and flacer posting a pull request for an issue i'm not even facing. They are both non-upstreamed pull requests. Both changes look reasonable so far but i'm certainly not pulling in all random open PR's, be patient.
faergeek commented on 2017-10-13 05:30 (UTC)
It seems like this package needs a new maintainer. Recent activity is ~1 year ago. Anybody?
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.)