start working on uvg266
parent
2dcd8bb92c
commit
2d7f4c454f
|
@ -391,5 +391,28 @@ audio/video codec library.")
|
|||
(license license:gpl2+)))
|
||||
|
||||
|
||||
(define-public uvg266
|
||||
(package
|
||||
(name "uvg266")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/ultravideo/uvg266.git")
|
||||
(commit "c1b97048259140ff5d5a22a29c1724e60112da4f")))
|
||||
(sha256
|
||||
(base32 "0kwfhv3kvbc4sl0bingncmpn9i210vv02lszjiqi91fa84rlxisj"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:cmake cmake ;; currently this is not enough
|
||||
#:tests? #f )) ;; it's needed to use "make install" after the cmake stage
|
||||
(synopsis "An open-source VVC encoder based on Kvazaar.")
|
||||
(description
|
||||
"An open-source VVC encoder licensed under 3-clause BSD.")
|
||||
(home-page "https://ultravideo.fi/uvg266.html")
|
||||
(license
|
||||
(list license:bsd-3))))
|
||||
|
||||
ffmpeg-vvdec
|
||||
uvg266
|
||||
|
|
Loading…
Reference in New Issue