From unknown Sun Jun 15 01:08:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40673] [PATCH v2] gnu: add wf-recorder Resent-From: Alex McGrath Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Apr 2020 21:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40673 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40673@debbugs.gnu.org Cc: Alex McGrath X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15870719894077 (code B ref -1); Thu, 16 Apr 2020 21:20:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Apr 2020 21:19:49 +0000 Received: from localhost ([127.0.0.1]:39480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPBvA-00013Y-5P for submit@debbugs.gnu.org; Thu, 16 Apr 2020 17:19:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:53268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPBa5-0006sw-SQ for submit@debbugs.gnu.org; Thu, 16 Apr 2020 16:57:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35529) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPBa4-0002qL-45 for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:53 -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 1jPBa2-0008Is-IJ for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:51 -0400 Received: from aibo.runbox.com ([91.220.196.211]:58304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPBa2-0008I7-16 for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id :Date:Subject:Cc:To:From; bh=60PJ2ffQO8ceFOC0CJrs+mV6znwu1vlpUZ1Lbpa0G9Q=; b= q9kZtVV6xVk94RwO95gc8jx1sddhZtkVwTBjP/dFMaBx/w2DwaOM/HKYrldxWoPSo8sunwJvfa9X8 wf06/bokETN1QA8reLqDS4d3wBis8oj4RI2dEIZFikrLp+fK7sUlywp0Lrzs8bXL7vJSY9VSAp/if dEUsT5AOCJG8lZTHV6Q6GOGDFObgmHQubZPhZXW3ZoLc43NcZcAHmSef5FDCT4NUsHyn0U5zJksye 9hIW2zofs8Mx39RwEQaYWGfc+oLbUn2KY4p8lOwfujfDRR8PD2MYBWPBy5LuQNhSulnZ9htnvByJo 562NmAoR9TfoJrzo8zH0gWYX71wmk6LUzw==; Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jPBZz-0002Hj-Gy for guix-patches@gnu.org; Thu, 16 Apr 2020 22:57:47 +0200 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (942369)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jPBZF-0000ie-4G; Thu, 16 Apr 2020 22:57:01 +0200 From: Alex McGrath Date: Thu, 16 Apr 2020 21:55:28 +0100 Message-Id: <20200416205527.22890-1-amk@amk.ie> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 17:19:38 -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.1 (/) 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 ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Alex McGrath ;;; ;;; 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 From unknown Sun Jun 15 01:08:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alex McGrath Subject: bug#40673: closed (Re: [bug#40673] [PATCH v2] gnu: add wf-recorder) Message-ID: References: <878sigx5fa.fsf@gmail.com> <20200416205527.22890-1-amk@amk.ie> X-Gnu-PR-Message: they-closed 40673 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40673@debbugs.gnu.org Date: Mon, 27 Apr 2020 16:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1588004702-28999-1" This is a multi-part message in MIME format... ------------=_1588004702-28999-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40673: [PATCH v2] gnu: add wf-recorder which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40673@debbugs.gnu.org. --=20 40673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40673 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1588004702-28999-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40673-done) by debbugs.gnu.org; 27 Apr 2020 16:24:49 +0000 Received: from localhost ([127.0.0.1]:37981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT6Yr-0007XC-Hx for submit@debbugs.gnu.org; Mon, 27 Apr 2020 12:24:49 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:33215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT6Yq-0007Ww-KY for 40673-done@debbugs.gnu.org; Mon, 27 Apr 2020 12:24:48 -0400 Received: by mail-wr1-f67.google.com with SMTP id s10so21311444wrr.0 for <40673-done@debbugs.gnu.org>; Mon, 27 Apr 2020 09:24:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=gxMDsd125Wd7h0JesJmL2JdkXhD9VIBhAU60ICdn7eM=; b=qgP5UjlWJQrBbiCAF9E5T9e8z7D6uIjDzwoUknfsh1pRsz8ov9zbJEm2YLJ3B/UOvG nWJTa/I4YPTXADb14jcWnFx5+8rO1N7iAhxU7z0KWMcK2cDdEUc2l7YL/NKwFKjbF3ML VSW3jhMkJsOdMMCjbU1zNVs65RfyQiDvpfF9KRm7aCcJjQ6e7HBxoIfbiXbiKMQypFzq NkSnjfmAsX0IM3ZucBoeT8r0ruE/Y1MXo6CzaZd14WuGZbtI0XDlq8VXT85rRy815Pfe dJDwsy9AGzHHbTae1S7jFLGmDcAz2p7aLkesZgnC49u/K8gwp8jHuR/NpRKX9aXwW1xh gsnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=gxMDsd125Wd7h0JesJmL2JdkXhD9VIBhAU60ICdn7eM=; b=UFKSzKS4j+5gMt/H3yynbC8JGxchxzUR8Tz9ohQLWPTVTjcpctddCQo1if2dmPPAcs 89EtmUmtBL+SCl+ezys4m7Cuehmq5+XDFuUFtdlwPwYyBovKGOvtxTclQ03/gLTTKLjt IqSiPXktRhXQt0QhUc5NzJYRX1EE/RlrWnp7POVZmxBBD2jMDSIoneBOHRJ74suAYTWX BMglcz9n7sKJH3pluHymPZkd7xfydTFyuFIvHHFBZ5BFFtPzp042PjdfiU8esPL40tC6 ja7COZjZ0ZPGVlHC3HVnjRoOAXlG+3qfRfEBdgtCOoVFlU7NM2c9gwPEIuALn3t+JrRz 5o2g== X-Gm-Message-State: AGi0PuYEnMRXwRJc9CPj0kjgkOWjMcpei6+7yFyHfIuikhweAEk8Dd0x msR3DiDHNAOSfNlHei9j4vNWalkgA2Q= X-Google-Smtp-Source: APiQypKBB7kdurvotJHNGw+vjnnHt84oo5kd5IM6vSN7AR6utg2+Xo4Puuh+GTd6UNuZSB5dM2AsOQ== X-Received: by 2002:adf:a543:: with SMTP id j3mr28064835wrb.34.1588004682357; Mon, 27 Apr 2020 09:24:42 -0700 (PDT) Received: from meru ([2a01:cb18:832e:5f00:34f1:1844:8b95:b14d]) by smtp.gmail.com with ESMTPSA id h16sm24466108wrw.36.2020.04.27.09.24.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Apr 2020 09:24:41 -0700 (PDT) From: Mathieu Othacehe To: Alex McGrath Subject: Re: [bug#40673] [PATCH v2] gnu: add wf-recorder References: <20200416205527.22890-1-amk@amk.ie> Date: Mon, 27 Apr 2020 18:24:41 +0200 In-Reply-To: <20200416205527.22890-1-amk@amk.ie> (Alex McGrath's message of "Thu, 16 Apr 2020 21:55:28 +0100") Message-ID: <878sigx5fa.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40673-done Cc: 40673-done@debbugs.gnu.org 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.0 (-) 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 ------------=_1588004702-28999-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Apr 2020 21:19:49 +0000 Received: from localhost ([127.0.0.1]:39480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPBvA-00013Y-5P for submit@debbugs.gnu.org; Thu, 16 Apr 2020 17:19:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:53268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPBa5-0006sw-SQ for submit@debbugs.gnu.org; Thu, 16 Apr 2020 16:57:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35529) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPBa4-0002qL-45 for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:53 -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 1jPBa2-0008Is-IJ for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:51 -0400 Received: from aibo.runbox.com ([91.220.196.211]:58304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPBa2-0008I7-16 for guix-patches@gnu.org; Thu, 16 Apr 2020 16:57:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amk.ie; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id :Date:Subject:Cc:To:From; bh=60PJ2ffQO8ceFOC0CJrs+mV6znwu1vlpUZ1Lbpa0G9Q=; b= q9kZtVV6xVk94RwO95gc8jx1sddhZtkVwTBjP/dFMaBx/w2DwaOM/HKYrldxWoPSo8sunwJvfa9X8 wf06/bokETN1QA8reLqDS4d3wBis8oj4RI2dEIZFikrLp+fK7sUlywp0Lrzs8bXL7vJSY9VSAp/if dEUsT5AOCJG8lZTHV6Q6GOGDFObgmHQubZPhZXW3ZoLc43NcZcAHmSef5FDCT4NUsHyn0U5zJksye 9hIW2zofs8Mx39RwEQaYWGfc+oLbUn2KY4p8lOwfujfDRR8PD2MYBWPBy5LuQNhSulnZ9htnvByJo 562NmAoR9TfoJrzo8zH0gWYX71wmk6LUzw==; Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jPBZz-0002Hj-Gy for guix-patches@gnu.org; Thu, 16 Apr 2020 22:57:47 +0200 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (942369)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jPBZF-0000ie-4G; Thu, 16 Apr 2020 22:57:01 +0200 From: Alex McGrath To: guix-patches@gnu.org Subject: [PATCH v2] gnu: add wf-recorder Date: Thu, 16 Apr 2020 21:55:28 +0100 Message-Id: <20200416205527.22890-1-amk@amk.ie> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 16 Apr 2020 17:19:38 -0400 Cc: Alex McGrath 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.1 (/) 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 ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Alex McGrath ;;; ;;; 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 ------------=_1588004702-28999-1--