From unknown Sun Jun 22 22:44:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63925] [PATCH] gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2. Resent-From: Miguel =?UTF-8?Q?=C3=81ngel?= Moreno Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Jun 2023 13:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63925 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63925@debbugs.gnu.org Cc: me@mianmoreno.com X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16860593926064 (code B ref -1); Tue, 06 Jun 2023 13:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jun 2023 13:49:52 +0000 Received: from localhost ([127.0.0.1]:51229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6X4E-0001ZZ-Hs for submit@debbugs.gnu.org; Tue, 06 Jun 2023 09:49:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:39628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6Sxk-0006ut-IV for submit@debbugs.gnu.org; Tue, 06 Jun 2023 05:26:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6Sxk-0003xG-4b for guix-patches@gnu.org; Tue, 06 Jun 2023 05:26:48 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6Sxh-0005w4-MC for guix-patches@gnu.org; Tue, 06 Jun 2023 05:26:47 -0400 X-GND-Sasl: me@mianmoreno.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mianmoreno.com; s=gm1; t=1686043602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7KfFER14cHM2KdmhA4cQ/H5tiKgk0U/GUx4blSUehfo=; b=CS+JCGT1mx8wc4N8XMH0SBwu2xN4jPpFMkoidrKVHZF866SwK7msu+uyE+cKx+JOsJC50g 3XqXqwfx+cT5shD1ew2JpeFKsJVUfsP6fD/m+eUNbnsao/y/ngRrRdavw71XYliXtJfh6A 4vJGPvTvWA7Wb5kFZbtlxE4PGSJBTz8thL0zINwIo1BRWHufgeO9PeC8CVDQGl1s4NPvqM wYtbTWX6/Fmi3eFFo7TkSmS2A/PuSHrvbUd3O0xm9g1dvAJSCKpoZixVv0MK6a/RXWuv7Q ajbM9Pjl26OfuvCZtL286QJ74Pudl68avWAaSfNerg2fIALMR6lDD0NW9vvcyw== X-GND-Sasl: me@mianmoreno.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 9481A2000C; Tue, 6 Jun 2023 09:26:42 +0000 (UTC) From: Miguel =?UTF-8?Q?=C3=81ngel?= Moreno Date: Tue, 06 Jun 2023 11:26:41 +0200 Message-ID: <86pm69osa6.fsf@mianmoreno.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:4b98:dc4:8::227; envelope-from=me@mianmoreno.com; helo=relay7-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Mailman-Approved-At: Tue, 06 Jun 2023 09:49:41 -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: -2.6 (--) * gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6-0.2ea3daf2. --- This hotfix version fixes a problem with asynchronous downloads when using other binaries such as yt-dlp (the defacto youtube-dl CLI now) gnu/packages/emacs-xyz.scm | 70 ++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cad9819a5e..731d67a851 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26864,43 +26864,45 @@ (define-public emacs-youtube-dl (license license:unlicense)))) =20 (define-public emacs-ytdl - (package - (name "emacs-ytdl") - (version "1.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/tuedachu/ytdl") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl")))) - (build-system emacs-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'configure - (lambda* (#:key inputs #:allow-other-keys) - ;; .el is read-only in git. - (make-file-writable "ytdl.el") - ;; Specify the absolute file names of the various programs so - ;; that everything works out-of-the-box. - (emacs-substitute-variables "ytdl.el" - ("ytdl-command" - (search-input-file inputs "/bin/youtube-dl")))))))) - (inputs - (list youtube-dl)) - (propagated-inputs - (list emacs-async emacs-dash)) - (home-page "https://gitlab.com/tuedachu/ytdl") - (synopsis "Emacs interface for youtube-dl") - (description - "This package manages a video download queue for @command{youtube-dl}, + (let ((commit "2ea3daf2f6aa9d18b71fe3e15f05c30a56fca228") + (revision "0")) + (package + (name "emacs-ytdl") + (version (git-version "1.3.6" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/tuedachu/ytdl") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0y62lkgsg19j05dpd6sp6zify8vq8xvpc8caqiy4rwi7p4ahacsf"))= )) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'configure + (lambda* (#:key inputs #:allow-other-keys) + ;; .el is read-only in git. + (make-file-writable "ytdl.el") + ;; Specify the absolute file names of the various programs = so + ;; that everything works out-of-the-box. + (emacs-substitute-variables "ytdl.el" + ("ytdl-command" + (search-input-file inputs "/bin/youtube-dl")))))))) + (inputs + (list youtube-dl)) + (propagated-inputs + (list emacs-async emacs-dash)) + (home-page "https://gitlab.com/tuedachu/ytdl") + (synopsis "Emacs interface for youtube-dl") + (description + "This package manages a video download queue for @command{youtube-d= l}, which serves as the back end. New videos can be queued at any time. All youtube-dl backends are supported. It is possible to create download prof= iles depending on the downloaded URL.") - (license license:gpl3+))) + (license license:gpl3+)))) =20 (define-public emacs-ytel ;; No tagged releases. Using version from main file. --=20 2.40.1 <#secure method=3Dpgpmime mode=3Dsign> --=20 Best regards, Miguel =C3=81ngel Moreno From unknown Sun Jun 22 22:44:24 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: Miguel =?UTF-8?Q?=C3=81ngel?= Moreno Subject: bug#63925: closed (Re: [bug#63925] [PATCH] gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2.) Message-ID: References: <874jnfcg18.fsf@nicolasgoaziou.fr> <86pm69osa6.fsf@mianmoreno.com> X-Gnu-PR-Message: they-closed 63925 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 63925@debbugs.gnu.org Date: Sat, 10 Jun 2023 18:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1686422762-17388-1" This is a multi-part message in MIME format... ------------=_1686422762-17388-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63925: [PATCH] gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2. 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 63925@debbugs.gnu.org. --=20 63925: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63925 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1686422762-17388-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63925-done) by debbugs.gnu.org; 10 Jun 2023 18:45:51 +0000 Received: from localhost ([127.0.0.1]:36286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q83ax-0004Vp-Ea for submit@debbugs.gnu.org; Sat, 10 Jun 2023 14:45:51 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:46147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q83aw-0004Va-1o for 63925-done@debbugs.gnu.org; Sat, 10 Jun 2023 14:45:50 -0400 X-GND-Sasl: mail@nicolasgoaziou.fr X-GND-Sasl: mail@nicolasgoaziou.fr Received: by mail.gandi.net (Postfix) with ESMTPSA id 570E21C0003; Sat, 10 Jun 2023 18:45:44 +0000 (UTC) From: Nicolas Goaziou To: Miguel =?utf-8?Q?=C3=81ngel?= Moreno Subject: Re: [bug#63925] [PATCH] gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2. References: <86pm69osa6.fsf@mianmoreno.com> Date: Sat, 10 Jun 2023 20:45:39 +0200 In-Reply-To: <86pm69osa6.fsf@mianmoreno.com> ("Miguel =?utf-8?Q?=C3=81ngel?= Moreno"'s message of "Tue, 06 Jun 2023 11:26:41 +0200") Message-ID: <874jnfcg18.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63925-done Cc: 63925-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.7 (-) Hello, Miguel =C3=81ngel Moreno writes: > * gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6-0.2ea3daf2. Applied. Thank you. Regards, --=20 Nicolas Goaziou ------------=_1686422762-17388-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Jun 2023 13:49:52 +0000 Received: from localhost ([127.0.0.1]:51229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6X4E-0001ZZ-Hs for submit@debbugs.gnu.org; Tue, 06 Jun 2023 09:49:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:39628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6Sxk-0006ut-IV for submit@debbugs.gnu.org; Tue, 06 Jun 2023 05:26:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6Sxk-0003xG-4b for guix-patches@gnu.org; Tue, 06 Jun 2023 05:26:48 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6Sxh-0005w4-MC for guix-patches@gnu.org; Tue, 06 Jun 2023 05:26:47 -0400 X-GND-Sasl: me@mianmoreno.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mianmoreno.com; s=gm1; t=1686043602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7KfFER14cHM2KdmhA4cQ/H5tiKgk0U/GUx4blSUehfo=; b=CS+JCGT1mx8wc4N8XMH0SBwu2xN4jPpFMkoidrKVHZF866SwK7msu+uyE+cKx+JOsJC50g 3XqXqwfx+cT5shD1ew2JpeFKsJVUfsP6fD/m+eUNbnsao/y/ngRrRdavw71XYliXtJfh6A 4vJGPvTvWA7Wb5kFZbtlxE4PGSJBTz8thL0zINwIo1BRWHufgeO9PeC8CVDQGl1s4NPvqM wYtbTWX6/Fmi3eFFo7TkSmS2A/PuSHrvbUd3O0xm9g1dvAJSCKpoZixVv0MK6a/RXWuv7Q ajbM9Pjl26OfuvCZtL286QJ74Pudl68avWAaSfNerg2fIALMR6lDD0NW9vvcyw== X-GND-Sasl: me@mianmoreno.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 9481A2000C; Tue, 6 Jun 2023 09:26:42 +0000 (UTC) From: Miguel =?utf-8?Q?=C3=81ngel?= Moreno To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2. Date: Tue, 06 Jun 2023 11:26:41 +0200 Message-ID: <86pm69osa6.fsf@mianmoreno.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:4b98:dc4:8::227; envelope-from=me@mianmoreno.com; helo=relay7-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 06 Jun 2023 09:49:41 -0400 Cc: me@mianmoreno.com 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: -2.6 (--) * gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6-0.2ea3daf2. --- This hotfix version fixes a problem with asynchronous downloads when using other binaries such as yt-dlp (the defacto youtube-dl CLI now) gnu/packages/emacs-xyz.scm | 70 ++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cad9819a5e..731d67a851 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26864,43 +26864,45 @@ (define-public emacs-youtube-dl (license license:unlicense)))) =20 (define-public emacs-ytdl - (package - (name "emacs-ytdl") - (version "1.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/tuedachu/ytdl") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl")))) - (build-system emacs-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'configure - (lambda* (#:key inputs #:allow-other-keys) - ;; .el is read-only in git. - (make-file-writable "ytdl.el") - ;; Specify the absolute file names of the various programs so - ;; that everything works out-of-the-box. - (emacs-substitute-variables "ytdl.el" - ("ytdl-command" - (search-input-file inputs "/bin/youtube-dl")))))))) - (inputs - (list youtube-dl)) - (propagated-inputs - (list emacs-async emacs-dash)) - (home-page "https://gitlab.com/tuedachu/ytdl") - (synopsis "Emacs interface for youtube-dl") - (description - "This package manages a video download queue for @command{youtube-dl}, + (let ((commit "2ea3daf2f6aa9d18b71fe3e15f05c30a56fca228") + (revision "0")) + (package + (name "emacs-ytdl") + (version (git-version "1.3.6" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/tuedachu/ytdl") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0y62lkgsg19j05dpd6sp6zify8vq8xvpc8caqiy4rwi7p4ahacsf"))= )) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'configure + (lambda* (#:key inputs #:allow-other-keys) + ;; .el is read-only in git. + (make-file-writable "ytdl.el") + ;; Specify the absolute file names of the various programs = so + ;; that everything works out-of-the-box. + (emacs-substitute-variables "ytdl.el" + ("ytdl-command" + (search-input-file inputs "/bin/youtube-dl")))))))) + (inputs + (list youtube-dl)) + (propagated-inputs + (list emacs-async emacs-dash)) + (home-page "https://gitlab.com/tuedachu/ytdl") + (synopsis "Emacs interface for youtube-dl") + (description + "This package manages a video download queue for @command{youtube-d= l}, which serves as the back end. New videos can be queued at any time. All youtube-dl backends are supported. It is possible to create download prof= iles depending on the downloaded URL.") - (license license:gpl3+))) + (license license:gpl3+)))) =20 (define-public emacs-ytel ;; No tagged releases. Using version from main file. --=20 2.40.1 <#secure method=3Dpgpmime mode=3Dsign> --=20 Best regards, Miguel =C3=81ngel Moreno ------------=_1686422762-17388-1--