[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/295: gnu: Add svt-hevc.
From: |
guix-commits |
Subject: |
179/295: gnu: Add svt-hevc. |
Date: |
Mon, 27 Jul 2020 06:26:04 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0dfcd045ab7c60a91098db55aa73476e7685ae5d
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 55ee19e..db90352 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -170,6 +170,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")
- 192/295: gnu: gtk-doc: Update package definition., (continued)
- 192/295: gnu: gtk-doc: Update package definition., guix-commits, 2020/07/27
- 191/295: gnu: gtk+: Update package definition., guix-commits, 2020/07/27
- 193/295: gnu: gtk+: Propagate libcloudproviders., guix-commits, 2020/07/27
- 195/295: gnu: gtksourceview-3: Update package definition., guix-commits, 2020/07/27
- 209/295: gnu: libnotify: Update package definition., guix-commits, 2020/07/27
- 167/295: gnu: Add libvideogfx., guix-commits, 2020/07/27
- 178/295: gnu: Add mediasdk., guix-commits, 2020/07/27
- 174/295: gnu: Add libopenmpt., guix-commits, 2020/07/27
- 185/295: gnu: Add iqa., guix-commits, 2020/07/27
- 184/295: gnu: Add zxing-cpp., guix-commits, 2020/07/27
- 179/295: gnu: Add svt-hevc.,
guix-commits <=
- 190/295: gnu: Add libcloudproviders., guix-commits, 2020/07/27
- 196/295: gnu: gtksourceview-2: Update package definition., guix-commits, 2020/07/27
- 198/295: gnu: libgdata: Update package definition., guix-commits, 2020/07/27
- 205/295: gnu: ibus: Update package definition., guix-commits, 2020/07/27
- 207/295: gnu: libcanberra: Update package definition., guix-commits, 2020/07/27
- 208/295: gnu: libgee: Update package definition., guix-commits, 2020/07/27
- 210/295: gnu: librsvg@2.40.21: Update package definition., guix-commits, 2020/07/27
- 212/295: gnu: Add rust-cssparser@0.27.2., guix-commits, 2020/07/27
- 213/295: gnu: Add rust-downcast-rs@1.2.0., guix-commits, 2020/07/27
- 217/295: gnu: Add rust-serial-test@0.1.0., guix-commits, 2020/07/27