emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40673: closed ([PATCH v2] gnu: add wf-recorder)


From: GNU bug Tracking System
Subject: bug#40673: closed ([PATCH v2] gnu: add wf-recorder)
Date: Mon, 27 Apr 2020 16:25:02 +0000

Your message dated Mon, 27 Apr 2020 18:24:41 +0200
with message-id <address@hidden>
and subject line Re: [bug#40673] [PATCH v2] gnu: add wf-recorder
has caused the debbugs.gnu.org bug report #40673,
regarding [PATCH v2] gnu: add wf-recorder
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40673
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 <address@hidden>
 ;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;; Copyright © 2020 Vincent Legoll <address@hidden>
+;;; Copyright © 2020 Alex McGrath <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40673] [PATCH v2] gnu: add wf-recorder Date: Mon, 27 Apr 2020 18:24:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]