GNU bug report logs -
#75678
[PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 20 Jan 2025 23:50:10 +0900
with message-id <87y0z5bkv1.fsf <at> gmail.com>
and subject line Re: [bug#75678] [PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.
has caused the debbugs.gnu.org bug report #75678,
regarding [PATCH gnome-team] gnu: pipewire: Add libdrm to inputs.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75678: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75678
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.