From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB01515817D for ; Wed, 12 Jun 2024 21:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DF91E2A95; Wed, 12 Jun 2024 21:51:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 501FCE2A95 for ; Wed, 12 Jun 2024 21:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45AD234027D for ; Wed, 12 Jun 2024 21:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E954E1CB3 for ; Wed, 12 Jun 2024 21:51:54 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1718216210.dee7671f58a4861bfbaf975fb349e6f5792ff651.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/gpu-screen-recorder/, media-video/gpu-screen-recorder-gtk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild X-VCS-Directories: media-video/gpu-screen-recorder/ media-video/gpu-screen-recorder-gtk/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: dee7671f58a4861bfbaf975fb349e6f5792ff651 X-VCS-Branch: master Date: Wed, 12 Jun 2024 21:51:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52042d0a-05f1-4542-9e22-b650c4115a42 X-Archives-Hash: 8dfe9c184e45198993f679802358b3f8 commit: dee7671f58a4861bfbaf975fb349e6f5792ff651 Author: Dale Sweeney gmail com> AuthorDate: Wed Jun 12 18:16:50 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jun 12 18:16:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee7671f media-video/*: Signed-off-by: Dale Sweeney gmail.com> Add ebuilds for gpu-screen-recorder and its GUI front-end .../gpu-screen-recorder-gtk-9999.ebuild | 27 ++++++++++++++ .../gpu-screen-recorder-9999.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild b/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild new file mode 100644 index 000000000..f62192f55 --- /dev/null +++ b/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild @@ -0,0 +1,27 @@ +EAPI=8 + +inherit meson git-r3 + +EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder-gtk" + +DESCRIPTION="GTK frontend for gpu-screen-recorder." +HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder-gtk/about" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm64" + +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 +} diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild new file mode 100644 index 000000000..bdeefe769 --- /dev/null +++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson git-r3 + +EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder" + +DESCRIPTION="A screen recorder that has minimal impact on system performance, similar to shadowplay on Windows." +HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm64" +IUSE="+filecaps systemd" + +DEPEND=" + media-video/ffmpeg + media-libs/libglvnd + x11-libs/libXcomposite + x11-libs/libXrandr + x11-libs/libXfixes + media-libs/libpulse + media-libs/libva + x11-libs/libdrm + sys-libs/libcap + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dsystemd=$(usex filecaps true none) + -Dcapabilities=$(usex systemd true none) + ) + meson_src_configure +} + +src_install() { + meson_src_install +}