GNU bug report logs - #75678
[PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.

Previous Next

Package: guix-patches;

Reported by: David Elsing <david.elsing <at> posteo.net>

Date: Sun, 19 Jan 2025 22:46:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 75678 in the body.
You can then email your comments to 75678 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75678; Package guix-patches. (Sun, 19 Jan 2025 22:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Elsing <david.elsing <at> posteo.net>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Sun, 19 Jan 2025 22:46:02 GMT) Full text and rfc822 format available.

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

From: David Elsing <david.elsing <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>
Subject: [PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.
Date: Sun, 19 Jan 2025 22:43:24 +0000
This is required for the GStreamer plugin.

* gnu/packages/linux.scm (pipewire)[inputs]: Add libdrm.
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 32fb16fa21..9e5613e5c1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -82,6 +82,7 @@
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2024 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2025 David Elsing <david.elsing <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -10046,6 +10047,7 @@ (define-public pipewire
                   jack-2
                   ldacbt
                   libcamera
+                  libdrm
                   libfdk
                   libfreeaptx
                   libsndfile
-- 
2.46.0





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 20 Jan 2025 14:51:02 GMT) Full text and rfc822 format available.

Notification sent to David Elsing <david.elsing <at> posteo.net>:
bug acknowledged by developer. (Mon, 20 Jan 2025 14:51:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: David Elsing <david.elsing <at> posteo.net>
Cc: 75678-done <at> debbugs.gnu.org, vivien <at> planete-kraus.eu,
 liliana.prikler <at> gmail.com
Subject: Re: [bug#75678] [PATCH gnome-team] gnu: pipewire: Add libdrm to
 inputs.
Date: Mon, 20 Jan 2025 23:50:10 +0900
Hello,

Thanks for the patch.

David Elsing <david.elsing <at> posteo.net> writes:

> This is required for the GStreamer plugin.
>
> * gnu/packages/linux.scm (pipewire)[inputs]: Add libdrm.
> ---
>  gnu/packages/linux.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 32fb16fa21..9e5613e5c1 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -82,6 +82,7 @@
>  ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
>  ;;; Copyright © 2024 Arun Isaac <arunisaac <at> systemreboot.net>
>  ;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
> +;;; Copyright © 2025 David Elsing <david.elsing <at> posteo.net>
>  ;;;

I've dropped the copyright line, since a one line addition change isn't
copyrightable.

>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -10046,6 +10047,7 @@ (define-public pipewire
>                    jack-2
>                    ldacbt
>                    libcamera
> +                  libdrm
>                    libfdk
>                    libfreeaptx
>                    libsndfile

Otherwise pushed to the master branch with commit 6d32a85fd1.

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#75678; Package guix-patches. (Mon, 20 Jan 2025 16:44:02 GMT) Full text and rfc822 format available.

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

From: David Elsing <david.elsing <at> posteo.net>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 75678-done <at> debbugs.gnu.org, vivien <at> planete-kraus.eu,
 liliana.prikler <at> gmail.com
Subject: Re: [bug#75678] [PATCH gnome-team] gnu: pipewire: Add libdrm to
 inputs.
Date: Mon, 20 Jan 2025 16:43:38 +0000
Hello,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> I've dropped the copyright line, since a one line addition change isn't
> copyrightable.

That makes sense. :)

> Otherwise pushed to the master branch with commit 6d32a85fd1.

Thanks! I marked it as gnome-team to prevent the rebuilds on master, but
there aren't too many dependencies anyway.

Best,
David




Information forwarded to guix-patches <at> gnu.org:
bug#75678; Package guix-patches. (Mon, 20 Jan 2025 23:45:03 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: David Elsing <david.elsing <at> posteo.net>
Cc: 75678-done <at> debbugs.gnu.org, vivien <at> planete-kraus.eu,
 liliana.prikler <at> gmail.com
Subject: Re: [bug#75678] [PATCH gnome-team] gnu: pipewire: Add libdrm to
 inputs.
Date: Tue, 21 Jan 2025 08:44:40 +0900
Hi David,

David Elsing <david.elsing <at> posteo.net> writes:

> Hello,
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>
>> I've dropped the copyright line, since a one line addition change isn't
>> copyrightable.
>
> That makes sense. :)
>
>> Otherwise pushed to the master branch with commit 6d32a85fd1.
>
> Thanks! I marked it as gnome-team to prevent the rebuilds on master, but
> there aren't too many dependencies anyway.

Yes, the rule for master is to have less than 300 packages rebuilt.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 18 Feb 2025 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 119 days ago.

Previous Next


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