[PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Elsing
  • Maxim Cournoyer
Owner
unassigned
Submitted by
David Elsing
Severity
normal

Debbugs page

David Elsing wrote 2 months ago
(address . guix-patches@gnu.org)(name . David Elsing)(address . david.elsing@posteo.net)
20250119224404.10983-1-david.elsing@posteo.net
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(+)

Toggle diff (22 lines)
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@gmail.com>
;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2025 David Elsing <david.elsing@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
Maxim Cournoyer wrote 2 months ago
(name . David Elsing)(address . david.elsing@posteo.net)
87y0z5bkv1.fsf@gmail.com
Hello,

Thanks for the patch.

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

Toggle quote (18 lines)
> 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@gmail.com>
> ;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
> ;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
> +;;; Copyright © 2025 David Elsing <david.elsing@posteo.net>
> ;;;

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

Toggle quote (11 lines)
> ;;; 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
Closed
David Elsing wrote 2 months ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
7yplkhphad.fsf@posteo.net
Hello,

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

Toggle quote (3 lines)
> I've dropped the copyright line, since a one line addition change isn't
> copyrightable.

That makes sense. :)

Toggle quote (2 lines)
> 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
Closed
Maxim Cournoyer wrote 2 months ago
(name . David Elsing)(address . david.elsing@posteo.net)
87tt9taw47.fsf@gmail.com
Hi David,

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

Toggle quote (14 lines)
> Hello,
>
> Maxim Cournoyer <maxim.cournoyer@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
Closed
?
Your comment

This issue is archived.

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

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