* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-12 22:34 Dale Sweeney
0 siblings, 0 replies; 6+ messages in thread
From: Dale Sweeney @ 2024-06-12 22:34 UTC (permalink / raw
To: gentoo-commits
commit: f254376cd29fe48a46c6c8973c6c8932fbc196a2
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Wed Jun 12 22:32:50 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Wed Jun 12 22:33:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f254376c
media-video/gpu-screen-recorder: Add metadata.xml
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
media-video/gpu-screen-recorder/metadata.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/media-video/gpu-screen-recorder/metadata.xml b/media-video/gpu-screen-recorder/metadata.xml
new file mode 100644
index 000000000..36a4af1d3
--- /dev/null
+++ b/media-video/gpu-screen-recorder/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Dale Sweeney</name>
+ <email>agooglygooglr@gmail.com</email>
+ </maintainer>
+ <longdescription>
+ This is a screen recorder that has minimal impact on system performance by recording your monitor using the
+ GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux.
+ This screen recorder can be used for recording your desktop offline, for live streaming and for
+ nvidia shadowplay-like instant replay, where only the last few minutes are saved.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/dec05eba/gpu-screen-recorder-issues/issues</bugs-to>
+ </upstream>
+ <use>
+ <flag name="systemd">Install systemd user service</flag>
+ <flag name="filecaps">Remove password prompt and improve performance</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-13 19:21 Dale Sweeney
0 siblings, 0 replies; 6+ messages in thread
From: Dale Sweeney @ 2024-06-13 19:21 UTC (permalink / raw
To: gentoo-commits
commit: b9ec7dce305c42da6583f5b72ece94bd436f0da9
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Thu Jun 13 19:20:29 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Thu Jun 13 19:20:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ec7dce
media-video/gpu-screen-recorder: update DESCRIPTION
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index b21923756..bfea22b7d 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -3,11 +3,11 @@
EAPI=8
-inherit meson git-r3
+inherit git-r3 meson
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."
+DESCRIPTION="A screen recorder that has minimal impact on system performance."
HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-15 21:23 Dale Sweeney
0 siblings, 0 replies; 6+ messages in thread
From: Dale Sweeney @ 2024-06-15 21:23 UTC (permalink / raw
To: gentoo-commits
commit: b8848d31a1f7aaf579e643b8044cbc61d70eb971
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Sat Jun 15 21:20:27 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Sat Jun 15 21:22:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8848d31
media-video/gpu-screen-recorder: update DESCRIPTION
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index bfea22b7d..ea25ff5c7 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -7,7 +7,7 @@ inherit git-r3 meson
EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder"
-DESCRIPTION="A screen recorder that has minimal impact on system performance."
+DESCRIPTION="A screen recorder that has minimal impact on system performance"
HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about"
LICENSE="GPL-3"
SLOT="0"
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
src_configure() {
local emesonargs=(
- -Dsystemd=$(usex filecaps true none)
- -Dcapabilities=$(usex systemd true none)
+ -Dsystemd=$(usex systemd true false)
+ -Dcapabilities=$(usex filecaps true false)
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-16 6:21 Dale Sweeney
0 siblings, 0 replies; 6+ messages in thread
From: Dale Sweeney @ 2024-06-16 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 869583da0119f0ecaca1e662567e61aee3bc9b2c
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 06:19:41 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Sun Jun 16 06:19:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=869583da
media-video/gpu-screen-recorder: Use `meson_use` over `usex` in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index ea25ff5c7..b961545af 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
src_configure() {
local emesonargs=(
- -Dsystemd=$(usex systemd true false)
- -Dcapabilities=$(usex filecaps true false)
+ -Dsystemd=$(meson_use systemd)
+ -Dcapabilities=$(meson_use filecaps)
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-16 15:07 Ronny Gutbrod
0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2024-06-16 15:07 UTC (permalink / raw
To: gentoo-commits
commit: f6fda7b26a10defc4e269fe570776f66c8f09797
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Jun 16 15:06:28 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Jun 16 15:06:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6fda7b2
media-video/gpu-screen-recorder: replace spaces with tabs
Signed-off-by: tea <gentoo <AT> tastytea.de>
.../gpu-screen-recorder-9999.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index b961545af..a16f5557a 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -14,16 +14,16 @@ SLOT="0"
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
+ 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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/
@ 2024-06-17 1:24 Dale Sweeney
0 siblings, 0 replies; 6+ messages in thread
From: Dale Sweeney @ 2024-06-17 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 6970d0037e5e7cf93b4db68cbcb8a4eca7ccd979
Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 01:23:28 2024 +0000
Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Mon Jun 17 01:24:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6970d003
media-video/gpu-screen-recorder: Fix incorrect use of `meson_use`
Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>
media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index a16f5557a..27ba2a769 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
src_configure() {
local emesonargs=(
- -Dsystemd=$(meson_use systemd)
- -Dcapabilities=$(meson_use filecaps)
+ $(meson_use systemd)
+ $(meson_use filecaps capabilities)
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-17 1:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 21:23 [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/ Dale Sweeney
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 1:24 Dale Sweeney
2024-06-16 15:07 Ronny Gutbrod
2024-06-16 6:21 Dale Sweeney
2024-06-13 19:21 Dale Sweeney
2024-06-12 22:34 Dale Sweeney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox