Skip to content

Commit

Permalink
emulators/yuzu: update to s20210503
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 4, 2021
1 parent b64d567 commit 460c927
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20210430
PORTVERSION= s20210503
PORTREVISION?= 0
CATEGORIES= emulators

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

USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= fa3ffff8d
GH_TAGNAME= df51eb9bd
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \
Expand Down
6 changes: 3 additions & 3 deletions emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1619819312
SHA256 (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = d76a7c53b188b9557e7895641aa1f2fcb435ef156483722d565a9b6bf7419ff4
SIZE (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = 3821625
TIMESTAMP = 1620083068
SHA256 (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3a119fe644666a25fa18ffaeba33a29cea4f9cbc82e0c09a3f8900758e5b50f1
SIZE (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3821954
SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb
SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404
SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff
Expand Down
6 changes: 3 additions & 3 deletions emulators/yuzu/files/patch-boost
Expand Up @@ -10,14 +10,14 @@ Call Stack (most recent call first):
-- Could NOT find Boost: Found unsuitable version "1.72.0", but required is at least "1.73" (found /usr/local/include)
-- Packages boost/1.73.0 not found!

--- CMakeLists.txt.orig 2021-04-23 22:48:47 UTC
--- CMakeLists.txt.orig 2021-05-03 19:50:19 UTC
+++ CMakeLists.txt
@@ -202,7 +202,7 @@ macro(yuzu_find_packages)
endmacro()

if (NOT YUZU_USE_BUNDLED_BOOST)
- find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
+ find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
- find_package(Boost 1.73.0 CONFIG COMPONENTS context headers QUIET)
+ find_package(Boost 1.72.0 CONFIG COMPONENTS context headers QUIET)
endif()
if (Boost_FOUND)
set(Boost_LIBRARIES Boost::boost)

0 comments on commit 460c927

Please sign in to comment.