1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

emulators/yuzu: update to s20200710

Changes:	5311b562a...995067538
This commit is contained in:
Jan Beich 2020-07-11 00:45:56 +00:00
parent 44f264c532
commit ce089a95d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541895
3 changed files with 18 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yuzu
PORTVERSION= s20200708
PORTVERSION= s20200710
PORTREVISION?= 0
CATEGORIES= emulators
@ -9,7 +9,6 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 905e8016a04e.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1340
PATCHFILES+= 34635a42c0b3.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703
PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703
PATCHFILES+= b1b1ed7597cb.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4221
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Nintendo Switch emulator/debugger
@ -38,7 +37,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= 5311b562a
GH_TAGNAME= 995067538
GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \
DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1594240226
SHA256 (yuzu-emu-yuzu-s20200708-5311b562a_GH0.tar.gz) = 72c9830fce0b57bc161f756c180169de7c521669664b6efa52191d232b0415b9
SIZE (yuzu-emu-yuzu-s20200708-5311b562a_GH0.tar.gz) = 2770324
TIMESTAMP = 1594408684
SHA256 (yuzu-emu-yuzu-s20200710-995067538_GH0.tar.gz) = 5306d3b9883c33a4e90ff299691b2ed51b49a135e61e257182adfc8cb431a58d
SIZE (yuzu-emu-yuzu-s20200710-995067538_GH0.tar.gz) = 2776425
SHA256 (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 8f7b4d8eb998c2a4c146268d83b44fc22ca8d4d276f26d6af1071e51f4b5bd4f
SIZE (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 3296254
SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7
@ -29,5 +29,3 @@ SHA256 (34635a42c0b3.patch) = be502191f192ef47b05e476e76302003487259ebdb1f05a6af
SIZE (34635a42c0b3.patch) = 14175
SHA256 (1adf640d3725.patch) = 96062963c5bf4f534cdc72f7c9ce9bbe399da1be957c195e5ab12899621e14dd
SIZE (1adf640d3725.patch) = 2268
SHA256 (b1b1ed7597cb.patch) = 1f8e5d73deebceebf0a34c846e271d25d708ea5c139d3b1b2c0ab1165accd027
SIZE (b1b1ed7597cb.patch) = 2346

View File

@ -0,0 +1,13 @@
Lower required version until devel/libfmt catches up
--- CMakeLists.txt.orig 2020-07-10 17:02:21 UTC
+++ CMakeLists.txt
@@ -151,7 +151,7 @@ macro(yuzu_find_packages)
# Cmake Pkg Prefix Version Conan Pkg
"Boost 1.71 boost/1.72.0"
"Catch2 2.11 catch2/2.11.0"
- "fmt 7.0 fmt/7.0.1"
+ "fmt 6.2 fmt/6.2.0"
# can't use until https://github.com/bincrafters/community/issues/1173
#"libzip 1.5 libzip/1.5.2@bincrafters/stable"
"lz4 1.8 lz4/1.9.2"