mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-empv.
* gnu/packages/emacs-xyz.scm (emacs-empv): New variable. Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ef871bfb5a
commit
a645f5311f
1 changed files with 28 additions and 0 deletions
|
@ -3730,6 +3730,34 @@ (define-public emacs-emprise
|
||||||
Selectrum.")
|
Selectrum.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public emacs-marginalia-emprise
|
||||||
(package
|
(package
|
||||||
(name "emacs-marginalia-emprise")
|
(name "emacs-marginalia-emprise")
|
||||||
|
|
Loading…
Reference in a new issue