games/stella: Updated for version 6.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1e0c31d5be
commit
f04e747c6e
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
# Now maintained by B. Watson <yalhcru@gmail.com>
|
||||||
|
|
||||||
|
# 20200327 bkw:
|
||||||
|
# - update for 6.1.
|
||||||
|
# - use clang++, our g++ is too old.
|
||||||
|
|
||||||
# 20191201 bkw:
|
# 20191201 bkw:
|
||||||
# - update for 6.0.2.
|
# - update for 6.0.2.
|
||||||
# - replace my outdated man page with the up-to-date one from Debian.
|
# - replace my outdated man page with the up-to-date one from Debian.
|
||||||
|
@ -41,7 +45,7 @@
|
||||||
# - StartupNotify=false in .desktop
|
# - StartupNotify=false in .desktop
|
||||||
|
|
||||||
PRGNAM=stella
|
PRGNAM=stella
|
||||||
VERSION=${VERSION:-6.0.2}
|
VERSION=${VERSION:-6.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -87,7 +91,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||||
# because we have 7.x.
|
# because we have 7.x.
|
||||||
#sed -i 's,\[5-6\],[5-9],g' configure
|
#sed -i 's,\[5-6\],[5-9],g' configure
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CC="clang" CXX="clang++" CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="stella"
|
PRGNAM="stella"
|
||||||
VERSION="6.0.2"
|
VERSION="6.1"
|
||||||
HOMEPAGE="https://stella-emu.github.io/"
|
HOMEPAGE="https://stella-emu.github.io/"
|
||||||
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.0.2/stella-6.0.2-src.tar.xz"
|
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.1/stella-6.1-src.tar.xz"
|
||||||
MD5SUM="43f71246d9ab256687bce4ddc6e63965"
|
MD5SUM="380788141b26e6a7b214b646fecbf4f3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="SDL2"
|
REQUIRES="SDL2"
|
||||||
|
|
Loading…
Reference in New Issue