svn commit: r553722 - in head/emulators/yuzu: . files
Jan Beich
jbeich at FreeBSD.org
Sat Oct 31 00:48:29 UTC 2020
Author: jbeich
Date: Sat Oct 31 00:48:24 2020
New Revision: 553722
URL: https://svnweb.freebsd.org/changeset/ports/553722
Log:
emulators/yuzu: update to s20201030
Changes: https://github.com/yuzu-emu/yuzu/compare/2f6ba5448...6db0c0d8d
Added:
head/emulators/yuzu/files/patch-fmt (contents, props changed)
Deleted:
head/emulators/yuzu/files/patch-openssl
Modified:
head/emulators/yuzu/Makefile (contents, props changed)
head/emulators/yuzu/distinfo (contents, props changed)
Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile Sat Oct 31 00:48:17 2020 (r553721)
+++ head/emulators/yuzu/Makefile Sat Oct 31 00:48:24 2020 (r553722)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yuzu
-PORTVERSION= s20201025
+PORTVERSION= s20201030
PORTREVISION?= 0
CATEGORIES= emulators
@@ -31,11 +31,12 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
libzstd.so:archivers/zstd \
libopus.so:audio/opus \
libboost_context.so:devel/boost-libs \
- libfmt.so:devel/libfmt
+ libfmt.so:devel/libfmt \
+ libavcodec.so:multimedia/ffmpeg
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
-GH_TAGNAME= 2f6ba5448
+GH_TAGNAME= 6db0c0d8d
GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \
DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
@@ -46,7 +47,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn
citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \
herumi:xbyak:v5.96:xbyak/externals/xbyak \
kinetiknz:cubeb:cubeb-0.2-1251-ga7e83aa:cubeb/externals/cubeb \
- svn2github:inih:603729d:inih/externals/inih/inih
+ benhoyt:inih:r52:inih/externals/inih/inih
USES= cmake compiler:c++17-lang localbase:ldflags python:build sdl ssl
USE_SDL= sdl2
Modified: head/emulators/yuzu/distinfo
==============================================================================
--- head/emulators/yuzu/distinfo Sat Oct 31 00:48:17 2020 (r553721)
+++ head/emulators/yuzu/distinfo Sat Oct 31 00:48:24 2020 (r553722)
@@ -1,8 +1,8 @@
-TIMESTAMP = 1603655790
+TIMESTAMP = 1604085100
SHA256 (libcxx-10.0.1.src.tar.xz) = def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c
SIZE (libcxx-10.0.1.src.tar.xz) = 1839172
-SHA256 (yuzu-emu-yuzu-s20201025-2f6ba5448_GH0.tar.gz) = a5bcdb14ccf79b2a85a1c93ef5918b3cf78daed95a70034d8ab03b11df568ae5
-SIZE (yuzu-emu-yuzu-s20201025-2f6ba5448_GH0.tar.gz) = 4015908
+SHA256 (yuzu-emu-yuzu-s20201030-6db0c0d8d_GH0.tar.gz) = d7eccdb4fc557548af5d532a6a607d41e84d2d462cb95fd079e42a2accf11621
+SIZE (yuzu-emu-yuzu-s20201030-6db0c0d8d_GH0.tar.gz) = 4049243
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 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7
@@ -23,7 +23,7 @@ SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786
SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999
SHA256 (kinetiknz-cubeb-cubeb-0.2-1251-ga7e83aa_GH0.tar.gz) = ded9dbd4a35aaba5a5e15883da17111ec46395241f283223683590adb1cfaf19
SIZE (kinetiknz-cubeb-cubeb-0.2-1251-ga7e83aa_GH0.tar.gz) = 206804
-SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364c3e33261707d4b669e1c669ca3818d7b9515c15fe0befd9df3f1f00a
-SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342
+SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880
+SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808
SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5
SIZE (905e8016a04e.patch) = 2545
Added: head/emulators/yuzu/files/patch-fmt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/yuzu/files/patch-fmt Sat Oct 31 00:48:24 2020 (r553722)
@@ -0,0 +1,15 @@
+Allow building against devel/libfmt until it's upgraded
+
+-- Packages fmt/7.1.0 not found!
+
+--- CMakeLists.txt.orig 2020-10-30 07:35:40 UTC
++++ CMakeLists.txt
+@@ -161,7 +161,7 @@ macro(yuzu_find_packages)
+ # Cmake Pkg Prefix Version Conan Pkg
+ "Boost 1.72 boost/1.72.0"
+ "Catch2 2.13 catch2/2.13.0"
+- "fmt 7.1 fmt/7.1.0"
++ "fmt 7.0 fmt/7.0.3"
+ # can't use until https://github.com/bincrafters/community/issues/1173
+ #"libzip 1.5 libzip/1.5.2 at bincrafters/stable"
+ "lz4 1.8 lz4/1.9.2"
More information about the svn-ports-head
mailing list