Skip to content

Commit

Permalink
emulators/yuzu: update to s20211126
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Nov 27, 2021
1 parent 25f419e commit bb5255e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20211124
PORTVERSION= s20211126
PORTREVISION?= 0
CATEGORIES= emulators

Expand Down Expand Up @@ -33,7 +33,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \

USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= cd6cf0422
GH_TAGNAME= 157985f55
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.180:Vulkan_Headers/externals/Vulkan-Headers \
Expand Down
6 changes: 3 additions & 3 deletions emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1637750190
SHA256 (yuzu-emu-yuzu-s20211124-cd6cf0422_GH0.tar.gz) = 6efbaba7b62e920837a601373afda9ed8de25b1c45be34e02a3cf17d64613685
SIZE (yuzu-emu-yuzu-s20211124-cd6cf0422_GH0.tar.gz) = 4398607
TIMESTAMP = 1637969920
SHA256 (yuzu-emu-yuzu-s20211126-157985f55_GH0.tar.gz) = b6567e3c21ddca94df29e3d5e978a26ff038a9e2a34f4a5108880c6607aebdb4
SIZE (yuzu-emu-yuzu-s20211126-157985f55_GH0.tar.gz) = 4398693
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
Expand Down
4 changes: 2 additions & 2 deletions emulators/yuzu/files/patch-fmt
Expand Up @@ -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-17 02:52:11 UTC
--- CMakeLists.txt.orig 2021-11-26 04:58:49 UTC
+++ CMakeLists.txt
@@ -167,7 +167,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 fmt/8.0.0"
- "fmt 8.0.1 fmt/8.0.1"
"lz4 1.8 lz4/1.9.2"
"nlohmann_json 3.8 nlohmann_json/3.8.0"
"ZLIB 1.2 zlib/1.2.11"
Expand Down

0 comments on commit bb5255e

Please sign in to comment.