From 9443686b4a91ed06071e272c0a46043daa28e3c5 Mon Sep 17 00:00:00 2001 From: YiFei Zhu Date: Thu, 15 Jun 2023 06:02:02 -0700 Subject: [PATCH 1/2] games-emulation/yuzu: Bump vulkan to 1.3.246 Upstream bumped the requirements [1] in cmake. Reported on IRC. [1] https://github.com/yuzu-emu/yuzu-mainline/blob/8949287a0559bdf497056d119a446f3f67a4cb6c/CMakeLists.txt#L286 Signed-off-by: YiFei Zhu --- games-emulation/yuzu/yuzu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 77ba325b21..328d46033a 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -46,7 +46,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-cpp/cpp-httplib dev-cpp/cpp-jwt - system-vulkan? ( >=dev-util/vulkan-headers-1.3.236 ) + system-vulkan? ( >=dev-util/vulkan-headers-1.3.246 ) test? ( + + + + zdanevich.vitaly@ya.ru + Vitaly Zdanevich + + + tty-share is a very simple tool used to share your Linux/OSX terminal over the Internet. It is written in GO, results in a static cross-platform binary with no dependencies, and therefore will also work on your Raspberry Pi. The remote participant needs not setup, and they can join the session from the browser or from the terminal. The session can be shared either over the Internet, or only in the local network. When sharing it over the Internet (outside your NAT), tty-share will connect to proxy server that will mediate the communication between the participants. An instance of this server runs at tty-share.com, but you can run your own. + + This is an alternative to tmate. + + + elisescu/tty-share + + diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild new file mode 100644 index 0000000000..737bd5ea50 --- /dev/null +++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Foundation +# # Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Screen sharing for terminal: ASCII in browser or terminal, without pixels moving" +HOMEPAGE="https://github.com/elisescu/tty-share" + +SRC_URI="https://github.com/elisescu/tty-share/releases/download/v${PV}/tty-share_linux-amd64" +S="${WORKDIR}" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" + +src_install() { + newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin +}