Date: Wed, 1 Jul 2020 22:22:08 +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: r540999 - head/emulators/yuzu Message-ID: <202007012222.061MM8aY050043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jul 1 22:22:07 2020 New Revision: 540999 URL: https://svnweb.freebsd.org/changeset/ports/540999 Log: emulators/yuzu: drop Qt5OpenGL runtime dependency https://github.com/yuzu-emu/yuzu/commit/c6a0ab979239 --- ENABLE_QT + YUZU_USE_QT_WEB_ENGINE +++ -Wl,--as-needed @@ -1,28 +1,19 @@ - 0x0000000000000001 (NEEDED) Shared library: [libQt5OpenGL.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5WebEngineWidgets.so.5] 0x0000000000000001 (NEEDED) Shared library: [libopus.so.0] 0x0000000000000001 (NEEDED) Shared library: [libzip.so.5] 0x0000000000000001 (NEEDED) Shared library: [libssl.so.111] 0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.111] 0x0000000000000001 (NEEDED) Shared library: [libboost_context.so.1.73.0] 0x0000000000000001 (NEEDED) Shared library: [libfmt.so.6] 0x0000000000000001 (NEEDED) Shared library: [liblz4.so.1] 0x0000000000000001 (NEEDED) Shared library: [libzstd.so.1] 0x0000000000000001 (NEEDED) Shared library: [libthr.so.3] 0x0000000000000001 (NEEDED) Shared library: [libSDL2-2.0.so.0] - 0x0000000000000001 (NEEDED) Shared library: [libQt5WebEngineCore.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5WebChannel.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Positioning.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Quick.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5QmlModels.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Qml.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5PrintSupport.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Widgets.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Gui.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Network.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Core.so.5] 0x0000000000000001 (NEEDED) Shared library: [libc++.so.1] 0x0000000000000001 (NEEDED) Shared library: [libcxxrt.so.1] 0x0000000000000001 (NEEDED) Shared library: [libm.so.5] 0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x0000000000000001 (NEEDED) Shared library: [libc.so.7] Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Wed Jul 1 22:21:52 2020 (r540998) +++ head/emulators/yuzu/Makefile Wed Jul 1 22:22:07 2020 (r540999) @@ -12,6 +12,7 @@ PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.c PATCHFILES+= e6085ea35f0b.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= 3b1683a15261.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= dda90ce1c249.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4209 +PATCHFILES+= b1b1ed7597cb.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4221 MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger @@ -83,7 +84,7 @@ SDL_PLIST_FILES=bin/${PORTNAME}-cmd \ bin/${PORTNAME}-tester QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,webengine,widgets +QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,webengine,widgets QT5_CMAKE_BOOL= ENABLE_QT YUZU_USE_QT_WEB_ENGINE QT5_PLIST_FILES=bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Wed Jul 1 22:21:52 2020 (r540998) +++ head/emulators/yuzu/distinfo Wed Jul 1 22:22:07 2020 (r540999) @@ -35,3 +35,5 @@ SHA256 (3b1683a15261.patch) = dbc7f2c628527b487ff3cfa9 SIZE (3b1683a15261.patch) = 1709 SHA256 (dda90ce1c249.patch) = 7664619a899860339dec98dceb27b1beb5ca0faafb996a469dd096c55cf87da3 SIZE (dda90ce1c249.patch) = 1029 +SHA256 (b1b1ed7597cb.patch) = 1f8e5d73deebceebf0a34c846e271d25d708ea5c139d3b1b2c0ab1165accd027 +SIZE (b1b1ed7597cb.patch) = 2346
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007012222.061MM8aY050043>