From 0d3fbfa347e5798cc066ed4a1bd1557c7858c4de Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 2 Nov 2022 11:54:33 -0400 Subject: gnu: Add libvpx-next. * gnu/packages/video.scm (libvpx-next): New variable. --- gnu/packages/video.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2478b6bb90..cf260d71a3 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2406,6 +2406,22 @@ To load this plugin, specify the following option when starting mpv: (license license:bsd-3) (home-page "https://www.webmproject.org/"))) +;;; TODO: Merge into libvpx on staging. +(define-public libvpx-next + (package + (inherit libvpx) + (name "libvpx") + (version "1.12.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 name version)) + (sha256 + (base32 + "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm")))))) + (define-public youtube-dl (package (name "youtube-dl") -- cgit v1.2.3