summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2017-08-21 20:46:50 +0200
committer B. Watson2017-08-21 20:46:50 +0200
commit136273696045aee23e859c4963ed388c35f17c2b (patch)
tree6d213f791e7011d17c25951a9bf26a3b452ac8fc /games
parent9f684870521ebf89d404f9a2f885221bb2519a58 (diff)
downloadslackbuilds-136273696045aee23e859c4963ed388c35f17c2b.tar.gz
games/stella: Updated for version 5.0.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r--games/stella/stella.69
-rw-r--r--games/stella/stella.SlackBuild4
-rw-r--r--games/stella/stella.info6
-rw-r--r--games/stella/stella.pod10
4 files changed, 19 insertions, 10 deletions
diff --git a/games/stella/stella.6 b/games/stella/stella.6
index e523a85316..0831ce29c1 100644
--- a/games/stella/stella.6
+++ b/games/stella/stella.6
@@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "STELLA 6"
-.TH STELLA 6 "2017-07-23" "5.0" "SlackBuilds.org"
+.TH STELLA 6 "2017-08-21" "5.0.2" "SlackBuilds.org"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -279,11 +279,14 @@ Set cursor state in UI/emulation modes.
.IX Item "-dsense <number>"
Sensitivity for emulation of paddles when using a digital device (ie,
joystick digital axis or button, keyboard key, etc). Valid range of
-values is from 1 to 10, with larger numbers causing faster movement.
+values is from 1 to 20, with larger numbers causing faster movement.
.IP "\fB\-msense\fR <number>" 4
.IX Item "-msense <number>"
Sensitivity for emulation of paddles when using a mouse. Valid range of
-values is from 1 to 15, with larger numbers causing faster movement.
+values is from 1 to 20, with larger numbers causing faster movement.
+.IP "\fB\-tsense\fR <number>" 4
+.IX Item "-tsense <number>"
+Sensitivity of mouse emulated trackball movement (1\-20).
.IP "\fB\-saport\fR <lr|rl>" 4
.IX Item "-saport <lr|rl>"
Determines how to enumerate the Stelladaptor/2600\-daptor devices in the
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild
index bd05d76bf7..e668d8a86d 100644
--- a/games/stella/stella.SlackBuild
+++ b/games/stella/stella.SlackBuild
@@ -8,6 +8,8 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
+# 20170821 bkw: update for 5.0.2
+
# 20170723 bkw: update for 5.0.1
# 20170620 bkw:
@@ -36,7 +38,7 @@
# - StartupNotify=false in .desktop
PRGNAM=stella
-VERSION=${VERSION:-5.0.1}
+VERSION=${VERSION:-5.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/stella/stella.info b/games/stella/stella.info
index 677570047c..707385d596 100644
--- a/games/stella/stella.info
+++ b/games/stella/stella.info
@@ -1,8 +1,8 @@
PRGNAM="stella"
-VERSION="5.0.1"
+VERSION="5.0.2"
HOMEPAGE="https://stella-emu.github.io/"
-DOWNLOAD="https://github.com/stella-emu/stella/releases/download/5.0.1/stella-5.0.1-src.tar.xz"
-MD5SUM="45deeed59a6a54ba46ad14b3c74e209d"
+DOWNLOAD="https://github.com/stella-emu/stella/releases/download/5.0.2/stella-5.0.2-src.tar.xz"
+MD5SUM="1d5b7f6f0e12d9d32084a32348354732"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"
diff --git a/games/stella/stella.pod b/games/stella/stella.pod
index 9a5c51d66a..908d33cc28 100644
--- a/games/stella/stella.pod
+++ b/games/stella/stella.pod
@@ -1,5 +1,5 @@
# pod source for stella man page. Convert with:
-# pod2man --stderr -s6 -cSlackBuilds.org -r5.0 -u stella.pod > stella.6
+# pod2man --stderr -s6 -cSlackBuilds.org -r5.0.2 -u stella.pod > stella.6
=pod
@@ -253,12 +253,16 @@ Set cursor state in UI/emulation modes.
Sensitivity for emulation of paddles when using a digital device (ie,
joystick digital axis or button, keyboard key, etc). Valid range of
-values is from 1 to 10, with larger numbers causing faster movement.
+values is from 1 to 20, with larger numbers causing faster movement.
=item B<-msense> <number>
Sensitivity for emulation of paddles when using a mouse. Valid range of
-values is from 1 to 15, with larger numbers causing faster movement.
+values is from 1 to 20, with larger numbers causing faster movement.
+
+=item B<-tsense> <number>
+
+Sensitivity of mouse emulated trackball movement (1-20).
=item B<-saport> <lr|rl>