A v2 patch as i forgot to add a copyright notice, and forgot to change the homepage
gnu/packages/video.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Toggle diff (48 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 62cc423c09..72746ea2fb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
;;; This file is part of GNU Guix.
@@ -3920,3 +3921,33 @@ work-in-progress, aiming to support video-on-demand and live streaming
applications. It only supports Intel-compatible CPUs (x86).")
(home-page "https://github.com/OpenVisualCloud/SVT-AV1")
(license license:bsd-2)))
+(define-public wf-recorder
+ (url "https://github.com/ammen99/wf-recorder.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ "1cw6kpcbl33wh95pvy32xrsrm6kkk1awccr3phyh885xjs3b3iim"))))
+ (build-system meson-build-system)
+ `(("pkg-config" ,pkg-config)))
+ ("pulseaudio" ,pulseaudio)
+ ("wayland-protocols" ,wayland-protocols)
+ (home-page "https://github.com/ammen99/wf-recorder.git")
+ (synopsis "Screen recorder for wlroots-based compositors")
+ "wf-recorder is a utility program for screen recording of wlroots-based
+compositors (more specifically, those that support wlr-screencopy-v1 and
+ (license license:mit)))