aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-01 22:22:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-07-01 22:22:07 +0000
commit15d05e043cceb17537cbc4e3ada20fb1b4ea8713 (patch)
treea13edccc78c7034a239cd49808e057ccf5c38560 /emulators
parent6c22054868b997cf51221ab58f430ec9283a8179 (diff)
downloadports-15d05e043cceb17537cbc4e3ada20fb1b4ea8713.tar.gz
ports-15d05e043cceb17537cbc4e3ada20fb1b4ea8713.zip
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]
Notes
Notes: svn path=/head/; revision=540999
Diffstat (limited to 'emulators')
-rw-r--r--emulators/yuzu/Makefile3
-rw-r--r--emulators/yuzu/distinfo2
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index b908a8736691..cc7e27c73ef7 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -12,6 +12,7 @@ PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703
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 \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 22de3858de56..30c7ba32cff0 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -35,3 +35,5 @@ SHA256 (3b1683a15261.patch) = dbc7f2c628527b487ff3cfa93c0a8ad899b38a16eb68c3baec
SIZE (3b1683a15261.patch) = 1709
SHA256 (dda90ce1c249.patch) = 7664619a899860339dec98dceb27b1beb5ca0faafb996a469dd096c55cf87da3
SIZE (dda90ce1c249.patch) = 1029
+SHA256 (b1b1ed7597cb.patch) = 1f8e5d73deebceebf0a34c846e271d25d708ea5c139d3b1b2c0ab1165accd027
+SIZE (b1b1ed7597cb.patch) = 2346