mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: openh264: Update to 2.1.0.
* gnu/packages/video.scm (openh264): Update to 2.1.0. [source]: Change to GIT-FETCH.
This commit is contained in:
parent
f7bdc0e902
commit
20ab685177
1 changed files with 7 additions and 7 deletions
|
@ -2928,16 +2928,16 @@ (define-public intel-vaapi-driver
|
|||
(define-public openh264
|
||||
(package
|
||||
(name "openh264")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/cisco/"
|
||||
name "/releases/download/v"
|
||||
version "/Source.Code.tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cisco/openh264")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iq802xfsfkskg6q1j0kg90xh04vv1sxf61mrmahgynz5d7hx2ii"))))
|
||||
"1wba260n1932vafd5ni2jqv9kzc7lj6a1asm1cqk8jv690m6zvpi"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("nasm" ,nasm)
|
||||
|
|
Loading…
Reference in a new issue