gnu: mpv: Update to 0.23.0.
* gnu/packages/video.scm (mpv): Update to 0.23.0.
This commit is contained in:
parent
8d2de491e5
commit
832d60dc01
|
@ -834,7 +834,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
|||
(define-public mpv
|
||||
(package
|
||||
(name "mpv")
|
||||
(version "0.22.0")
|
||||
(version "0.23.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -842,11 +842,11 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xl2a0nfbkcq00f41m50fmfz9hl7hzpk7cq7j38r38rp1s7sryf0"))
|
||||
"1629v5l0rmphxra7chmfm7bnn59zc1mp529b9m2zqzaqf1czxvla"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system waf-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
`(("perl" ,perl) ; for zsh completion file
|
||||
("pkg-config" ,pkg-config)
|
||||
("python-docutils" ,python-docutils)))
|
||||
;; Missing features: libguess, Wayland, V4L2
|
||||
|
|
Loading…
Reference in New Issue