diff mbox series

[bug#45265] gnu: obs: Update to 26.1.0.

Message ID 20201216040056.6370-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#45265] gnu: obs: Update to 26.1.0. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Dec. 16, 2020, 4 a.m. UTC
* gnu/packages/video.scm (obs): Update to 26.1.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari Dec. 16, 2020, 6:31 a.m. UTC | #1
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?
Michael Rohleder Dec. 16, 2020, 7:57 a.m. UTC | #2
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.
Michael Rohleder Dec. 17, 2020, 5:48 a.m. UTC | #3
Leo Famulari <leo@famulari.name> writes:
> Have you tried to set up the new virtualcam feature yet?

Yes, works well (after `modprobe v4l2loopback`).
Leo Famulari Dec. 17, 2020, 7:15 p.m. UTC | #4
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 :)
diff mbox series

Patch

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