| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1 | 8 | ~amd64 | 0 |
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=${PN#obs-}
inherit meson
DESCRIPTION="An obs-studio plugin for screen capture on wlroots based wayland compositors"
HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs"
SRC_URI="https://hg.sr.ht/~scoopta/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-v${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+dmabuf +scpy"
DEPEND="
dev-libs/wayland
media-video/obs-studio
dmabuf? ( x11-libs/libdrm )
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_use dmabuf use_dmabuf)
$(meson_use scpy use_scpy)
)
meson_src_configure
}
dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | obs-wlrobs-1.1.tar.gz | 26920 bytes | https://hg.sr.ht/~scoopta/${PN/archive/v1.1.tar.gz |