commit: 90fef6662c091748ff4488b7bf1419153764ae9f Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Nov 22 14:22:18 2025 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Sat Nov 22 14:22:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90fef666
media-video/wlrobs: add 1.2_p20241224 Closes: https://bugs.gentoo.org/966311 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> media-video/wlrobs/Manifest | 1 + media-video/wlrobs/wlrobs-1.2_p20241224.ebuild | 32 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-video/wlrobs/Manifest b/media-video/wlrobs/Manifest index 19a32c217c..6543b1cbc1 100644 --- a/media-video/wlrobs/Manifest +++ b/media-video/wlrobs/Manifest @@ -1 +1,2 @@ DIST wlrobs-1.1.tar.gz 26920 BLAKE2B 2af7d28f6869187098eded4638f08dd422d4fdb31994d3a89001ce63c0deb8f53e1d0d1399dfe07ab6eb83c8bc01ac210f78622bd2cb289f748c87f4163727f4 SHA512 57d459a37bad50b2b1c81df5bddbfb8584dfbb45cb24185a2320d8574ec9443f4c8bd85a7e0590e290ddc17ddce252482249327a824aa38494de1ccf55c2e435 +DIST wlrobs-1.2_p20241224.tar.gz 27711 BLAKE2B d8ed2b6bd036912c882eff9d0323e9e38f42eb2b84a1e24999d2619ee8c0ffc7f280344293c2a85ca18e38e62fff67eb0091b052663ddbf54041f5599e4bb9a8 SHA512 a9c880cf96a9d1e2f494a86142c99d7e15da3f043fe7eb3d1f50b8ee2227b7c9f3ea80aa8ab378603fc1a6c6b5c8bcd969522b618f16d85c3e839cded1ed5d2b diff --git a/media-video/wlrobs/wlrobs-1.2_p20241224.ebuild b/media-video/wlrobs/wlrobs-1.2_p20241224.ebuild new file mode 100644 index 0000000000..86d235f837 --- /dev/null +++ b/media-video/wlrobs/wlrobs-1.2_p20241224.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +COMMIT="b8668b4d6d6d33e3de86ce3fa4331249bc0abc8b" + +DESCRIPTION="OBS plugin that allows you to screen capture on wlroots based compositors" +HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs" +SRC_URI="https://hg.sr.ht/~scoopta/wlrobs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="mirror" + +RDEPEND=" + dev-libs/wayland + media-video/obs-studio +" +DEPEND="${RDEPEND}" + +src_configure() { + local emesonargs=( + -Duse_dmabuf=true + -Duse_scpy=true + ) + meson_src_configure +}
