[Lunar-commits] <moonbase> e-uae: added version 0.8.29-20080820 to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sat Mar 7 14:15:39 CET 2009
commit 250338b8865b61f91a6efa9b3964da313abf8bf8
Author: Paul Bredbury <brebs at sent.com>
Date: Sat Mar 7 14:15:39 2009 +0100
e-uae: added version 0.8.29-20080820 to moonbase
Note: downloaded, compiled and installed OK,
but I have no Amiga software to test it with - engelsman
---
zbeta/e-uae/BUILD | 16 ++++++++++++++++
zbeta/e-uae/CONFIGURE | 1 +
zbeta/e-uae/DEPENDS | 1 +
zbeta/e-uae/DETAILS | 19 +++++++++++++++++++
4 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/zbeta/e-uae/BUILD b/zbeta/e-uae/BUILD
new file mode 100644
index 0000000..04e9fb7
--- /dev/null
+++ b/zbeta/e-uae/BUILD
@@ -0,0 +1,16 @@
+(
+
+ if [ "$PLAYER1_FULL_KEYBOARD" == "y" ] ; then
+ # Use left side of keyboard instead of right, for player 1
+ sedit "s:RCTRL:LCTRL:" src/keybuf.c &&
+ sedit "s:RALT:LALT:" src/keybuf.c &&
+ sedit "s:RSH:LSH:" src/keybuf.c &&
+
+ # Add missing definition for left CTRL
+ sedit "s:#define AK_RCTRL:#define AK_LCTRL 0x63\n#define AK_RCTRL:" src/include/keyboard.h
+ fi &&
+
+ OPTS+=" --enable-cdtv --enable-cd32 --enable-scsi-device --enable-aga --with-sdl --with-alsa --with-sdl-gfx --with-sdl-gl" &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/e-uae/CONFIGURE b/zbeta/e-uae/CONFIGURE
new file mode 100644
index 0000000..0fad149
--- /dev/null
+++ b/zbeta/e-uae/CONFIGURE
@@ -0,0 +1 @@
+mquery PLAYER1_FULL_KEYBOARD "Use left Ctrl & Alt keys for player 1?" n
diff --git a/zbeta/e-uae/DEPENDS b/zbeta/e-uae/DEPENDS
new file mode 100644
index 0000000..c05e67b
--- /dev/null
+++ b/zbeta/e-uae/DEPENDS
@@ -0,0 +1 @@
+depends SDL
diff --git a/zbeta/e-uae/DETAILS b/zbeta/e-uae/DETAILS
new file mode 100644
index 0000000..2613beb
--- /dev/null
+++ b/zbeta/e-uae/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=e-uae
+ VERSION=0.8.29-20080820
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.rcdrummond.net/uae/test/20080820/
+ SOURCE_VFY=sha1:c7d045a9afa5129377d8d3068b8fa97d0a396247
+ WEB_SITE=http://www.rcdrummond.net/uae/
+ ENTERED=20090303
+ UPDATED=20090303
+ SHORT="Commodore Amiga Emulator"
+ PSAFE=no
+
+cat << EOF
+This is a version of UAE, the Ubiquitous Amiga Emulator, with an
+emulation core largely based on WinUAE. It attempts to bring many of
+the great features of WinUAE to non-Windows platforms. This version now
+finally has a name, E-UAE, since that is what everybody was calling it
+anyway. The E can stand for anything you fancy. Experimental, extreme,
+exciting, egalitarian, eggplant, ...
+EOF
More information about the Lunar-commits
mailing list