# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit git-r3 meson

DESCRIPTION='Notification in the style of ShadowPlay'
HOMEPAGE=https://git.dec05eba.com/gpu-screen-recorder-notification/about
EGIT_REPO_URI=https://repo.dec05eba.com/${PN}
LICENSE=GPL-3

SLOT=0

SHARED_DEPEND='
	dev-libs/wayland
	media-libs/libglvnd
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXrandr
	x11-libs/libXrender
	x11-libs/libxkbcommon
	x11-libs/pango
'
BDEPEND='
	dev-util/wayland-scanner
	virtual/pkgconfig
'
DEPEND="${SHARED_DEPEND}"
RDEPEND="
	${SHARED_DEPEND}
	gui-capture/gpu-screen-recorder
"