summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6786f1f44dd..2ce55a9d50d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3155,7 +3155,6 @@ wallpaper using mpv.")
3155 (package 3155 (package
3156 (name "libvpx") 3156 (name "libvpx")
3157 (version "1.15.2") 3157 (version "1.15.2")
3158 (replacement libvpx/fixed)
3159 (source (origin 3158 (source (origin
3160 (method git-fetch) 3159 (method git-fetch)
3161 (uri (git-reference 3160 (uri (git-reference
@@ -3165,7 +3164,8 @@ wallpaper using mpv.")
3165 (sha256 3164 (sha256
3166 (base32 3165 (base32
3167 "07c29a5q19613pldp8qm6harqwl7kvqhs7vw4mr8s3dnwyb5jpnl")) 3166 "07c29a5q19613pldp8qm6harqwl7kvqhs7vw4mr8s3dnwyb5jpnl"))
3168 (patches (search-patches "libvpx-CVE-2016-2818.patch")))) 3167 (patches (search-patches "libvpx-CVE-2016-2818.patch"
3168 "libvpx-CVE-2026-2447.patch"))))
3169 (build-system gnu-build-system) 3169 (build-system gnu-build-system)
3170 (arguments 3170 (arguments
3171 `(#:configure-flags (list "--enable-shared" 3171 `(#:configure-flags (list "--enable-shared"
@@ -3194,11 +3194,6 @@ wallpaper using mpv.")
3194 (license license:bsd-3) 3194 (license license:bsd-3)
3195 (home-page "https://www.webmproject.org/"))) 3195 (home-page "https://www.webmproject.org/")))
3196 3196
3197(define-public libvpx/fixed
3198 (hidden-package
3199 (package-with-extra-patches libvpx
3200 (search-patches "libvpx-CVE-2026-2447.patch"))))
3201
3202(define-public orfondl 3197(define-public orfondl
3203 (package 3198 (package
3204 (name "orfondl") 3199 (name "orfondl")