gnu: mpv: Fetch sources from git.
* gnu/packages/video.scm (mpv)[source]: Fetch from git.
This commit is contained in:
parent
722e6ffeea
commit
ce4ac7d56e
|
@ -1189,14 +1189,14 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
||||||
(name "mpv")
|
(name "mpv")
|
||||||
(version "0.29.1")
|
(version "0.29.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/mpv-player/mpv/archive/v" version
|
(url "https://github.com/mpv-player/mpv.git")
|
||||||
".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08x63hlpj6s8xixmdbx6raff5p5mih7cnk0bcql9f3wrs5hx9ygr"))
|
"138921kx8g6qprim558xin09xximjhsj9ss8b71ifg2m6kclym8m"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue