diff --git a/graphics/libliftoff/Makefile b/graphics/libliftoff/Makefile index 1fe29b852c25..95d1ac34a610 100644 --- a/graphics/libliftoff/Makefile +++ b/graphics/libliftoff/Makefile @@ -1,19 +1,21 @@ PORTNAME= libliftoff DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight KMS plane library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdrm.so:graphics/libdrm USES= compiler:c11 meson pkgconfig -USE_GITHUB= yes +USE_GITLAB= yes USE_LDCONFIG= yes -GH_ACCOUNT= emersion +GL_SITE= https://gitlab.freedesktop.org +GL_ACCOUNT= emersion +GL_COMMIT= a58b638736ad5efe0393ace97522c49949ba2f77 .include diff --git a/graphics/libliftoff/distinfo b/graphics/libliftoff/distinfo index 1c810531efd8..c7dee971c29a 100644 --- a/graphics/libliftoff/distinfo +++ b/graphics/libliftoff/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1625142893 -SHA256 (emersion-libliftoff-v0.1.0_GH0.tar.gz) = 7a88e565b560e2c714a3606e9e03edbdc4dba3255d7fa4a0db4f5ab4975c5a9f -SIZE (emersion-libliftoff-v0.1.0_GH0.tar.gz) = 29614 +SHA256 (emersion-libliftoff-a58b638736ad5efe0393ace97522c49949ba2f77_GL0.tar.gz) = 0bc4956488e8a6a9c1fdde2f517a8af5fa2bfb170ed03a35ea8d6b148d49e34e +SIZE (emersion-libliftoff-a58b638736ad5efe0393ace97522c49949ba2f77_GL0.tar.gz) = 29627 diff --git a/graphics/libliftoff/pkg-descr b/graphics/libliftoff/pkg-descr index 841208fd1aba..6a966f19f926 100644 --- a/graphics/libliftoff/pkg-descr +++ b/graphics/libliftoff/pkg-descr @@ -1,6 +1,6 @@ libliftoff eases the use of KMS planes from userspace without standing in your way. Users create "virtual planes" called layers, set KMS properties on them, and libliftoff will pick planes for these layers if possible. -WWW: https://github.com/emersion/libliftoff +WWW: https://gitlab.freedesktop.org/emersion/libliftoff diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 148f6b4199c4..eadc43fa1292 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,50 +1,51 @@ PORTNAME= gamescope DISTVERSION= 3.9.5 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= ec8e547be135.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 PATCHFILES+= ea415ae28442.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 PATCHFILES+= 7c188b24afaa.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 PATCHFILES+= a618ea074660.patch:-p1 # https://github.com/Plagman/gamescope/issues/120 MAINTAINER= jbeich@FreeBSD.org COMMENT= Micro-compositor from SteamOS LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= glslangValidator:graphics/glslang \ evdev-proto>0:devel/evdev-proto \ vulkan-headers>0:graphics/vulkan-headers \ wayland-protocols>=1.17:graphics/wayland-protocols \ wlroots>=0.15.0<0.16.0:x11-toolkits/wlroots LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libdrm.so:graphics/libdrm \ libvulkan.so:graphics/vulkan-loader \ libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c++11-lib meson pkgconfig sdl xorg USE_GITHUB= yes +USE_GITLAB= nodefault USE_SDL= sdl2 USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm GH_ACCOUNT= Plagman -GH_TUPLE= emersion:libliftoff:v0.1.0-25-gb7a6958:libliftoff/subprojects/libliftoff \ - nothings:stb:af1a5bc:stb/subprojects/stb +GH_TUPLE= nothings:stb:af1a5bc:stb/subprojects/stb +GL_TUPLE= https://gitlab.freedesktop.org:emersion:libliftoff:b7a6958bcacdedf6e451d8821c807299943ef150:libliftoff/subprojects/libliftoff PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= PIPEWIRE OPTIONS_DEFAULT=PIPEWIRE PIPEWIRE_DESC= Screen capture via PipeWire PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_MESON_ENABLED= pipewire post-extract: # Merge patch_directory for subprojects without meson.build @(cd ${WRKSRC}/subprojects/packagefiles && ${COPYTREE_SHARE} . ..) .include "${.CURDIR}/Makefile.wlroots" .include diff --git a/x11-wm/gamescope/distinfo b/x11-wm/gamescope/distinfo index e4534146a870..1dfb6a059840 100644 --- a/x11-wm/gamescope/distinfo +++ b/x11-wm/gamescope/distinfo @@ -1,17 +1,17 @@ TIMESTAMP = 1634527050 SHA256 (Plagman-gamescope-3.9.5_GH0.tar.gz) = b49c407f6db1bde0765fdab5b8aaa424cc962b8608f2fbd98873de6e3e820eab SIZE (Plagman-gamescope-3.9.5_GH0.tar.gz) = 92411 -SHA256 (emersion-libliftoff-v0.1.0-25-gb7a6958_GH0.tar.gz) = 03e1ef580885a823be468dd6b712ce99ac49aa7ed3ddd617ab1e0528893e6eec -SIZE (emersion-libliftoff-v0.1.0-25-gb7a6958_GH0.tar.gz) = 30779 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 SIZE (swaywm-wlroots-0.14.0-239-g9579d62a_GH0.tar.gz) = 524413 +SHA256 (emersion-libliftoff-b7a6958bcacdedf6e451d8821c807299943ef150_GL0.tar.gz) = f9b7969e2f33270b8d7df1f15741cffaf8022fe80548975f823b1ce3e5df495c +SIZE (emersion-libliftoff-b7a6958bcacdedf6e451d8821c807299943ef150_GL0.tar.gz) = 30754 SHA256 (ec8e547be135.patch) = ce94c159342cf57764154a89a3428427b35626c90ff793533675c0c35440015c SIZE (ec8e547be135.patch) = 2857 SHA256 (ea415ae28442.patch) = 6f248271d9ba0d782affbbd2376a1ea08130d25b747ef52d20672d1f17cab130 SIZE (ea415ae28442.patch) = 1594 SHA256 (7c188b24afaa.patch) = e5018c1ae688f159dcc00ac3c3cef177732b36663f2c07cd8941451c887b787f SIZE (7c188b24afaa.patch) = 1132 SHA256 (a618ea074660.patch) = 8d0f5d4414b9df2ad2b1f24a9add1628eee273b36f4b8f62533a0bcacbc68740 SIZE (a618ea074660.patch) = 2585