From 9cd7e710ac676c1a318d09e665ca3558bb5c5323 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 29 Oct 2022 16:01:29 +0100 Subject: gentoo auto-resync : 29:10:2022 - 16:01:29 --- gui-wm/gamescope/Manifest | 4 +- gui-wm/gamescope/gamescope-3.11.47.ebuild | 70 ------------------------------- gui-wm/gamescope/gamescope-3.11.48.ebuild | 70 +++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 gui-wm/gamescope/gamescope-3.11.47.ebuild create mode 100644 gui-wm/gamescope/gamescope-3.11.48.ebuild (limited to 'gui-wm/gamescope') diff --git a/gui-wm/gamescope/Manifest b/gui-wm/gamescope/Manifest index c39969ca5a5e..be009e1cbe02 100644 --- a/gui-wm/gamescope/Manifest +++ b/gui-wm/gamescope/Manifest @@ -1,3 +1,3 @@ -DIST gamescope-3.11.47.tar.gz 199063 BLAKE2B 9f18a2e6c6a8f650dc0a7013c5fba4150bea49bc06c0276cd5cff3086e3d27667c7269b6cb1a11577a81587cf9214025e75f38b3cd56a088a864ffe2fad8da83 SHA512 46811c74f02be98378dc9e60acc51656cd12196ffc2ef8396f041004b217873c4fd8c454ae0ccbe5330c4e1908ab309ee6951f296e3e5c67e61d93df9d216d40 -EBUILD gamescope-3.11.47.ebuild 1519 BLAKE2B cf38ca38d61e1e7700d91156dde67b90b886af5aa9b2c68fa8658debe27d760491e3d9c1b03bcff9aade17c9890a3c1398552c5947d773772da6dea8c3418d20 SHA512 2e63953912f299140045d3ae2c688aaa074bd966fa27c32247cbb6316a219cf2eee3b0d34d6dae3beea67f346f79e09e7757a095ab0d2ba30dcadcb956c300df +DIST gamescope-3.11.48.tar.gz 203879 BLAKE2B 203fc76d5151626be7bcf1968b04f58a756ebe3da6d92f269e0bfd3a07d4af9d1729ccb8fe42e8ae9556941bcb33c319c8e20c9b4942c351ba9fde2609871f87 SHA512 fb2b4a657c43a086a61d1cc10dd1d26bfbd9864778626b1f11f7e08f2f28c031d80d510fdc576ef76d9dff3180a7e943b3edfb4b3f58943c9a324105f8e5f27d +EBUILD gamescope-3.11.48.ebuild 1519 BLAKE2B cf38ca38d61e1e7700d91156dde67b90b886af5aa9b2c68fa8658debe27d760491e3d9c1b03bcff9aade17c9890a3c1398552c5947d773772da6dea8c3418d20 SHA512 2e63953912f299140045d3ae2c688aaa074bd966fa27c32247cbb6316a219cf2eee3b0d34d6dae3beea67f346f79e09e7757a095ab0d2ba30dcadcb956c300df MISC metadata.xml 329 BLAKE2B 55576d120d50b3fb6103479d383fb56655ab5ffa022bf829bc7a797b263fd7cf92da18d4b5c1028d92a5eb48fd2efa356fb3ecc2c1db7f57dfb58d63ee7f1649 SHA512 e7f2075f12a696de416e1fff294a17d1e9c669d5f7e430d8ffc9d317650ca665f96283023d38e0c68b79b23998881fc6a62fe9d9dd7818e69fe5f6b142cdc60e diff --git a/gui-wm/gamescope/gamescope-3.11.47.ebuild b/gui-wm/gamescope/gamescope-3.11.47.ebuild deleted file mode 100644 index ea21c3332aa2..000000000000 --- a/gui-wm/gamescope/gamescope-3.11.47.ebuild +++ /dev/null @@ -1,70 +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=$(ver_rs 3 -) -MY_PV="${MY_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-1.21 - >=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-2.4.109 - 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.48.ebuild b/gui-wm/gamescope/gamescope-3.11.48.ebuild new file mode 100644 index 000000000000..ea21c3332aa2 --- /dev/null +++ b/gui-wm/gamescope/gamescope-3.11.48.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit fcaps meson + +MY_PV=$(ver_rs 3 -) +MY_PV="${MY_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-1.21 + >=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-2.4.109 + 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