GNU bug report logs -
#73554
[PATCH] gnu: xpra: Add optional dependencies (tray, audio management, notifications).
Previous Next
To reply to this bug, email your comments to 73554 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73554
; Package
guix-patches
.
(Sun, 29 Sep 2024 12:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sisiutl <sisiutl <at> egregore.fun>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 29 Sep 2024 12:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xorg.scm (xpra)[inputs]: Add libappindicator, gstreamer, pulseaudio and python-pyinotify.
Change-Id: I76904f57ca52de7f0d456e9e69d9875293951629
---
gnu/packages/xorg.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0de08a4ad1..318cff886f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6161,8 +6161,8 @@ (define-public xpra
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Xpra-org/xpra.git")
- (commit (string-append "v" version))))
+ (url "https://github.com/Xpra-org/xpra.git")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zw1zsv5348bbykg6qaz2bn5ayrz5xgmnpfhi4i8pjlw0k7z8raa"))
@@ -6175,6 +6175,7 @@ (define-public xpra
libjpeg-turbo
libwebp
ffmpeg
+ libappindicator
libx11
libxrandr
libxtst
@@ -6185,9 +6186,12 @@ (define-public xpra
libxext
libxres
lz4
+ gstreamer
gtk+
+ pulseaudio
python-pycairo
python-pygobject
+ python-pyinotify
xauth
xorg-server
xf86-video-dummy
--
2.46.0
This bug report was last modified 263 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.