From unknown Mon Aug 18 17:58:53 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40664] [PATCH] gnu: add wf-recorder Resent-From: Alex McGrath Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Apr 2020 16:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40664 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40664@debbugs.gnu.org Cc: Alex McGrath X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158705280514022 (code B ref -1); Thu, 16 Apr 2020 16:01:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Apr 2020 16:00:05 +0000 Received: from localhost ([127.0.0.1]:39158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP6vs-0003e1-5A for submit@debbugs.gnu.org; Thu, 16 Apr 2020 12:00:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:33899) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP6Rs-0002u2-Tx for submit@debbugs.gnu.org; Thu, 16 Apr 2020 11:29:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50287) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP6Rr-0006t9-Ek for guix-patches@gnu.org; Thu, 16 Apr 2020 11:29:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP6Rq-0006LO-3o for guix-patches@gnu.org; Thu, 16 Apr 2020 11:29:03 -0400 Received: from aibo.runbox.com ([91.220.196.211]:44728) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP6Rp-0006Id-J3 for guix-patches@gnu.org; Thu, 16 Apr 2020 11:29:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject :Cc:To:From; bh=HTN9ZXunlVoSP1CvlgMxtmbU5bGEqcKj0ue4zmeNAUA=; b=vWkkTmB5pyelm 72nFJo2ZCjgAuxhGJ7ctjuTP4XDS7zxDEUl/q/WdWo4YwamBuf6Y6K2ktnrtBuPKKrD5FScItj8xc b+sbWzA0HlZsT1cXe8IJTzEcqg3ILT7reVxVgDm/IWtxp9njoN5gAYI0BQ+p8d4OYs/+mws7PitrE DN+uV22ovfd9wHAP9VrMKYVnvrg6UbDhR0L78i12TvIGn3U9rF8U9+FygNgx5XsnPVKpp+3Gd7L+W TJYPwn6CSWbliyoXiMIprxLqyEvI4Cne8UtNgx173YxUi/NWnlv0UHuiulAXrEDS4KUYGzHAJ1DRN ldxo1RmricZXBrjg038qw==; Received: from [10.9.9.202] (helo=mailfront20.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jP6Rl-0007bs-U6 for guix-patches@gnu.org; Thu, 16 Apr 2020 17:28:58 +0200 Received: by mailfront20.runbox with esmtpsa [Authenticated alias (942369)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jP6RX-0001ZZ-VL; Thu, 16 Apr 2020 17:28:44 +0200 From: Alex McGrath Date: Thu, 16 Apr 2020 16:28:31 +0100 Message-Id: <20200416152831.28634-1-amk@amk.ie> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 91.220.196.211 X-Spam-Score: 0.2 (/) X-Mailman-Approved-At: Thu, 16 Apr 2020 12:00:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) --- gnu/packages/video.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 62cc423c09..5f2246616b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3920,3 +3920,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://libgit2.github.com/") + (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 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 17 16:22:12 2020 Received: (at control) by debbugs.gnu.org; 17 Apr 2020 20:22:12 +0000 Received: from localhost ([127.0.0.1]:41743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPXV5-0003cJ-1z for submit@debbugs.gnu.org; Fri, 17 Apr 2020 16:22:11 -0400 Received: from aibo.runbox.com ([91.220.196.211]:59816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPWwG-0002lm-Gr for control@debbugs.gnu.org; Fri, 17 Apr 2020 15:46:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Message-Id:Date:Subject:To:From:MIME-Version: Content-Transfer-Encoding:Content-Type; bh=lJVwOmyaYGOCrEGjEGg8DcDNped7wHY/Ui/V9IMK5AY=; b=tTTBaa3RZBmwT3/0DouxcHtsV2 bmSZF7iHQFbTIaX6BpuD6wdaZQK6dyO5wJgwMZL/3I/bwJrOtNvTYRBwor/coQaBIwx+zyPaf1X/j 8TUHcqHlPvohG6GbQwpVCAlvh/TljK+WPUGrNOlccsNvpBUBes2bRcj6dyQli5Zbf+eNFz/2Jhbl3 EsjuT6keUVXVxPSvQRW3VtaH6z9Ihhx90Ld8gYDTK0HGHjiH1/lcK5E9BXQt6mSr8o4pbHKf03gIx wxhP5GzcueESiBCcQPI4cgQOhnjoAovNhqU1/ersmHH3bK/glDys5J+Fuhnqb/qe4v0Kqhub+OAHa 0w7CT8dA==; Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jPWwE-0003u1-EZ for control@debbugs.gnu.org; Fri, 17 Apr 2020 21:46:10 +0200 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1jPWwE-0006Md-Di for control@debbugs.gnu.org; Fri, 17 Apr 2020 21:46:10 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated alias (942369)] by runbox.com with http (RMM6); for ; Fri, 17 Apr 2020 19:46:10 GMT From: "Alex McGrath" To: "control" Subject: close 40664 Date: Fri, 17 Apr 2020 20:46:10 +0100 (IST) X-RMM-Aliasid: 942369 X-Mailer: RMM6 Message-Id: X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 40664 Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [91.220.196.211 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: amk.ie] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [91.220.196.211 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 PDS_TONAME_EQ_TOLOCAL_VSHORT Very short body and From looks like 2 different emails 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control X-Mailman-Approved-At: Fri, 17 Apr 2020 16:22:10 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 40664 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [91.220.196.211 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [91.220.196.211 listed in wl.mailspike.net] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: amk.ie] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 PDS_TONAME_EQ_TOLOCAL_VSHORT Very short body and From looks like 2 different emails 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders close 40664=