Skip to content
Snippets Groups Projects
Unverified Commit 17334e00 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mpv: Update to 0.30.0.

* gnu/packages/video.scm (mpv): Update to 0.30.0.
[arguments]: Remove obsolete #:configure-flags.
parent ac1b0801
No related branches found
No related tags found
No related merge requests found
...@@ -1342,7 +1342,7 @@ (define-public mplayer ...@@ -1342,7 +1342,7 @@ (define-public mplayer
(define-public mpv (define-public mpv
(package (package
(name "mpv") (name "mpv")
(version "0.29.1") (version "0.30.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -1351,7 +1351,7 @@ (define-public mpv ...@@ -1351,7 +1351,7 @@ (define-public mpv
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"138921kx8g6qprim558xin09xximjhsj9ss8b71ifg2m6kclym8m")))) "17mxjgcfljlv6h0ik3332xsqbs0ybvk6dkwflyl0cjh15vl1iv6f"))))
(build-system waf-build-system) (build-system waf-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) ; for zsh completion file `(("perl" ,perl) ; for zsh completion file
...@@ -1417,9 +1417,7 @@ (define-public mpv ...@@ -1417,9 +1417,7 @@ (define-public mpv
#t))) #t)))
#:configure-flags (list "--enable-libmpv-shared" #:configure-flags (list "--enable-libmpv-shared"
"--enable-cdda" "--enable-cdda"
"--enable-dvdread"
"--enable-dvdnav" "--enable-dvdnav"
"--enable-zsh-comp"
"--disable-build-date") "--disable-build-date")
;; No check function defined. ;; No check function defined.
#:tests? #f)) #:tests? #f))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment