me
/
guix
Archived
1
0
Fork 0

gnu: SVT-HEVC: Update to 1.5.0.

* gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
[license]: Specify the license.
master
Leo Famulari 2021-03-26 02:28:22 -04:00
parent f0357df8c5
commit 6665f0fa58
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ video and audio streams from a DVD.")
(define-public svt-hevc
(package
(name "svt-hevc")
(version "1.4.3")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -296,7 +296,7 @@ video and audio streams from a DVD.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1sqh3dciqm2p1b66kngcpxqy5fx3ramxlxy8gfcbdwn2i3rsqhs7"))))
(base32 "038r3x3axil895vh2dq6223623ybrc45vn58vfmfb7cikz68sy23"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; Test script is stand-alone