diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-04 22:00:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-06 10:34:15 +0000 |
commit | b93866d9f93cdd9426b3afe82acd672f5ab22696 (patch) | |
tree | 73890eae5612e36d6b3011433211cd9b0b72c163 /x11-wm/gamescope | |
parent | 77fac9f5ba15d82a1b6a6d1e5e8fbfde5d6c9791 (diff) | |
download | ports-b93866d9f93cdd9426b3afe82acd672f5ab22696.tar.gz ports-b93866d9f93cdd9426b3afe82acd672f5ab22696.zip |
x11-wm/gamescope: update to 3.9.3
Changes: https://github.com/Plagman/gamescope/compare/3.9.2...3.9.3
Reported by: portscout
Diffstat (limited to 'x11-wm/gamescope')
-rw-r--r-- | x11-wm/gamescope/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/gamescope/distinfo | 10 | ||||
-rw-r--r-- | x11-wm/gamescope/files/patch-src_pipewire.cpp | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 6212d7f8e6ac..2800301aecba 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,5 +1,5 @@ PORTNAME= gamescope -DISTVERSION= 3.9.2 +DISTVERSION= 3.9.3 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -31,7 +31,7 @@ USE_GITHUB= yes USE_SDL= sdl2 USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm GH_ACCOUNT= Plagman -GH_TUPLE= emersion:libliftoff:v0.1.0-3-g516cf94:libliftoff/subprojects/libliftoff \ +GH_TUPLE= emersion:libliftoff:v0.1.0-22-gaa30b8f:libliftoff/subprojects/libliftoff \ nothings:stb:af1a5bc:stb/subprojects/stb PLIST_FILES= bin/${PORTNAME} diff --git a/x11-wm/gamescope/distinfo b/x11-wm/gamescope/distinfo index 746dcdbb86ac..04b28c81d421 100644 --- a/x11-wm/gamescope/distinfo +++ b/x11-wm/gamescope/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1631728967 -SHA256 (Plagman-gamescope-3.9.2_GH0.tar.gz) = 1ea332cd57fe1cde6b76e21e3e568f73b4d6b7b85db24d76b5ca9fbd3107ece6 -SIZE (Plagman-gamescope-3.9.2_GH0.tar.gz) = 87957 -SHA256 (emersion-libliftoff-v0.1.0-3-g516cf94_GH0.tar.gz) = 6577292c106aaec29db5296f37c6e796171cb7bad9a5316a5b65b9e9cd8139bc -SIZE (emersion-libliftoff-v0.1.0-3-g516cf94_GH0.tar.gz) = 29766 +TIMESTAMP = 1633384829 +SHA256 (Plagman-gamescope-3.9.3_GH0.tar.gz) = 8f330e0b9707c2830895141cabad04aeef62c8bf94bb1e32fbd8680c719dce75 +SIZE (Plagman-gamescope-3.9.3_GH0.tar.gz) = 88096 +SHA256 (emersion-libliftoff-v0.1.0-22-gaa30b8f_GH0.tar.gz) = 84a2e1bca203a761d6b0105726bb67632edeacd58d1d2b4c58610ddd8e379d5d +SIZE (emersion-libliftoff-v0.1.0-22-gaa30b8f_GH0.tar.gz) = 30657 SHA256 (nothings-stb-af1a5bc_GH0.tar.gz) = 3facf6e6f8c3e1715e1a088f22bad9c9202973f9369fb3f088f46cced3f64058 SIZE (nothings-stb-af1a5bc_GH0.tar.gz) = 1387334 SHA256 (swaywm-wlroots-0.14.0-239-g9579d62a_GH0.tar.gz) = 84b288330b95d2b1d4e1881b7b220e25535990a5c695dc5bd65cb77e68804105 diff --git a/x11-wm/gamescope/files/patch-src_pipewire.cpp b/x11-wm/gamescope/files/patch-src_pipewire.cpp index 35c061cf3505..5cc72ae179c5 100644 --- a/x11-wm/gamescope/files/patch-src_pipewire.cpp +++ b/x11-wm/gamescope/files/patch-src_pipewire.cpp @@ -1,3 +1,5 @@ +Drop after FreeBSD 12.2 EOL around 2022-03-01 + ../src/pipewire.cpp:16:17: error: redefinition of 'log' as different kind of symbol static LogScope log("pipewire"); ^ |