diff options
| -rw-r--r-- | gnu/packages/video.scm | 14 |
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") |
