GNU bug report logs - #71990
[PATCH] gnu: Add emacs-empv.

Previous Next

Package: guix-patches;

Reported by: Thanos Apollo <public <at> thanosapollo.org>

Date: Mon, 8 Jul 2024 06:29:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Thanos Apollo <public <at> thanosapollo.org>
Subject: bug#71990: closed (Re: [bug#71990] [PATCH 1/2] gnu: Add emacs-empv.)
Date: Tue, 09 Jul 2024 08:09:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71990: [PATCH] gnu: Add emacs-empv.

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 71990 <at> debbugs.gnu.org.

-- 
71990: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71990
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Thanos Apollo <public <at> thanosapollo.org>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 71990-done <at> debbugs.gnu.org
Subject: Re: [bug#71990] [PATCH 1/2] gnu: Add emacs-empv.
Date: Tue, 09 Jul 2024 10:07:59 +0200
Hello,

Thanos Apollo <public <at> thanosapollo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-empv): New variable.

I bumped it to the (very recent) latest upstream commit and applied your
patch. Thank you!

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: Thanos Apollo <public <at> thanosapollo.org>
To: guix-patches <at> gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: Add emacs-empv.
Date: Mon,  8 Jul 2024 09:27:57 +0300
* gnu/packages/emacs-xyz.scm (emacs-empv): New variable.

Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c82e264930..0bb115ee42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3730,6 +3730,34 @@ (define-public emacs-emprise
 Selectrum.")
     (license license:gpl3+)))
 
+(define-public emacs-empv
+  (let ((commit "631299ae2a918b4af17ae94eddcde4c9451235bb"))
+    (package
+      (name "emacs-empv")
+      (version "v4.2.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/isamert/empv.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0njqzri2qvpsdbkrkr1lidg2zc2742nzapwgdjaf5ms3rl8kc898"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-compat
+	     emacs-s))
+      (home-page "https://github.com/isamert/empv.el")
+      (synopsis "An Emacs media player, media library manager, radio player, YouTube frontend ")
+      (description
+       "An Emacs media player, based on mpv.  More precisely this package
+provides somewhat comprehensive interface to mpv with bunch of
+convenient functionality like an embedded radio manager, YouTube
+interface, local music/video library manager etc.")
+      (license license:gpl3+))))
+
 (define-public emacs-marginalia-emprise
   (package
     (name "emacs-marginalia-emprise")

base-commit: 5217ea6d45bef053844d8360a06252b9436783b3
-- 
2.45.2




This bug report was last modified 318 days ago.

Previous Next


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