[PATCH] gnu: obs: Update to 26.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201216040056.6370-1-mike@rohleder.de
* gnu/packages/video.scm (obs): Update to 26.1.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45265-done@debbugs.gnu.org)
X9mpxWuSmhYyHinn@jasmine.lan
On Wed, Dec 16, 2020 at 05:00:56AM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * 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?
Closed
Michael Rohleder wrote 4 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 45265@debbugs.gnu.org)
87ft46tc88.fsf@rohleder.de
Leo Famulari <leo@famulari.name> writes:
Toggle quote (5 lines)
> 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!

Toggle quote (2 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/ZvdcRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyXEiAf/Xndj02SQEQMu5U76vcYjR0+kfkyBSU/v
6pHNrMezWw5RIMoVWlKiXm/qL//49Ma+XHOYiGQ9mb6tU220BRDrmtdR6oGh0rQa
HEQq1qB5BMIDvW7GF/dcQELkjqNXWTPKVf/nWmV4Nu5OqhWEoGJggTz5OcBtvh5+
VkjDhCkJOckoY/E4mxrWSWcfR23f2cZ7m4prPrH1R68WRK6paNGTYof8l+UU6RX4
N3HywUFQol8XGPCM+x35cO95f2GWtZyn8dJchSBrKV+TWaysFyItu/H7Pq4p7Miu
n7bfAoFebbOd9TZ5pDXZIouoINXTyZrIUCom2VE14X9+3Dbeqd7MuA==
=kBeH
-----END PGP SIGNATURE-----

Michael Rohleder wrote 4 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 45265@debbugs.gnu.org)
87k0th9e5o.fsf@rohleder.de
Leo Famulari <leo@famulari.name> writes:
Toggle quote (2 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/a8RMRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyWpHwf+MXP7wvcnZeL85OycQiNxbrp7JF/BEIXb
Se/OXX7kLnzbJXH2ou2S90SUV7AEY0TxQNVzD4rOFHgHLepcLNTqEPaium709X3r
uxCC+Lik/LMVd/aujdMO+PBeQVf0PCpaEZLY8qAeSTUN9Y/RbTZO2rx5amJpyVrd
NoZi7c9/v41jbR0cCgfl2uMJC9knDwLIJuz37jyE8TzZEEwIy54VrBnP4mS2wnVZ
jEBrL64Nht02lAoLAMyjuutRl81PiGcj9xxkoF54yotO/OOlv2B7F1uWX/lHJEee
DYsFgH9+pPyEX4zgr0fzcj1bK+A+jpGyXwcIymlFb7RSbiHFzRU/1w==
=uSm0
-----END PGP SIGNATURE-----

Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45265@debbugs.gnu.org)
X9uuOY6eGFq8nJv7@jasmine.lan
On Thu, Dec 17, 2020 at 06:48:03AM +0100, Michael Rohleder wrote:
Toggle quote (5 lines)
> Leo Famulari <leo@famulari.name> writes:
> > Have you tried to set up the new virtualcam feature yet?
>
> Yes, works well (after `modprobe v4l2loopback`).

Awesome :)
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45265
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