emulators/yuzu: update to s20230101
Changes:88f5d38b9...a7e610403
(cherry picked from commitea0a8734da
)
This commit is contained in:
parent
c0fd2016ad
commit
2189fb15e1
@ -1,5 +1,5 @@
|
||||
PORTNAME= yuzu
|
||||
PORTVERSION= s20221230
|
||||
PORTVERSION= s20230101
|
||||
CATEGORIES= emulators wayland
|
||||
.if make(makesum)
|
||||
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
|
||||
@ -53,7 +53,7 @@ qt6_OPTIONS_EXCLUDE= QT5
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= yuzu-emu
|
||||
GH_TAGNAME= 88f5d38b9
|
||||
GH_TAGNAME= a7e610403
|
||||
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
|
||||
yuzu-emu:sirit:d7ad93a:sirit/externals/sirit \
|
||||
KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
|
||||
|
@ -1,8 +1,8 @@
|
||||
TIMESTAMP = 1672431620
|
||||
SHA256 (yuzu-s20221230/compatibility_list.json) = d8023ad0cec2c53fc07f57537bc5a9991370b4e6f22a609cb618c4f8234618c9
|
||||
SIZE (yuzu-s20221230/compatibility_list.json) = 1662434
|
||||
SHA256 (yuzu-emu-yuzu-s20221230-88f5d38b9_GH0.tar.gz) = b1c703421c2c9ee30dbf482731a03fccef2c4cf6c1a995d5eea5faa27b2bcbdd
|
||||
SIZE (yuzu-emu-yuzu-s20221230-88f5d38b9_GH0.tar.gz) = 5400344
|
||||
TIMESTAMP = 1672685136
|
||||
SHA256 (yuzu-s20230101/compatibility_list.json) = e900bbb70d16e4d4e564fe0a6042d81b9e64a46dbcca8b5af188936bef649675
|
||||
SIZE (yuzu-s20230101/compatibility_list.json) = 1663576
|
||||
SHA256 (yuzu-emu-yuzu-s20230101-a7e610403_GH0.tar.gz) = faa924c51a678a11cb7a68e648c3724d5a43ff2dd34a8a43fbfd9834703a6d38
|
||||
SIZE (yuzu-emu-yuzu-s20230101-a7e610403_GH0.tar.gz) = 5402315
|
||||
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 (yuzu-emu-sirit-d7ad93a_GH0.tar.gz) = f338a73c12bcc4e6c18a1a8104ca7bf30af40eb37b4054992e3be4c3d3589faa
|
||||
|
@ -3,14 +3,14 @@ compatibility with newer versions of the reference implementation.
|
||||
|
||||
-- Could NOT find libusb: Found unsuitable version "1.0.13", but required is at least "1.0.24" (found /usr/lib/libusb.so)
|
||||
|
||||
--- CMakeLists.txt.orig 2022-12-30 08:26:41 UTC
|
||||
--- CMakeLists.txt.orig 2023-01-02 18:45:36 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -221,7 +221,7 @@ if (ENABLE_LIBUSB)
|
||||
@@ -217,7 +217,7 @@ if (ENABLE_LIBUSB)
|
||||
endif()
|
||||
|
||||
if (ENABLE_LIBUSB)
|
||||
- find_package(libusb 1.0.24)
|
||||
+ find_package(libusb)
|
||||
- find_package(libusb 1.0.24 MODULE)
|
||||
+ find_package(libusb MODULE)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user