development/dynarmic: Updated for version 6.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2023-09-01 23:47:35 +07:00 committed by Willy Sudiarto Raharjo
parent 829781290a
commit 60d1c4f011
2 changed files with 9 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dynarmic
VERSION=${VERSION:-6.4.6}
VERSION=${VERSION:-6.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,6 +76,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Current fails with GCC 13.2, so we use Clang
export CC=clang
export CXX=clang++
export CFLAGS="$SLKCFLAGS"
mkdir -p build
cd build
cmake \

View file

@ -1,10 +1,10 @@
PRGNAM="dynarmic"
VERSION="6.4.6"
VERSION="6.5.0"
HOMEPAGE="https://github.com/merryhime/dynarmic"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/merryhime/dynarmic/archive/6.4.6/dynarmic-6.4.6.tar.gz"
MD5SUM_x86_64="d4ef3acc77644dbbe03b54ffdb5e193c"
DOWNLOAD_x86_64="https://github.com/merryhime/dynarmic/archive/6.5.0/dynarmic-6.5.0.tar.gz"
MD5SUM_x86_64="28ae6f322518083e75af72c0e5ee006b"
REQUIRES="Catch2 fmt robin-map xbyak zycore-c zydis"
MAINTAINER="Steven Voges"
EMAIL="svoges.sbo@gmail.com"