guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add emacs-empv.


From: guix-commits
Subject: 03/04: gnu: Add emacs-empv.
Date: Tue, 9 Jul 2024 03:59:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a645f5311f0ce55ef8daad074855d8ead5689a08
Author: Thanos Apollo <public@thanosapollo.org>
AuthorDate: Mon Jul 8 19:41:53 2024 +0300

    gnu: Add emacs-empv.
    
    * gnu/packages/emacs-xyz.scm (emacs-empv): New variable.
    
    Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 8c9e421ada..550ac235cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3730,6 +3730,34 @@ framework as the user interface, which integrates well 
with Vertico or
 Selectrum.")
     (license license:gpl3+)))
 
+(define-public emacs-empv
+  (let ((commit "8cc9b0a425b6989d30f91bf90e9b09bd00581f07")
+        (revision "1"))
+    (package
+      (name "emacs-empv")
+      (version (git-version "4.3.0" revision commit))
+      (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
+           "06dphwj9vi39dbpif3kzp6azs80klh13s9l22a6ddz91kmds2myy"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-compat emacs-s))
+      (home-page "https://github.com/isamert/empv.el";)
+      (synopsis
+       "Emacs multimedia player, media library manager, YouTube frontend")
+      (description
+       "This package is an Emacs multimedia player based on mpv.  It offers
+a comprehensive interface to mpv, including convenient features such as an
+embedded radio manager, YouTube integration, and a local music and video
+library manager.")
+      (license license:gpl3+))))
+
 (define-public emacs-marginalia-emprise
   (package
     (name "emacs-marginalia-emprise")



reply via email to

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