gnu: vapoursynth: Fetch sources from git.

* gnu/packages/video.scm (vapoursynth)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-29 21:45:53 +01:00
parent 5d9e3edd01
commit 97ef6df5ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -1854,14 +1854,14 @@ capabilities.")
(name "vapoursynth") (name "vapoursynth")
(version "37") (version "37")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/vapoursynth/vapoursynth/archive/R" (url "https://github.com/vapoursynth/vapoursynth.git")
version ".tar.gz")) (commit (string-append "R" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1g3hc079jw4mz1cmkv2y28pdb556wqc8ql7iravgh1rg8j3f1zi5")))) "1ma2s7dxk6y6l04qj1jvgwia4xj7999ny3a1yx2vbk5l83giam2p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)