git: 296540dfd80e - 2021Q2 - emulators/yuzu: update to s20210509

Jan Beich jbeich at FreeBSD.org
Tue May 11 00:27:23 UTC 2021


The branch 2021Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=296540dfd80eeb0666ea07980e080d76a038a999

commit 296540dfd80eeb0666ea07980e080d76a038a999
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-10 03:15:00 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-11 00:15:32 +0000

    emulators/yuzu: update to s20210509
    
    Changes:        https://github.com/yuzu-emu/yuzu/compare/72a49c2bb...ec50a9b5b
    (cherry picked from commit 4f66aad47ac27a8012898acd1cf85ccb9153a3db)
---
 emulators/yuzu/Makefile                   | 4 ++--
 emulators/yuzu/distinfo                   | 6 +++---
 emulators/yuzu/files/patch-CMakeLists.txt | 6 +++---
 emulators/yuzu/files/patch-sdl2           | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 7425ab129bd8..6143240ead68 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,6 +1,6 @@
 
 PORTNAME=	yuzu
-PORTVERSION=	s20210508
+PORTVERSION=	s20210509
 PORTREVISION?=	0
 CATEGORIES=	emulators
 
@@ -43,7 +43,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	72a49c2bb
+GH_TAGNAME=	ec50a9b5b
 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 \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 78cab585b229..2390f82b14f1 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1620463884
-SHA256 (yuzu-emu-yuzu-s20210508-72a49c2bb_GH0.tar.gz) = 40bc62dd57f57a5420691c9d8563270e7bb98d167296459fb8632f9d6677792e
-SIZE (yuzu-emu-yuzu-s20210508-72a49c2bb_GH0.tar.gz) = 3833374
+TIMESTAMP = 1620616500
+SHA256 (yuzu-emu-yuzu-s20210509-ec50a9b5b_GH0.tar.gz) = 9bf8194b1bc6b891330d412803c76f70f403d906a4c285e01191fb2c20b175aa
+SIZE (yuzu-emu-yuzu-s20210509-ec50a9b5b_GH0.tar.gz) = 3832374
 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
diff --git a/emulators/yuzu/files/patch-CMakeLists.txt b/emulators/yuzu/files/patch-CMakeLists.txt
index 6b7b96fe03ef..a113b73cafff 100644
--- a/emulators/yuzu/files/patch-CMakeLists.txt
+++ b/emulators/yuzu/files/patch-CMakeLists.txt
@@ -1,8 +1,8 @@
 yuzu (Qt) currently needs SDL for input
 
---- CMakeLists.txt.orig	2021-04-21 21:36:33 UTC
+--- CMakeLists.txt.orig	2021-05-10 03:15:00 UTC
 +++ CMakeLists.txt
-@@ -273,9 +273,13 @@ if (ENABLE_SDL2)
+@@ -291,9 +291,13 @@ if (ENABLE_SDL2)
          add_library(SDL2 INTERFACE)
          target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}")
          target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}")
@@ -11,7 +11,7 @@ yuzu (Qt) currently needs SDL for input
 +endif()
 +
 +if (NOT YUZU_USE_BUNDLED_SDL2)
-         find_package(SDL2 2.0.14 QUIET)
+         find_package(SDL2 2.0.15 QUIET)
  
 +    if (TRUE)
          if (SDL2_FOUND)
diff --git a/emulators/yuzu/files/patch-sdl2 b/emulators/yuzu/files/patch-sdl2
index 2ece8df5c8d4..9a0ca406d41e 100644
--- a/emulators/yuzu/files/patch-sdl2
+++ b/emulators/yuzu/files/patch-sdl2
@@ -1,6 +1,6 @@
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252371
 
--- SDL2 2.0.14 or newer not found, falling back to externals.
+-- SDL2 2.0.15 or newer not found, falling back to externals.
 
 CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
   The source directory
@@ -9,13 +9,13 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
 
   does not contain a CMakeLists.txt file.
 
---- CMakeLists.txt.orig	2021-04-23 22:48:47.000000000 +0000
+--- CMakeLists.txt.orig	2021-05-10 03:15:00 UTC
 +++ CMakeLists.txt
 @@ -293,7 +293,7 @@ if (ENABLE_SDL2)
  endif()
  
  if (NOT YUZU_USE_BUNDLED_SDL2)
--        find_package(SDL2 2.0.14 QUIET)
+-        find_package(SDL2 2.0.15 QUIET)
 +        find_package(SDL2 2.0.12 QUIET)
  
      if (TRUE)


More information about the dev-commits-ports-all mailing list