From 289f1b26cc418e64d838c0014e838c56fa368c8a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Aug 2022 20:39:37 +0100 Subject: gentoo auto-resync : 20:08:2022 - 20:39:37 --- gui-wm/gamescope/Manifest | 4 +- gui-wm/gamescope/gamescope-3.11.36.ebuild | 69 ------------------------------- gui-wm/gamescope/gamescope-3.11.39.ebuild | 69 +++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 71 deletions(-) delete mode 100644 gui-wm/gamescope/gamescope-3.11.36.ebuild create mode 100644 gui-wm/gamescope/gamescope-3.11.39.ebuild (limited to 'gui-wm/gamescope') diff --git a/gui-wm/gamescope/Manifest b/gui-wm/gamescope/Manifest index 9c81046fb305..e25330dd10ce 100644 --- a/gui-wm/gamescope/Manifest +++ b/gui-wm/gamescope/Manifest @@ -1,3 +1,3 @@ -DIST gamescope-3.11.36.tar.gz 192928 BLAKE2B 7c243c091fb49f0216b739cd2327afba827b5ae63f9c22c00cf37320f907518889c927f21ff27c3f9b27ce62b5b6e70901fdf96436e94767c551372bf9cf39bc SHA512 7d069fec3e2183b0995392407db14c06fd77200764befbc74be7bcdd478c229bdc15f54636c9941ace0615392f2f2d81c593c0c4351415f5178820fc0cb0d212 -EBUILD gamescope-3.11.36.ebuild 1479 BLAKE2B 82eec208aa0bac3f24e39ca4eb671dc90a40ebb28cfc9376344810d3e1b6f870c4ce16e8307fca96443518de69d90ee39fb9f18471ea112a260323c7177aad3e SHA512 a113be5ced9515cdcfdbe392c7730f3a302ade15d0c4a58927c687e9a1de712ae504da694ec2f657cf80454c2cc4f3afc661a80dc118a58e6b3578ddfcfb6eba +DIST gamescope-3.11.39.tar.gz 193205 BLAKE2B 524375f4173afad29c4c444e54d5240d5c613dca33a28916aeb924e0c51aa47fc7391d559526308c709ae2bcd6fc19c7ec3ec8ef8f8bc2b78181428130df1590 SHA512 5ac450e5209c8f4bbc16b60253495d1be3d1206d87feefac95c2dfbcb5d7b7400fd94a2ce1ef60368293f42e45e5954fcb7aabd4d6538a32fa438d7b295d9fef +EBUILD gamescope-3.11.39.ebuild 1479 BLAKE2B 82eec208aa0bac3f24e39ca4eb671dc90a40ebb28cfc9376344810d3e1b6f870c4ce16e8307fca96443518de69d90ee39fb9f18471ea112a260323c7177aad3e SHA512 a113be5ced9515cdcfdbe392c7730f3a302ade15d0c4a58927c687e9a1de712ae504da694ec2f657cf80454c2cc4f3afc661a80dc118a58e6b3578ddfcfb6eba MISC metadata.xml 329 BLAKE2B 55576d120d50b3fb6103479d383fb56655ab5ffa022bf829bc7a797b263fd7cf92da18d4b5c1028d92a5eb48fd2efa356fb3ecc2c1db7f57dfb58d63ee7f1649 SHA512 e7f2075f12a696de416e1fff294a17d1e9c669d5f7e430d8ffc9d317650ca665f96283023d38e0c68b79b23998881fc6a62fe9d9dd7818e69fe5f6b142cdc60e diff --git a/gui-wm/gamescope/gamescope-3.11.36.ebuild b/gui-wm/gamescope/gamescope-3.11.36.ebuild deleted file mode 100644 index 4922750b401d..000000000000 --- a/gui-wm/gamescope/gamescope-3.11.36.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.39.ebuild b/gui-wm/gamescope/gamescope-3.11.39.ebuild new file mode 100644 index 000000000000..4922750b401d --- /dev/null +++ b/gui-wm/gamescope/gamescope-3.11.39.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