mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-emms-player-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Deprecate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4b1b834e90
commit
5ecb058c4e
1 changed files with 2 additions and 21 deletions
|
@ -1028,27 +1028,8 @@ (define-public emms
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-emms-player-mpv
|
(define-public emacs-emms-player-mpv
|
||||||
(package
|
;; A new mpv backend is included in Emms from 5.0.
|
||||||
(name "emacs-emms-player-mpv")
|
(deprecated-package "emacs-emms-player-mpv" emms))
|
||||||
(version "0.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/dochang/emms-player-mpv/archive/"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"05qwbagc4i7yn7i94r1hdgj6wc5xijy1pxqv08pwsmli9rqj51n9"))))
|
|
||||||
(build-system emacs-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("emms" ,emms)))
|
|
||||||
(home-page "https://github.com/dochang/emms-player-mpv/")
|
|
||||||
(synopsis "Mpv support for EMMS")
|
|
||||||
(description
|
|
||||||
"This package provides an EMMS player that uses mpv. It supports pause
|
|
||||||
and seeking.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public emacs-emms-mode-line-cycle
|
(define-public emacs-emms-mode-line-cycle
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue