games/stella: Updated for version 5.0.2.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-08-21 14:46:50 -04:00
parent 9f68487052
commit 1362736960
4 changed files with 19 additions and 10 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"

View file

@ -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>