Date: Thu, 8 Dec 2022 09:29:27 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a2f4e157935a - 2022Q4 - x11-wm/gamescope: update to 3.11.51 Message-ID: <202212080929.2B89TRPP084698@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2f4e157935a6700123d0e0021327c921cd82496 commit a2f4e157935a6700123d0e0021327c921cd82496 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-26 17:13:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-08 09:26:03 +0000 x11-wm/gamescope: update to 3.11.51 Changes: https://github.com/Plagman/gamescope/compare/3.11.49...3.11.51 Reported by: Repology, portscout (cherry picked from commit bc1d9770a8d994898456c311c87049713ce61bc1) (cherry picked from commit a4966e5cca1911cd976444829addf2cb7692f4de) (cherry picked from commit 05356a1b1a22881da4439ce036cf86fc860dc740) (cherry picked from commit 54c4ff9ec5739b78342421fc7f329371b8b6a037) --- x11-wm/gamescope/Makefile | 12 ++++++++---- x11-wm/gamescope/distinfo | 8 +++++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 58b63fb6e6e8..a3e75606b7e0 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,5 +1,5 @@ PORTNAME= gamescope -DISTVERSION= 3.11.49 +DISTVERSION= 3.11.51 CATEGORIES= x11-wm # wayland: depends on https://github.com/Plagman/gamescope/issues/543 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -19,7 +19,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ libliftoff>=0.3.0<0.4.0:graphics/libliftoff \ vulkan-headers>0:graphics/vulkan-headers \ wayland-protocols>=1.17:graphics/wayland-protocols \ - wlroots>=0.15.0<0.16.0:x11-toolkits/wlroots + wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libdrm.so:graphics/libdrm \ libliftoff.so:graphics/libliftoff \ @@ -33,8 +33,11 @@ USE_GITHUB= yes USE_SDL= sdl2 USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm GH_ACCOUNT= Plagman -GH_TUPLE= nothings:stb:af1a5bc:stb/subprojects/stb -PLIST_FILES= bin/${PORTNAME} +GH_TUPLE= nothings:stb:af1a5bc:stb/subprojects/stb \ + Joshua-Ashton:vkroots:e6b8949:vkroots/subprojects/vkroots +PLIST_FILES= bin/${PORTNAME} \ + lib/libVkLayer_FROG_${PORTNAME}_wsi.so \ + share/vulkan/implicit_layer.d/VkLayer_FROG_${PORTNAME}_wsi.json MESON_ARGS= --force-fallback-for= # allow system wlroots + libliftoff OPTIONS_DEFINE= PIPEWIRE @@ -48,4 +51,5 @@ post-extract: # Merge patch_directory for subprojects without meson.build @(cd ${WRKSRC}/subprojects/packagefiles && ${COPYTREE_SHARE} . ..) +.include "${.CURDIR:H:H}/x11-toolkits/wlroots-devel/override.mk" .include <bsd.port.mk> diff --git a/x11-wm/gamescope/distinfo b/x11-wm/gamescope/distinfo index 8d723f58b646..26943899971a 100644 --- a/x11-wm/gamescope/distinfo +++ b/x11-wm/gamescope/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1668542511 -SHA256 (Plagman-gamescope-3.11.49_GH0.tar.gz) = 41008c4a4cde1661046cfe837f483cede118fa2670c31ab1c01b2ae90a8f7291 -SIZE (Plagman-gamescope-3.11.49_GH0.tar.gz) = 203449 +TIMESTAMP = 1670438874 +SHA256 (Plagman-gamescope-3.11.51_GH0.tar.gz) = 0ffe1c3e3cdf40e20b45b758f8e4c334c5c0941eb05437e59e9c6aaf8c948a1e +SIZE (Plagman-gamescope-3.11.51_GH0.tar.gz) = 209920 SHA256 (nothings-stb-af1a5bc_GH0.tar.gz) = 3facf6e6f8c3e1715e1a088f22bad9c9202973f9369fb3f088f46cced3f64058 SIZE (nothings-stb-af1a5bc_GH0.tar.gz) = 1387334 +SHA256 (Joshua-Ashton-vkroots-e6b8949_GH0.tar.gz) = 2b2e949642d93a9eba7340e7828d38ea0dac822939812020ec63c02e4c4dbc72 +SIZE (Joshua-Ashton-vkroots-e6b8949_GH0.tar.gz) = 272574 SHA256 (2a84a44f6897.patch) = fd892d4477885926b0ef5793d5222764afa2ba334fd25c4cc671c89812e100b5 SIZE (2a84a44f6897.patch) = 2931 SHA256 (e0927f7bce95.patch) = 6bbab2f37d7e76a1eade6d81bc0b441cc09f0020143bafb53555b767bf056600
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212080929.2B89TRPP084698>