Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2021 15:15:13 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d5c779a3fea - main - emulators/yuzu: switch to system libzip after a67b6931f198
Message-ID:  <202105231515.14NFFDEJ071671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d5c779a3fea7737acd10f550d44a4d4bb545682

commit 9d5c779a3fea7737acd10f550d44a4d4bb545682
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-05-23 11:32:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-05-23 15:14:43 +0000

    emulators/yuzu: switch to system libzip after a67b6931f198
    
    https://github.com/yuzu-emu/yuzu/commit/d3e87d70ec7d
    
    This reverts commit e48ecb93a6551f67d6832803444c53df2cec84b5.
---
 emulators/yuzu/Makefile | 2 +-
 emulators/yuzu/distinfo | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index f6c64192434f..48ad0f116076 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -35,6 +35,7 @@ BUILD_DEPENDS=	catch>0:devel/catch \
 		nlohmann-json>0:devel/nlohmann-json \
 		glslangValidator:graphics/glslang
 LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
+		libzip.so:archivers/libzip \
 		libzstd.so:archivers/zstd \
 		libopus.so:audio/opus \
 		libboost_context.so:devel/boost-libs \
@@ -52,7 +53,6 @@ GH_TUPLE=	yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
 		citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \
 		fmtlib:fmt:7.1.2:fmt/externals/fmt \
 		herumi:xbyak:v5.96:xbyak/externals/xbyak \
-		nih-at:libzip:rel-1-5-2-93-g89bd6d63:libzip/externals/libzip/libzip \
 		kinetiknz:cubeb:cubeb-0.2-1298-g8d53747:cubeb/externals/cubeb \
 		benhoyt:inih:r52:inih/externals/inih/inih
 
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index e70ac0009e61..173d187a05ae 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -19,8 +19,6 @@ SHA256 (fmtlib-fmt-7.1.2_GH0.tar.gz) = 4119a1c34dff91631e1d0a3707428f764f1ea22fe
 SIZE (fmtlib-fmt-7.1.2_GH0.tar.gz) = 769401
 SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4856c6304456d77f1b56c3d2c6
 SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999
-SHA256 (nih-at-libzip-rel-1-5-2-93-g89bd6d63_GH0.tar.gz) = 63050daee06c5bcf0f8fd82103e3e84e83772f3a646f42bfa3851afc7aca4ce1
-SIZE (nih-at-libzip-rel-1-5-2-93-g89bd6d63_GH0.tar.gz) = 1211650
 SHA256 (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = b5cd93de1ca5c9810594a8ec9ac4a3f7c0014cb5d90827034839405a82553fba
 SIZE (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = 218055
 SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105231515.14NFFDEJ071671>