media-video/gpu-screen-recorder-gtk: add 5.7.8

Closes: https://bugs.gentoo.org/961710
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney
2025-08-18 19:25:40 -04:00
parent 497d32716a
commit 137bee86f1
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gpu-screen-recorder-gtk-5.7.8.tar.gz 74004 BLAKE2B d6d707ca45a1612a46ceee88068584200de6325d027c57310b4b587f2d6960bafa66a97f3f27e67cbc08d3c8b861e76bb5ae371f9f61cec229816ebe9c513ef1 SHA512 1de751566a566115ee5582d556c94f96f8880ba117892b6d11047a6643343bac50cf429949cf9844ccde372f46baf9ab6ff7da7376c0f711b63fa2ca49dbd75a

View File

@@ -0,0 +1,36 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder-gtk"
else
SRC_URI="https://dec05eba.com/snapshot/${PN}.git.${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
KEYWORDS="~amd64"
fi
DESCRIPTION="GTK frontend for gpu-screen-recorder."
HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder-gtk/about"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
x11-libs/gtk+:3
dev-libs/libayatana-appindicator
media-video/gpu-screen-recorder
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
}