guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: emacs-emms-player-mpv: Deprecate in favor of Emms 5.0+.


From: Ludovic Courtès
Subject: 03/08: gnu: emacs-emms-player-mpv: Deprecate in favor of Emms 5.0+.
Date: Mon, 25 Jun 2018 17:36:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5ecb058c4ee9c9ab350c0f19e90631e21ed42ec7
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Jun 21 19:19:19 2018 +0200

    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 <address@hidden>
---
 gnu/packages/emacs.scm | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index edcc51e..55aa551 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1028,27 +1028,8 @@ light user interface.")
     (license license:gpl3+)))
 
 (define-public emacs-emms-player-mpv
-  (package
-    (name "emacs-emms-player-mpv")
-    (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+)))
+  ;; A new mpv backend is included in Emms from 5.0.
+  (deprecated-package "emacs-emms-player-mpv" emms))
 
 (define-public emacs-emms-mode-line-cycle
   (package



reply via email to

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