Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94775

Summary: new ebuild for wxGTK with corrected joystick
Product: Gentoo Linux Reporter: Andreas Volz <linux>
Component: New packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED FIXED    
Severity: minor Keywords: Inclusion
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for wxGTK to correct joystick device
new ebuild for wxGTK

Description Andreas Volz 2005-06-01 14:18:34 UTC
I attached a patch which solves the problem with Joysticks that are located in /dev/input/js*

The patch simply search first for /dev/js* and then /dev/input/js*

This solves the device problem, but there's also an problem that axis aren't working. There's yet an open bug for this problem on wxWindows. Try it and see if this works for your systems. If not wait for my next patch or add it...
Comment 1 Andreas Volz 2005-06-01 14:19:12 UTC
Created attachment 60414 [details, diff]
patch for wxGTK to correct joystick device
Comment 2 Andreas Volz 2005-06-01 14:19:47 UTC
Created attachment 60415 [details]
new ebuild for wxGTK
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2005-06-04 17:55:49 UTC
I'll check this out before adding 2.6.1 to portage, which I've been testing a
couple days. I did notice this in the wxpython ChangeLog for 2.6.0.1:
"Applied patch #1213066 correct device names for Joystick in Linux."
Comment 4 Mart Raudsepp gentoo-dev 2006-04-27 01:57:37 UTC
The exact same patch from Andreas Volz made it into wxWidgets-2.6.1, see
http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/src/unix/joystick.cpp.diff?r1=1.6&r2=1.7
https://sourceforge.net/tracker/index.php?func=detail&aid=1213066&group_id=9863&atid=309863

At least wxGTK-2.6.1 is stable on all supported arches, this bug can be closed as outdated.
Comment 5 Mark Loeser (RETIRED) gentoo-dev 2006-04-28 14:52:35 UTC
Fixed in newer versions.

thanks