summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-01-17 11:20:43 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:25 +0200
commit96f602b88c8a0d3d8412847358bb124df42daa9b (patch)
treea53d6287c5862a28e23ff31da60bc1fee1d9d023 /gnu/packages
parent4748d947f70290ca17f61c694bf7a8c4eb446d24 (diff)
gnu: libvpx: Ungraft.
* gnu/packages/video.scm (libvpx)[replacement]: Remove. [source](patches): Add “libvpx-CVE-2023-5217.patch”. (libvpx/fixed): Remove. Change-Id: I6de247a0fe7e8e09772513386cd0696bebe34afd
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm14
1 files changed, 2 insertions, 12 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a10448fde9a..4049328808f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2907,7 +2907,6 @@ To load this plugin, specify the following option when starting mpv:
2907 (package 2907 (package
2908 (name "libvpx") 2908 (name "libvpx")
2909 (version "1.12.0") 2909 (version "1.12.0")
2910 (replacement libvpx/fixed)
2911 (source (origin 2910 (source (origin
2912 (method git-fetch) 2911 (method git-fetch)
2913 (uri (git-reference 2912 (uri (git-reference
@@ -2917,7 +2916,8 @@ To load this plugin, specify the following option when starting mpv:
2917 (sha256 2916 (sha256
2918 (base32 2917 (base32
2919 "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm")) 2918 "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))
2920 (patches (search-patches "libvpx-CVE-2016-2818.patch")))) 2919 (patches (search-patches "libvpx-CVE-2016-2818.patch"
2920 "libvpx-CVE-2023-5217.patch"))))
2921 (build-system gnu-build-system) 2921 (build-system gnu-build-system)
2922 (arguments 2922 (arguments
2923 `(#:configure-flags (list "--enable-shared" 2923 `(#:configure-flags (list "--enable-shared"
@@ -2946,16 +2946,6 @@ To load this plugin, specify the following option when starting mpv:
2946 (license license:bsd-3) 2946 (license license:bsd-3)
2947 (home-page "https://www.webmproject.org/"))) 2947 (home-page "https://www.webmproject.org/")))
2948 2948
2949(define libvpx/fixed
2950 (package
2951 (inherit libvpx)
2952 (source
2953 (origin
2954 (inherit (package-source libvpx))
2955 (patches (search-patches "libvpx-CVE-2016-2818.patch"
2956 "libvpx-CVE-2023-5217.patch"
2957 "libvpx-CVE-2023-44488.patch"))))))
2958
2959(define-public orfondl 2949(define-public orfondl
2960 (package 2950 (package
2961 (name "orfondl") 2951 (name "orfondl")