gnu: mpv: Update to 0.16.0.

* gnu/packages/video.scm (mpv): Update to 0.16.0.
This commit is contained in:
Efraim Flashner 2016-03-03 22:53:37 +02:00
parent d8173f21f7
commit 581873b55d

View file

@ -698,7 +698,7 @@ (define-public mplayer
(define-public mpv (define-public mpv
(package (package
(name "mpv") (name "mpv")
(version "0.15.0") (version "0.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -706,7 +706,7 @@ (define-public mpv
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1p0b83048g66icpz5n66v3k4ldr1z0rmg5d2rr7kcbspm1xj2cbx")) "1fiqxx85s418qynq2fp0v7cpzrz8j285hwmc4fqgn5ny1vg1jdpw"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system waf-build-system) (build-system waf-build-system)
(native-inputs (native-inputs
@ -764,7 +764,7 @@ (define-public mpv
#:configure-flags (list "--enable-gpl3" "--enable-zsh-comp") #:configure-flags (list "--enable-gpl3" "--enable-zsh-comp")
;; No check function defined. ;; No check function defined.
#:tests? #f)) #:tests? #f))
(home-page "http://mpv.io/") (home-page "https://mpv.io/")
(synopsis "Audio and video player") (synopsis "Audio and video player")
(description "mpv is a general-purpose audio and video player. It is a (description "mpv is a general-purpose audio and video player. It is a
fork of mplayer2 and MPlayer. It shares some features with the former fork of mplayer2 and MPlayer. It shares some features with the former