summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-15 13:50:19 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-15 13:50:19 +0200
commit27ed894851e19f44ba2b788bd404d2f476c27016 (patch)
tree1dd53c653c1b0ef19cd9895a314c79036e5a6f3b /gnu/packages/video.scm
parent07fc1c0d447092cf95e9e9a51aeaab4ce226b9e0 (diff)
downloadguix-patches-27ed894851e19f44ba2b788bd404d2f476c27016.tar
guix-patches-27ed894851e19f44ba2b788bd404d2f476c27016.tar.gz
gnu: Remove libvpx@1.7.
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx-1.7): Remove variable.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c811120f8b..62cc423c09 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1622,25 +1622,6 @@ To load this plugin, specify the following option when starting mpv:
(license license:bsd-3)
(home-page "https://www.webmproject.org/")))
-;; GNU IceCat fails to build against 1.8.0, so keep this version for now.
-(define-public libvpx-1.7
- (package
- (inherit libvpx)
- (version "1.7.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 "libvpx" version))
- (sha256
- (base32
- "0vvh89hvp8qg9an9vcmwb7d9k3nixhxaz6zi65qdjnd0i56kkcz6"))
- (patches
- (append
- (origin-patches (package-source libvpx))
- (search-patches "libvpx-use-after-free-in-postproc.patch")))))))
-
(define-public youtube-dl
(package
(name "youtube-dl")