GNU bug report logs - #76484
[PATCH] gnu: v4l2loopback-linux-module: Update to 0.13.2.

Previous Next

Package: guix-patches;

Reported by: Timo Wilken <guix <at> twilken.net>

Date: Sat, 22 Feb 2025 13:30:04 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76484 in the body.
You can then email your comments to 76484 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76484; Package guix-patches. (Sat, 22 Feb 2025 13:30:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timo Wilken <guix <at> twilken.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 22 Feb 2025 13:30:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timo Wilken <guix <at> twilken.net>
To: guix-patches <at> gnu.org
Cc: Timo Wilken <guix <at> twilken.net>
Subject: [PATCH] gnu: v4l2loopback-linux-module: Update to 0.13.2.
Date: Sat, 22 Feb 2025 14:28:58 +0100
This fixes a build failure with 0.13.1 and the latest Linux-libre version in
Guix.

* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.13.2.

Change-Id: Iada65ed74c82b0af209a983ab8e0b3ae631d76cb
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c009a03529..b5eabb7699 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1948,7 +1948,7 @@ (define-public ddcci-driver-linux
 (define-public v4l2loopback-linux-module
   (package
     (name "v4l2loopback-linux-module")
-    (version "0.13.1")
+    (version "0.13.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1957,7 +1957,7 @@ (define-public v4l2loopback-linux-module
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0580pzac0bfb98phmsm5rxmarx22wiprca13n8bk23sdgkzwb706"))))
+                "09487b2jd4w178fdpc3s8q7s9ajsar9wcmckkk9m10ix6gbqb1g9"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76484; Package guix-patches. (Wed, 26 Feb 2025 12:25:02 GMT) Full text and rfc822 format available.

Message #8 received at 76484 <at> debbugs.gnu.org (full text, mbox):

From: "Timo Wilken" <guix <at> twilken.net>
To: <76484 <at> debbugs.gnu.org>
Cc: Wilko Meyer <w <at> wmeyer.eu>, Leo Famulari <leo <at> famulari.name>
Subject: Re: [PATCH] gnu: v4l2loopback-linux-module: Update to 0.13.2.
Date: Wed, 26 Feb 2025 13:24:07 +0100
Hi Leo, hi Wilko,

Cc'ing you as members of the kernel team, since I forgot to do that in the
initial submission. I hope that's OK!

Cheers,
Timo




Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 08 Apr 2025 11:59:02 GMT) Full text and rfc822 format available.

Notification sent to Timo Wilken <guix <at> twilken.net>:
bug acknowledged by developer. (Tue, 08 Apr 2025 11:59:02 GMT) Full text and rfc822 format available.

Message #13 received at 76484-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Timo Wilken <guix <at> twilken.net>
Cc: 76484-done <at> debbugs.gnu.org
Subject: Re: [bug#76484] [PATCH] gnu: v4l2loopback-linux-module: Update to
 0.13.2.
Date: Tue, 08 Apr 2025 19:57:52 +0800
[Message part 1 (text/plain, inline)]
Timo Wilken <guix <at> twilken.net> writes:

> This fixes a build failure with 0.13.1 and the latest Linux-libre version in
> Guix.
>
> * gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.13.2.
>
> Change-Id: Iada65ed74c82b0af209a983ab8e0b3ae631d76cb
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index c009a03529..b5eabb7699 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -1948,7 +1948,7 @@ (define-public ddcci-driver-linux
>  (define-public v4l2loopback-linux-module
>    (package
>      (name "v4l2loopback-linux-module")
> -    (version "0.13.1")
> +    (version "0.13.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -1957,7 +1957,7 @@ (define-public v4l2loopback-linux-module
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "0580pzac0bfb98phmsm5rxmarx22wiprca13n8bk23sdgkzwb706"))))
> +                "09487b2jd4w178fdpc3s8q7s9ajsar9wcmckkk9m10ix6gbqb1g9"))))
>      (build-system linux-module-build-system)
>      (arguments
>       (list #:tests? #f))                ; no test suite
pushed, and update to 0.14.0. closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76484; Package guix-patches. (Tue, 08 Apr 2025 17:25:02 GMT) Full text and rfc822 format available.

Message #16 received at 76484-done <at> debbugs.gnu.org (full text, mbox):

From: "Timo Wilken" <guix <at> twilken.net>
To: "Z572" <z572 <at> z572.online>
Cc: 76484-done <at> debbugs.gnu.org
Subject: Re: [bug#76484] [PATCH] gnu: v4l2loopback-linux-module: Update to
 0.13.2.
Date: Tue, 08 Apr 2025 19:24:04 +0200
On Tue 8 Apr 2025 at 1:57 pm CEST, Z572 wrote:
> pushed, and update to 0.14.0. closing.

Thank you very much, Z572!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 07 May 2025 11:24:25 GMT) Full text and rfc822 format available.

This bug report was last modified 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.