gnu: ffms2: Fetch sources from git.

* gnu/packages/video.scm (ffms2)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-29 21:56:51 +01:00
parent e0a80ee442
commit 940fdd0cbc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 4 deletions

View File

@ -2789,12 +2789,14 @@ and ITU-T H.222.0.")
(version "2.23")
(home-page "https://github.com/FFMS/ffms2")
(source (origin
(method url-fetch)
(uri (string-append home-page "/archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/FFMS/ffms2.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1vbkab8vrplxz5xgag8ggzkwp4f7nf285pd0l2a7zy66n6i2m6xh"))))
"0dkz5b3gxq5p4xz0qqg6l2sigszrlsinz3skyf0ln4wf3zrvf8m5"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags