mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: mpv: Update to 0.18.0.
* gnu/packages/video.scm (mpv): Update to 0.18.0. [arguments]: Remove disabled '--enable-gpl3' configure flag.
This commit is contained in:
parent
c2e575185b
commit
66fd9858f3
1 changed files with 3 additions and 3 deletions
|
@ -755,7 +755,7 @@ (define-public mplayer
|
|||
(define-public mpv
|
||||
(package
|
||||
(name "mpv")
|
||||
(version "0.17.0")
|
||||
(version "0.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -763,7 +763,7 @@ (define-public mpv
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vms3viwqcwl1mrgmf2yy4c69fvv7xpbkyrl693l6zpwynqd4b30"))
|
||||
"0az0zqb2rakak51zsvfqzj9a8jiqpvc61jxap8hjdkkb9y6n6mmn"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system waf-build-system)
|
||||
(native-inputs
|
||||
|
@ -818,7 +818,7 @@ (define-public mpv
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(copy-file (assoc-ref inputs "waf") "waf")
|
||||
(setenv "CC" "gcc"))))
|
||||
#:configure-flags (list "--enable-gpl3" "--enable-zsh-comp")
|
||||
#:configure-flags (list "--enable-zsh-comp")
|
||||
;; No check function defined.
|
||||
#:tests? #f))
|
||||
(home-page "https://mpv.io/")
|
||||
|
|
Loading…
Reference in a new issue