emulators/yuzu: update to s20220109

Changes:	acbfb0083...b3308830b
This commit is contained in:
Jan Beich 2022-01-10 02:29:59 +00:00
parent 4a07927457
commit 636fd79c84
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20220108
PORTVERSION= s20220109
PORTREVISION?= 0
CATEGORIES= emulators
.if make(makesum)
@ -43,7 +43,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= acbfb0083
GH_TAGNAME= b3308830b
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
KhronosGroup:Vulkan-Headers:v1.2.202:Vulkan_Headers/externals/Vulkan-Headers \

View File

@ -1,8 +1,8 @@
TIMESTAMP = 1641678099
TIMESTAMP = 1641781799
SHA256 (yuzu/compatibility_list.json) = d0e2b865f30b815d1fb42c32be533f663d79df51497a8197e4bbad112e36498e
SIZE (yuzu/compatibility_list.json) = 1255228
SHA256 (yuzu-emu-yuzu-s20220108-acbfb0083_GH0.tar.gz) = 438115f232917a48c73907f5c2860748a419600dd1b79375a3b348d010a22d32
SIZE (yuzu-emu-yuzu-s20220108-acbfb0083_GH0.tar.gz) = 4484480
SHA256 (yuzu-emu-yuzu-s20220109-b3308830b_GH0.tar.gz) = c3716fcfc5dc39b3556e94455536cbcfedd313bea36f85393eefe0af313870fe
SIZE (yuzu-emu-yuzu-s20220109-b3308830b_GH0.tar.gz) = 4485018
SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb

View File

@ -47,13 +47,13 @@ microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR6Opcod
microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE[_ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE]+0x10f): undefined reference to `std::locale fmt::v7::detail::locale_ref::get<std::locale>() const'
collect2: error: ld returned 1 exit status
--- CMakeLists.txt.orig 2021-11-26 04:58:49 UTC
--- CMakeLists.txt.orig 2022-01-10 02:29:59 UTC
+++ CMakeLists.txt
@@ -167,7 +167,6 @@ macro(yuzu_find_packages)
@@ -169,7 +169,6 @@ macro(yuzu_find_packages)
set(REQUIRED_LIBS
# Cmake Pkg Prefix Version Conan Pkg
"Catch2 2.13.7 catch2/2.13.7"
- "fmt 8.0.1 fmt/8.0.1"
- "fmt 8.0.1 fmt/8.1.1"
"lz4 1.8 lz4/1.9.2"
"nlohmann_json 3.8 nlohmann_json/3.8.0"
"ZLIB 1.2 zlib/1.2.11"