mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: libvpx: Update to 1.12.0.
* gnu/packages/video.scm (libvpx): Update to 1.12.0. (libvpx-next): Remove variable. * gnu/packages/jami.scm (ffmpeg-jami)[inputs]: Remove.
This commit is contained in:
parent
e7334321a5
commit
af2cfa4b38
2 changed files with 3 additions and 21 deletions
|
@ -391,9 +391,7 @@ (define-public ffmpeg-jami
|
||||||
(substitute* "tests/fate/lavf-container.mak"
|
(substitute* "tests/fate/lavf-container.mak"
|
||||||
(("mov mov_rtphint ismv")
|
(("mov mov_rtphint ismv")
|
||||||
"mov ismv")
|
"mov ismv")
|
||||||
(("fate-lavf-mov_rtphint:.*") ""))))))))
|
(("fate-lavf-mov_rtphint:.*") ""))))))))))
|
||||||
(inputs (modify-inputs (package-inputs ffmpeg-5)
|
|
||||||
(replace "libvpx" libvpx-next)))))
|
|
||||||
|
|
||||||
(define-public libjami
|
(define-public libjami
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -2374,7 +2374,7 @@ (define-public mpv-mpris
|
||||||
(define-public libvpx
|
(define-public libvpx
|
||||||
(package
|
(package
|
||||||
(name "libvpx")
|
(name "libvpx")
|
||||||
(version "1.11.0")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2383,7 +2383,7 @@ (define-public libvpx
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00f1jrclai2b6ys78dpsg6r1mvcyxlna93vxcz8zjyia24c2pjsb"))
|
"1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))
|
||||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -2413,22 +2413,6 @@ (define-public libvpx
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
(home-page "https://www.webmproject.org/")))
|
(home-page "https://www.webmproject.org/")))
|
||||||
|
|
||||||
;;; TODO: Merge into libvpx on staging.
|
|
||||||
(define-public libvpx-next
|
|
||||||
(package
|
|
||||||
(inherit libvpx)
|
|
||||||
(name "libvpx")
|
|
||||||
(version "1.12.0")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source libvpx))
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://chromium.googlesource.com/webm/libvpx")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))))))
|
|
||||||
|
|
||||||
(define-public orf-dl
|
(define-public orf-dl
|
||||||
(let ((commit "2dbbe7ef4e0efe0f3c1d59c503108e22d9065999")
|
(let ((commit "2dbbe7ef4e0efe0f3c1d59c503108e22d9065999")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue