unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 60995@debbugs.gnu.org
Cc: Ott Joon <oj@vern.cc>
Subject: [bug#60995] [PATCH v3 1/1] gnu: Add obs-vkcapture.
Date: Wed, 01 Feb 2023 12:55:52 +0400	[thread overview]
Message-ID: <874js5vk6f.fsf@trop.in> (raw)
In-Reply-To: <f3a38c28c2d8fc655998a029306f4dbd5646e582.1674340347.git.oj@vern.cc>

[-- Attachment #1: Type: text/plain, Size: 2394 bytes --]

On 2023-01-22 00:33, Ott via Guix-patches via wrote:

> From: Ott Joon <oj@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@gmail.com>
>  ;;; Copyright © 2022 Chadwain Holness <chadwainholness@gmail.com>
>  ;;; Copyright © 2022 Andy Tai <atai@atai.org>
> +;;; Copyright © 2023 Ott Joon <oj@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")

Thank you for the patch!  I applied guix style to obs-vkcapture, added a
comment about tests and pushed as
14323edcc37d9efaae2491cf5f57ea0621412d7e.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2023-02-01  8:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-21 20:12 [bug#60995] [PATCH] gnu: Add obs-vkcapture Ott via Guix-patches via
2023-01-21 21:38 ` [bug#60995] [PATCH v2] " Ott via Guix-patches via
2023-01-21 22:33 ` [bug#60995] [PATCH v3 0/1] Thanks for the help Ott via Guix-patches via
2023-01-21 22:33   ` [bug#60995] [PATCH v3 1/1] gnu: Add obs-vkcapture Ott via Guix-patches via
2023-02-01  8:55     ` Andrew Tropin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874js5vk6f.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=60995@debbugs.gnu.org \
    --cc=oj@vern.cc \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).