gnu: svt-hevc: Update to 1.5.1.
* gnu/packages/video.scm (svt-hevc): Update to 1.5.1.master
parent
34fe60e8b1
commit
65161ebb1b
|
@ -286,7 +286,7 @@ video and audio streams from a DVD.")
|
||||||
(define-public svt-hevc
|
(define-public svt-hevc
|
||||||
(package
|
(package
|
||||||
(name "svt-hevc")
|
(name "svt-hevc")
|
||||||
(version "1.5.0")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -296,7 +296,7 @@ video and audio streams from a DVD.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "038r3x3axil895vh2dq6223623ybrc45vn58vfmfb7cikz68sy23"))))
|
(base32 "0rac70p6rpvdx9v0bdd8nphgr7imdxb7nz0x77n3p7h3180zz9x0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; Test script is stand-alone
|
`(#:tests? #f)) ; Test script is stand-alone
|
||||||
|
|
Reference in New Issue