From f04e747c6e92898ec68f0dc0555f634a3248afcf Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 28 Mar 2020 13:30:55 -0400 Subject: games/stella: Updated for version 6.1. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/stella/stella.SlackBuild | 8 ++++++-- games/stella/stella.info | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 4c4f6cc0f8..92b51384fe 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,10 @@ # Now maintained by B. Watson +# 20200327 bkw: +# - update for 6.1. +# - use clang++, our g++ is too old. + # 20191201 bkw: # - update for 6.0.2. # - replace my outdated man page with the up-to-date one from Debian. @@ -41,7 +45,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-6.0.2} +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +91,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ # because we have 7.x. #sed -i 's,\[5-6\],[5-9],g' configure -CFLAGS="$SLKCFLAGS" \ +CC="clang" CXX="clang++" CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/games/stella/stella.info b/games/stella/stella.info index 4f84ddc7dd..01a7b5fd32 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="6.0.2" +VERSION="6.1" 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" -MD5SUM="43f71246d9ab256687bce4ddc6e63965" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.1/stella-6.1-src.tar.xz" +MD5SUM="380788141b26e6a7b214b646fecbf4f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" -- cgit v1.2.3