Skip to content
Snippets Groups Projects
Commit 81c29ccc authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: mpv: Add features.

* gnu/packages/video.scm (mpv)[inputs]: Add libvdpau.
[arguments]: Add gpl3 and zsh completion flags.
parent 3161d32d
No related branches found
No related tags found
No related merge requests found
...@@ -707,7 +707,7 @@ (define-public mpv ...@@ -707,7 +707,7 @@ (define-public mpv
`(("perl" ,perl) `(("perl" ,perl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python-docutils" ,python-docutils))) ("python-docutils" ,python-docutils)))
;; Missing features: libguess, Wayland, VDPAU, V4L2 ;; Missing features: libguess, Wayland, V4L2
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("enca" ,enca) ("enca" ,enca)
...@@ -724,6 +724,7 @@ (define-public mpv ...@@ -724,6 +724,7 @@ (define-public mpv
("libdvdnav" ,libdvdnav) ("libdvdnav" ,libdvdnav)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("libva" ,libva) ("libva" ,libva)
("libvdpau" ,libvdpau)
("libx11" ,libx11) ("libx11" ,libx11)
("libxext" ,libxext) ("libxext" ,libxext)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
...@@ -754,6 +755,7 @@ (define-public mpv ...@@ -754,6 +755,7 @@ (define-public mpv
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(copy-file (assoc-ref inputs "waf") "waf") (copy-file (assoc-ref inputs "waf") "waf")
(setenv "CC" "gcc")))) (setenv "CC" "gcc"))))
#: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 "http://mpv.io/")
......
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