GNU bug report logs - #40673
[PATCH v2] gnu: add wf-recorder

Previous Next

Package: guix-patches;

Reported by: Alex McGrath <amk <at> amk.ie>

Date: Thu, 16 Apr 2020 21:20:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40673 in the body.
You can then email your comments to 40673 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40673; Package guix-patches. (Thu, 16 Apr 2020 21:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex McGrath <amk <at> amk.ie>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 16 Apr 2020 21:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex McGrath <amk <at> amk.ie>
To: guix-patches <at> gnu.org
Cc: Alex McGrath <amk <at> amk.ie>
Subject: [PATCH v2] gnu: add wf-recorder
Date: Thu, 16 Apr 2020 21:55:28 +0100
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(+)

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
@@ -39,6 +39,7 @@
 ;;; Copyright © 2020 Josh Holland <josh <at> inv.alid.pw>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
+;;; Copyright © 2020 Alex McGrath <amk <at> 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
+  (package
+    (name "wf-recorder")
+    (version "0.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ammen99/wf-recorder.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1cw6kpcbl33wh95pvy32xrsrm6kkk1awccr3phyh885xjs3b3iim"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("ffmpeg" ,ffmpeg)
+       ("pulseaudio" ,pulseaudio)
+       ("wayland" ,wayland)
+       ("wayland-protocols" ,wayland-protocols)
+       ("libx264" ,libx264)))
+    (home-page "https://github.com/ammen99/wf-recorder.git")
+    (synopsis "Screen recorder for wlroots-based compositors")
+    (description
+     "wf-recorder is a utility program for screen recording of wlroots-based
+compositors (more specifically, those that support wlr-screencopy-v1 and
+xdg-output)")
+    (license license:mit)))
-- 
2.26.0





Reply sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
You have taken responsibility. (Mon, 27 Apr 2020 16:25:02 GMT) Full text and rfc822 format available.

Notification sent to Alex McGrath <amk <at> amk.ie>:
bug acknowledged by developer. (Mon, 27 Apr 2020 16:25:02 GMT) Full text and rfc822 format available.

Message #10 received at 40673-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Alex McGrath <amk <at> amk.ie>
Cc: 40673-done <at> debbugs.gnu.org
Subject: Re: [bug#40673] [PATCH v2] gnu: add wf-recorder
Date: Mon, 27 Apr 2020 18:24:41 +0200
Hello Alex,

Sorry for the delay. I changed the license, edited a bit the
description, added a Change-log compatible commit message and pushed!

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 May 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.