Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94775 - new ebuild for wxGTK with corrected joystick
Summary: new ebuild for wxGTK with corrected joystick
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-06-01 14:18 UTC by Andreas Volz
Modified: 2006-04-28 14:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for wxGTK to correct joystick device (wxGTK-2.6.0-joystick.patch,780 bytes, patch)
2005-06-01 14:19 UTC, Andreas Volz
Details | Diff
new ebuild for wxGTK (wxGTK-2.6.0-r2.ebuild,2.28 KB, application/octet-stream)
2005-06-01 14:19 UTC, Andreas Volz
Details

Note You need to log in before you can comment on or make changes to this bug.
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