Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102283 Details for
Bug 155594
app-emulation/e-uae USE flag for keystrokes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
e-uae-0.8.29_pre20061116.ebuild.patch
e-uae-0.8.29_pre20061116.ebuild.patch (text/plain), 1.18 KB, created by
Paul Bredbury
on 2006-11-18 08:44:18 UTC
(
hide
)
Description:
e-uae-0.8.29_pre20061116.ebuild.patch
Filename:
MIME Type:
Creator:
Paul Bredbury
Created:
2006-11-18 08:44:18 UTC
Size:
1.18 KB
patch
obsolete
>--- /usr/portage/app-emulation/e-uae/e-uae-0.8.29_pre20061116.ebuild 2006-11-17 13:51:30.000000000 +0000 >+++ e-uae-0.8.29_pre20061116.ebuild 2006-11-18 16:34:24.000000000 +0000 >@@ -15,7 +15,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86" >-IUSE="X dga ncurses sdl gtk alsa oss sdl-sound capslib" >+IUSE="X debug dga lctrl ncurses sdl gtk alsa oss sdl-sound capslib" > > # Note: opposed to ./configure --help zlib support required! Check > # src/Makefile.am that includes zfile.c unconditionaly. >@@ -100,6 +100,32 @@ > myconf="$myconf --enable-bsdsock" > } > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ if use lctrl ; then >+ # Use left side of keyboard instead of right >+ sed -i \ >+ -e "s:RCTRL:LCTRL:" \ >+ -e "s:RALT:LALT:" \ >+ -e "s:RSH:LSH:" \ >+ src/keybuf.c || die >+ >+ # Add missing definition for left CTRL >+ sed -i \ >+ -e "s:#define AK_RCTRL:#define AK_LCTRL 0x63\n#define AK_RCTRL:" \ >+ src/include/keyboard.h || die >+ fi >+ >+ if use debug ; then >+ # Log all keystrokes to console >+ sed -i \ >+ -e 's://write_log ("got kc:write_log ("got kc:' \ >+ src/keybuf.c || die >+ fi >+} >+ > src_compile() { > #/usr/share/X11/xkb /usr/lib/X11/xkb /usr/X11R6/lib/X11/xkb > strip-flags
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155594
: 102283