gnu: libvpx: Ungraft.

* gnu/packages/video.scm (libvpx)[replacement]: Remove.
[source]: Add ‘libvpx-CVE-2025-5262.patch’.

Change-Id: Ia7211e23586bb07f73f5e3b3d7a298cd6c893bf2
This commit is contained in:
Ludovic Courtès 2025-06-11 15:56:47 +02:00 committed by Andreas Enge
parent bf737ede48
commit ca8e8e206b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2923,7 +2923,6 @@ To load this plugin, specify the following option when starting mpv:
(package
(name "libvpx")
(version "1.15.0")
(replacement libvpx/fixed)
(source (origin
(method git-fetch)
(uri (git-reference
@ -2933,7 +2932,8 @@ To load this plugin, specify the following option when starting mpv:
(sha256
(base32
"1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(patches (search-patches "libvpx-CVE-2016-2818.patch"
"libvpx-CVE-2025-5262.patch"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-shared"
@ -2962,11 +2962,6 @@ To load this plugin, specify the following option when starting mpv:
(license license:bsd-3)
(home-page "https://www.webmproject.org/")))
(define-public libvpx/fixed
(hidden-package
(package-with-extra-patches libvpx
(search-patches "libvpx-CVE-2025-5262.patch"))))
(define-public orfondl
(package
(name "orfondl")