unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45265] [PATCH] gnu: obs: Update to 26.1.0.
@ 2020-12-16  4:00 Michael Rohleder
  2020-12-16  6:31 ` bug#45265: " Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-12-16  4:00 UTC (permalink / raw)
  To: 45265

* gnu/packages/video.scm (obs): Update to 26.1.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 91c06ce3f2..d9c5b45f85 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3078,7 +3078,7 @@ be used for realtime video capture via Linux-specific APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "26.0.2")
+    (version "26.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3087,7 +3087,7 @@ be used for realtime video capture via Linux-specific APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d502f80whh686mvq0yn6zpa5nvmnlzxwp5sjz43vpbbvhpbrdqj"))))
+                "0p8wdzm9imn3s17arr206sz92g4pkacfcpfbwvhvgkrrs4w000bx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#45265: [PATCH] gnu: obs: Update to 26.1.0.
  2020-12-16  4:00 [bug#45265] [PATCH] gnu: obs: Update to 26.1.0 Michael Rohleder
@ 2020-12-16  6:31 ` Leo Famulari
  2020-12-16  7:57   ` [bug#45265] " Michael Rohleder
  2020-12-17  5:48   ` Michael Rohleder
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2020-12-16  6:31 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45265-done

On Wed, Dec 16, 2020 at 05:00:56AM +0100, Michael Rohleder wrote:
> * gnu/packages/video.scm (obs): Update to 26.1.0.

Thank you! Pushed as 18f372bb5744c9a92f10c6d8c2b61eb0b7d46a9b

Have you tried to set up the new virtualcam feature yet?




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#45265] [PATCH] gnu: obs: Update to 26.1.0.
  2020-12-16  6:31 ` bug#45265: " Leo Famulari
@ 2020-12-16  7:57   ` Michael Rohleder
  2020-12-17  5:48   ` Michael Rohleder
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Rohleder @ 2020-12-16  7:57 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 45265

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

Leo Famulari <leo@famulari.name> writes:
> On Wed, Dec 16, 2020 at 05:00:56AM +0100, Michael Rohleder wrote:
>> * gnu/packages/video.scm (obs): Update to 26.1.0.
>
> Thank you! Pushed as 18f372bb5744c9a92f10c6d8c2b61eb0b7d46a9b

Thank you!

> Have you tried to set up the new virtualcam feature yet?

No.
I have the kernel module installed, but I don't know how to set it up in
obs.

-- 
/earth: file system full.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#45265] [PATCH] gnu: obs: Update to 26.1.0.
  2020-12-16  6:31 ` bug#45265: " Leo Famulari
  2020-12-16  7:57   ` [bug#45265] " Michael Rohleder
@ 2020-12-17  5:48   ` Michael Rohleder
  2020-12-17 19:15     ` Leo Famulari
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-12-17  5:48 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 45265

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

Leo Famulari <leo@famulari.name> writes:
> Have you tried to set up the new virtualcam feature yet?

Yes, works well (after `modprobe v4l2loopback`).

-- 
Wer das Lernen übt, vermehrt täglich. Wer den Sinn übt, vermindert täglich.
   Laotse

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#45265] [PATCH] gnu: obs: Update to 26.1.0.
  2020-12-17  5:48   ` Michael Rohleder
@ 2020-12-17 19:15     ` Leo Famulari
  0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2020-12-17 19:15 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45265

On Thu, Dec 17, 2020 at 06:48:03AM +0100, Michael Rohleder wrote:
> Leo Famulari <leo@famulari.name> writes:
> > Have you tried to set up the new virtualcam feature yet?
> 
> Yes, works well (after `modprobe v4l2loopback`).

Awesome :)




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-17 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  4:00 [bug#45265] [PATCH] gnu: obs: Update to 26.1.0 Michael Rohleder
2020-12-16  6:31 ` bug#45265: " Leo Famulari
2020-12-16  7:57   ` [bug#45265] " Michael Rohleder
2020-12-17  5:48   ` Michael Rohleder
2020-12-17 19:15     ` Leo Famulari

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).