From 86eece26841510c190c0b254a24efc4d6b42acec Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Sep 2022 16:22:09 +0100 Subject: gentoo auto-resync : 04:09:2022 - 16:22:09 --- gui-wm/gamescope/Manifest | 4 +- gui-wm/gamescope/gamescope-3.11.42.ebuild | 69 ------------------------------- gui-wm/gamescope/gamescope-3.11.43.ebuild | 69 +++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 71 deletions(-) delete mode 100644 gui-wm/gamescope/gamescope-3.11.42.ebuild create mode 100644 gui-wm/gamescope/gamescope-3.11.43.ebuild (limited to 'gui-wm/gamescope') diff --git a/gui-wm/gamescope/Manifest b/gui-wm/gamescope/Manifest index e007b886e1aa..fcd9b48a1233 100644 --- a/gui-wm/gamescope/Manifest +++ b/gui-wm/gamescope/Manifest @@ -1,3 +1,3 @@ -DIST gamescope-3.11.42.tar.gz 193457 BLAKE2B 9909a60e6aa67a549f62ae49d8cf8ef0ca4654e8a16c5a0a5d03c19862cc50b530ff7ec78aac0777a0e1e805f416e0fc9ef1d40bb88d7fcae18f0dff4f992802 SHA512 f28773ecaedb39b6a611d2f71e4922906e0a5f9bcac25032c9f1a07d76f269252fd440a55d502684675bab0df4206315a5cc85d81c94c8d4feb762eb97b02ff7 -EBUILD gamescope-3.11.42.ebuild 1479 BLAKE2B 82eec208aa0bac3f24e39ca4eb671dc90a40ebb28cfc9376344810d3e1b6f870c4ce16e8307fca96443518de69d90ee39fb9f18471ea112a260323c7177aad3e SHA512 a113be5ced9515cdcfdbe392c7730f3a302ade15d0c4a58927c687e9a1de712ae504da694ec2f657cf80454c2cc4f3afc661a80dc118a58e6b3578ddfcfb6eba +DIST gamescope-3.11.43.tar.gz 193497 BLAKE2B 2b7f14b24d395f2bd19c15113a6ae414ec54dd6e840f7c377117ea268f267fd0f27e3197b214726decdecb0bc6a00ec6b6aceeb7e9cb87bf54509c76c31ebf9a SHA512 406555ea37adb3b53b43017b45719ece91f21c4419fa7348c4e47bb18bfda6606755853f013ddef0fc9938499ff72b47efc34b525395801c807735d21eec57ce +EBUILD gamescope-3.11.43.ebuild 1479 BLAKE2B 82eec208aa0bac3f24e39ca4eb671dc90a40ebb28cfc9376344810d3e1b6f870c4ce16e8307fca96443518de69d90ee39fb9f18471ea112a260323c7177aad3e SHA512 a113be5ced9515cdcfdbe392c7730f3a302ade15d0c4a58927c687e9a1de712ae504da694ec2f657cf80454c2cc4f3afc661a80dc118a58e6b3578ddfcfb6eba MISC metadata.xml 329 BLAKE2B 55576d120d50b3fb6103479d383fb56655ab5ffa022bf829bc7a797b263fd7cf92da18d4b5c1028d92a5eb48fd2efa356fb3ecc2c1db7f57dfb58d63ee7f1649 SHA512 e7f2075f12a696de416e1fff294a17d1e9c669d5f7e430d8ffc9d317650ca665f96283023d38e0c68b79b23998881fc6a62fe9d9dd7818e69fe5f6b142cdc60e diff --git a/gui-wm/gamescope/gamescope-3.11.42.ebuild b/gui-wm/gamescope/gamescope-3.11.42.ebuild deleted file mode 100644 index 4922750b401d..000000000000 --- a/gui-wm/gamescope/gamescope-3.11.42.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit fcaps meson - -MY_PV="${PV//_/-}" -DESCRIPTION="Efficient micro-compositor for running games" -HOMEPAGE="https://github.com/Plagman/gamescope" -SRC_URI="https://github.com/Plagman/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" -LICENSE="BSD-2" -SLOT="0" -IUSE="pipewire" - -RDEPEND=" - =dev-libs/libliftoff-0.3* - dev-libs/wayland - >=dev-libs/wayland-protocols-1.17 - =gui-libs/wlroots-0.15*[X] - media-libs/libsdl2[video] - media-libs/vulkan-loader - sys-libs/libcap - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libxkbcommon - x11-libs/libXrender - x11-libs/libXres - x11-libs/libXtst - x11-libs/libXxf86vm - pipewire? ( >=media-video/pipewire-0.3:= ) -" -DEPEND=" - ${RDEPEND} - dev-libs/stb - dev-util/vulkan-headers -" -BDEPEND=" - dev-util/glslang - dev-util/wayland-scanner -" - -S="${WORKDIR}/${PN}-${MY_PV}" - -FILECAPS=( - cap_sys_nice usr/bin/${PN} -) - -src_prepare() { - default - - # Normally uses stb from a git submodule. Upstream does not ship a - # pkg-config file so we don't install one. Work around this using symlinks. - mkdir subprojects/stb || die - ln -snf "${ESYSROOT}"/usr/include/stb/* "${S}"/subprojects/packagefiles/stb/* subprojects/stb/ || die -} - -src_configure() { - local emesonargs=( - --force-fallback-for= - $(meson_feature pipewire) - ) - meson_src_configure -} diff --git a/gui-wm/gamescope/gamescope-3.11.43.ebuild b/gui-wm/gamescope/gamescope-3.11.43.ebuild new file mode 100644 index 000000000000..4922750b401d --- /dev/null +++ b/gui-wm/gamescope/gamescope-3.11.43.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit fcaps meson + +MY_PV="${PV//_/-}" +DESCRIPTION="Efficient micro-compositor for running games" +HOMEPAGE="https://github.com/Plagman/gamescope" +SRC_URI="https://github.com/Plagman/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" +LICENSE="BSD-2" +SLOT="0" +IUSE="pipewire" + +RDEPEND=" + =dev-libs/libliftoff-0.3* + dev-libs/wayland + >=dev-libs/wayland-protocols-1.17 + =gui-libs/wlroots-0.15*[X] + media-libs/libsdl2[video] + media-libs/vulkan-loader + sys-libs/libcap + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrender + x11-libs/libXres + x11-libs/libXtst + x11-libs/libXxf86vm + pipewire? ( >=media-video/pipewire-0.3:= ) +" +DEPEND=" + ${RDEPEND} + dev-libs/stb + dev-util/vulkan-headers +" +BDEPEND=" + dev-util/glslang + dev-util/wayland-scanner +" + +S="${WORKDIR}/${PN}-${MY_PV}" + +FILECAPS=( + cap_sys_nice usr/bin/${PN} +) + +src_prepare() { + default + + # Normally uses stb from a git submodule. Upstream does not ship a + # pkg-config file so we don't install one. Work around this using symlinks. + mkdir subprojects/stb || die + ln -snf "${ESYSROOT}"/usr/include/stb/* "${S}"/subprojects/packagefiles/stb/* subprojects/stb/ || die +} + +src_configure() { + local emesonargs=( + --force-fallback-for= + $(meson_feature pipewire) + ) + meson_src_configure +} -- cgit v1.2.3