gnu: emacs-emms-player-simple-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-simple-mpv): Deprecate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									66e9944e07
								
							
						
					
					
						commit
						4b1b834e90
					
				
					 1 changed files with 2 additions and 25 deletions
				
			
		| 
						 | 
					@ -9662,31 +9662,8 @@ time is being spent during Emacs startup in order to optimize startup time.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-emms-player-simple-mpv
 | 
					(define-public emacs-emms-player-simple-mpv
 | 
				
			||||||
  (let ((commit "101d120ccdee1c2c213fd2f0423c858b21649c00")
 | 
					  ;; A new mpv backend is included in Emms from 5.0.
 | 
				
			||||||
        (revision "1"))
 | 
					  (deprecated-package "emacs-emms-player-simple-mpv" emms))
 | 
				
			||||||
    (package
 | 
					 | 
				
			||||||
      (name "emacs-emms-player-simple-mpv")
 | 
					 | 
				
			||||||
      (version (string-append "0.4.0" "-" revision "."
 | 
					 | 
				
			||||||
                              (string-take commit 7)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      (source
 | 
					 | 
				
			||||||
       (origin
 | 
					 | 
				
			||||||
         (method git-fetch)
 | 
					 | 
				
			||||||
         (uri (git-reference
 | 
					 | 
				
			||||||
               (url "https://github.com/momomo5717/emms-player-simple-mpv.git")
 | 
					 | 
				
			||||||
               (commit commit)))
 | 
					 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					 | 
				
			||||||
         (sha256
 | 
					 | 
				
			||||||
          (base32
 | 
					 | 
				
			||||||
           "1i6rxkm0ra0jbkkwgkwxg3vk5xfl794h1gkgnlpscynz0v94b6ll"))))
 | 
					 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					 | 
				
			||||||
      (propagated-inputs
 | 
					 | 
				
			||||||
       `(("emacs-emms" ,emms)))
 | 
					 | 
				
			||||||
      (home-page "https://github.com/momomo5717/emms-player-simple-mpv")
 | 
					 | 
				
			||||||
      (synopsis "Extension of @file{emms-player-simple.el} for mpv JSON IPC")
 | 
					 | 
				
			||||||
      (description "@code{emms-player-simple-mpv} provides macros and
 | 
					 | 
				
			||||||
functions for defining emms simple players of mpv.")
 | 
					 | 
				
			||||||
      (license license:gpl3+))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-magit-org-todos-el
 | 
					(define-public emacs-magit-org-todos-el
 | 
				
			||||||
  (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
 | 
					  (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue