[PATCH] obs: Update to 22.0.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 6 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
E1gjTxH-0000Kp-0h@rmmprod07.runbox
This patch updates obs to 22.0.3. It also updates the url of the repository which the repository url now redirects to (https://github.com/jp9000/obs-studio- https://github.com/obsproject/obs-studio).
From b5f41067201686b5979cef63f7be3a294ff6dd10 Mon Sep 17 00:00:00 2001
From: Pkill -9 <pkill9@runbox.com>
Date: Tue, 15 Jan 2019 18:14:33 +0000
Subject: [PATCH] gnu: obs: Update to 22.0.3.

* gnu/packages/video.scm (obs): Update to 22.0.3.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a04003101..be755b29d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2093,16 +2093,16 @@ be used for realtime video capture via Linux-specific APIs.")
(define-public obs
(package
(name "obs")
- (version "20.1.3")
+ (version "22.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/jp9000/obs-studio.git")
+ (url "https://github.com/obsproject/obs-studio.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "0qdpa2xxiiw53ksvlrf80jm8gz6kxsn56sffv2v2ijxvy7kw5zcg"))))
+ "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests
--
2.20.1
Ludovic Courtès wrote 6 years ago
(address . pkill9@runbox.com)(address . 34087-done@debbugs.gnu.org)
87d0owvjid.fsf@gnu.org
<pkill9@runbox.com> skribis:

Toggle quote (7 lines)
> From b5f41067201686b5979cef63f7be3a294ff6dd10 Mon Sep 17 00:00:00 2001
> From: Pkill -9 <pkill9@runbox.com>
> Date: Tue, 15 Jan 2019 18:14:33 +0000
> Subject: [PATCH] gnu: obs: Update to 22.0.3.
>
> * gnu/packages/video.scm (obs): Update to 22.0.3.

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34087@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34087
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help