GNU bug report logs -
#60995
[PATCH] gnu: Add obs-vkcapture.
Previous Next
Reported by: Ott <oj <at> vern.cc>
Date: Sat, 21 Jan 2023 20:59:01 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Ott Joon <oj <at> vern.cc>
* gnu/packages/video.scm (obs-vkcapture): New variable.
gnu: Add obs-vkcapture
* gnu/packages/video.scm (obs-vkcapture): New variable.
---
gnu/packages/video.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 60d39c38dc..62fea0d341 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 Chadwain Holness <chadwainholness <at> gmail.com>
;;; Copyright © 2022 Andy Tai <atai <at> atai.org>
+;;; Copyright © 2023 Ott Joon <oj <at> vern.cc>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3571,6 +3572,37 @@ (define-public obs-wlrobs
Wayland compositors.")
(license license:gpl3+)))
+(define-public obs-vkcapture
+ (package
+ (name "obs-vkcapture")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nowrep/obs-vkcapture")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "18v15bfzm31qkpwipvbqgzak4z6f2hhq6mnz2bvhwnv57whirln6"))))
+ (build-system cmake-build-system)
+ (arguments '(#:tests? #f))
+ (native-inputs (list pkg-config))
+ (inputs (list mesa
+ obs
+ libx11
+ libxcb
+ vulkan-headers
+ vulkan-loader
+ wayland))
+ (home-page "https://github.com/nowrep/obs-vkcapture")
+ (synopsis "OBS plugin for Vulkan/OpenGL game capture on Linux")
+ (description "This OBS plugin lets you record an OpenGL or Vulkan
+game by adding the Game Capture source to your scene and starting an
+application with @code{obs-gamecapture}.")
+ (license license:gpl2)))
+
(define-public libvdpau
(package
(name "libvdpau")
--
2.38.1
This bug report was last modified 2 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.