gnu: libvpx: Update to 1.7.0.
* gnu/packages/video.scm (libvpx): Update to 1.7.0. [source]: Use GIT-FETCH.
This commit is contained in:
parent
e896c227e3
commit
8a4644336d
|
@ -1115,15 +1115,17 @@ access to mpv's powerful playback capabilities.")
|
||||||
(define-public libvpx
|
(define-public libvpx
|
||||||
(package
|
(package
|
||||||
(name "libvpx")
|
(name "libvpx")
|
||||||
(version "1.6.1")
|
(version "1.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
;; XXX: Upstream does not provide tarballs for > 1.6.1.
|
||||||
(uri (string-append "http://storage.googleapis.com/"
|
(method git-fetch)
|
||||||
"downloads.webmproject.org/releases/webm/"
|
(uri (git-reference
|
||||||
name "-" version ".tar.bz2"))
|
(url "https://chromium.googlesource.com/webm/libvpx")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06d8hqjkfs6wl45qf4pwh1kpbvkx6cwywd5y8d4lgagvjwm0qb0w"))
|
"0vvh89hvp8qg9an9vcmwb7d9k3nixhxaz6zi65qdjnd0i56kkcz6"))
|
||||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue