Date: Sun, 8 Nov 2020 00:20:41 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554428 - in head/emulators: yuzu yuzu-qt5 yuzu/files Message-ID: <202011080020.0A80Kfao066368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Nov 8 00:20:41 2020 New Revision: 554428 URL: https://svnweb.freebsd.org/changeset/ports/554428 Log: emulators/yuzu: update to s20201107 Changes: https://github.com/yuzu-emu/yuzu/compare/91a45834f...e82997374 Deleted: head/emulators/yuzu/files/patch-externals_unicorn_make.sh head/emulators/yuzu/files/patch-python3 Modified: head/emulators/yuzu-qt5/Makefile (contents, props changed) head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) head/emulators/yuzu/files/patch-opus (contents, props changed) Modified: head/emulators/yuzu-qt5/Makefile ============================================================================== --- head/emulators/yuzu-qt5/Makefile Sun Nov 8 00:20:29 2020 (r554427) +++ head/emulators/yuzu-qt5/Makefile Sun Nov 8 00:20:41 2020 (r554428) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Sun Nov 8 00:20:29 2020 (r554427) +++ head/emulators/yuzu/Makefile Sun Nov 8 00:20:41 2020 (r554428) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20201106 +PORTVERSION= s20201107 PORTREVISION?= 0 CATEGORIES= emulators @@ -24,7 +24,6 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 ONLY_FOR_ARCHS_REASON= requires int128 BUILD_DEPENDS= catch>0:devel/catch \ - gmake:devel/gmake \ nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libzip.so:archivers/libzip \ @@ -36,9 +35,8 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 91a45834f -GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ - DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \ +GH_TAGNAME= e82997374 +GH_TUPLE= DarkLordZach:mbedtls:a280e60: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 \ MerryMage:dynarmic:r3-242-g0e1112b7:dynarmic/externals/dynarmic \ @@ -49,7 +47,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn kinetiknz:cubeb:cubeb-0.2-1251-ga7e83aa:cubeb/externals/cubeb \ benhoyt:inih:r52:inih/externals/inih/inih -USES= cmake compiler:c++17-lang localbase:ldflags python:build sdl ssl +USES= cmake compiler:c++17-lang localbase:ldflags sdl ssl USE_SDL= sdl2 LDFLAGS+= -Wl,--as-needed # Qt5Network TEST_TARGET= test Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Sun Nov 8 00:20:29 2020 (r554427) +++ head/emulators/yuzu/distinfo Sun Nov 8 00:20:41 2020 (r554428) @@ -1,10 +1,8 @@ -TIMESTAMP = 1604687593 +TIMESTAMP = 1604786493 SHA256 (libcxx-10.0.1.src.tar.xz) = def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c SIZE (libcxx-10.0.1.src.tar.xz) = 1839172 -SHA256 (yuzu-emu-yuzu-s20201106-91a45834f_GH0.tar.gz) = f4a3798e22d4f764a0a4431bb85b6587fa08fee591ae5b1b5739a3ab81a6bdcf -SIZE (yuzu-emu-yuzu-s20201106-91a45834f_GH0.tar.gz) = 4052638 -SHA256 (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 8f7b4d8eb998c2a4c146268d83b44fc22ca8d4d276f26d6af1071e51f4b5bd4f -SIZE (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 3296254 +SHA256 (yuzu-emu-yuzu-s20201107-e82997374_GH0.tar.gz) = a1fcce3d35ab51b87bf58e231c29abeb3d6e05c88ce44f472b3e6c6cdba8cdb2 +SIZE (yuzu-emu-yuzu-s20201107-e82997374_GH0.tar.gz) = 4046422 SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7 SIZE (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 2283313 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff Modified: head/emulators/yuzu/files/patch-opus ============================================================================== --- head/emulators/yuzu/files/patch-opus Sun Nov 8 00:20:29 2020 (r554427) +++ head/emulators/yuzu/files/patch-opus Sun Nov 8 00:20:41 2020 (r554428) @@ -286,14 +286,14 @@ Revert https://github.com/yuzu-emu/yuzu/commit/d5dfe34 - opus/silk/float - opus/src -) ---- src/core/CMakeLists.txt.orig 2020-07-07 22:13:55 UTC +--- src/core/CMakeLists.txt.orig 2020-11-07 06:39:05 UTC +++ src/core/CMakeLists.txt -@@ -614,7 +614,7 @@ endif() +@@ -644,7 +644,7 @@ endif() create_target_directory_groups(core) target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) --target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus unicorn zip) -+target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus unicorn zip) +-target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) ++target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip) if (YUZU_ENABLE_BOXCAT) target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011080020.0A80Kfao066368>