media-plugins/obs-wlrobs - 9999 (supertux88)

Search

Install

Install this version:

emerge -a =media-plugins/obs-wlrobs-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/obs-wlrobs-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/obs-wlrobs-9999

Package Information

Description:
An obs-studio plugin for screen capture on wlroots based wayland compositors
Homepage:
https://hg.sr.ht/~scoopta/wlrobs
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit mercurial
EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs"

inherit meson

DESCRIPTION="An obs-studio plugin for screen capture on wlroots based wayland compositors"
HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs"

LICENSE="GPL-3"
SLOT="0"
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
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-plugins/obs-wlrobs | euse -E <flag> -p media-plugins/obs-wlrobs | euse -D <flag> -p media-plugins/obs-wlrobs

Global/Standard Flags

dmabuf
Default: Enabled (+)
scpy
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/wayland
	media-video/obs-studio
	dmabuf? ( x11-libs/libdrm )

RDEPEND

	dev-libs/wayland
	media-video/obs-studio
	dmabuf? ( x11-libs/libdrm )

BDEPEND

	virtual/pkgconfig