gnu: SVT-AV1: Update URLs.
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
This commit is contained in:
parent
4c56620555
commit
f0357df8c5
1 changed files with 2 additions and 2 deletions
|
@ -4757,7 +4757,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/AOMediaCodec/SVT-AV1")
|
(url "https://gitlab.com/AOMediaCodec/SVT-AV1.git")
|
||||||
(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
|
||||||
|
@ -4783,7 +4783,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
|
||||||
(description "SVT-AV1 is an AV1 codec implementation. The encoder is a
|
(description "SVT-AV1 is an AV1 codec implementation. The encoder is a
|
||||||
work-in-progress, aiming to support video-on-demand and live streaming
|
work-in-progress, aiming to support video-on-demand and live streaming
|
||||||
applications. It only supports Intel-compatible CPUs (x86).")
|
applications. It only supports Intel-compatible CPUs (x86).")
|
||||||
(home-page "https://github.com/AOMediaCodec/SVT-AV1")
|
(home-page "https://gitlab.com/AOMediaCodec/SVT-AV1")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public svt-vp9
|
(define-public svt-vp9
|
||||||
|
|
Reference in a new issue