[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/402: gnu: Add svt-hevc.
From: |
guix-commits |
Subject: |
74/402: gnu: Add svt-hevc. |
Date: |
Tue, 18 Aug 2020 16:47:00 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit b65ac00273abba6b09341c22862c3875b40bbbe9
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 3 11:16:21 2020 -0400
gnu: Add svt-hevc.
* gnu/packages/video.scm (svt-hevc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/video.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 940670f..80a2b33 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -172,6 +172,34 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
+(define-public svt-hevc
+ (package
+ (name "svt-hevc")
+ (version "1.4.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/OpenVisualCloud/SVT-HEVC.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sqh3dciqm2p1b66kngcpxqy5fx3ramxlxy8gfcbdwn2i3rsqhs7"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:tests? #f)) ; Test script is stand-alone
+ (native-inputs
+ `(("yasm" ,yasm)))
+ (synopsis "SVT HEVC encoder")
+ (description "Scalable Video Technology (SVT) is a software-based video
+coding technology that is highly optimized for Intel's Xeon processors. Using
+the SVT-HEVC encoder, it is possible to spread video encoding processing across
+multiple Intel's Xeon processors to achieve a real advantage of processing
+efficiency.")
+ (home-page "https://01.org/svt")
+ (license (license:non-copyleft "file:///LICENSE.md"))))
+
(define-public mediasdk
(package
(name "mediasdk")
- 67/402: gnu: Add mjpegtools., (continued)
- 67/402: gnu: Add mjpegtools., guix-commits, 2020/08/18
- 68/402: gnu: Add libofa., guix-commits, 2020/08/18
- 44/402: gnu: gstreamer: Update package definition., guix-commits, 2020/08/18
- 43/402: gnu: gobject-introspection: Update package definition., guix-commits, 2020/08/18
- 52/402: gnu: Add libdc1394., guix-commits, 2020/08/18
- 60/402: gnu: Add flite., guix-commits, 2020/08/18
- 62/402: gnu: Add libvideogfx., guix-commits, 2020/08/18
- 70/402: gnu: Add tinyalsa., guix-commits, 2020/08/18
- 72/402: gnu: Add srt., guix-commits, 2020/08/18
- 75/402: gnu: Add transcode., guix-commits, 2020/08/18
- 74/402: gnu: Add svt-hevc.,
guix-commits <=
- 76/402: gnu: Add vo-aacenc., guix-commits, 2020/08/18
- 77/402: gnu: Add webrtc-audio-processing., guix-commits, 2020/08/18
- 80/402: gnu: Add iqa., guix-commits, 2020/08/18
- 82/402: gnu: Add libnice., guix-commits, 2020/08/18
- 84/402: gnu: gtk+-2: Update package definition., guix-commits, 2020/08/18
- 85/402: gnu: Add libcloudproviders., guix-commits, 2020/08/18
- 87/402: gnu: gtk-doc: Update package definition., guix-commits, 2020/08/18
- 50/402: gnu: Add nng., guix-commits, 2020/08/18
- 54/402: gnu: Add libmpeg3., guix-commits, 2020/08/18
- 57/402: gnu: Add libtimidity., guix-commits, 2020/08/18