[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac5
From: |
guix-commits |
Subject: |
02/06: gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34. |
Date: |
Fri, 24 Dec 2021 13:12:53 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit e77c62d394bfa3135affa85f9110ae059f150bea
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Dec 4 14:43:17 2021 +0100
gnu: webrtc-for-telegram-desktop: Update to
91d836dc84a16584c6ac52b36c04c0de504d9c34.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to
91d836dc84a16584c6ac52b36c04c0de504d9c34.
[inputs]: Add glib, libxcomposite, libxdamage, libxrender, libxrandr
and pipewire.
---
gnu/packages/telegram.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 1f053c0..7cf419b 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -72,8 +72,8 @@
#:use-module (guix build-system qt))
(define-public webrtc-for-telegram-desktop
- (let ((commit "a19877363082da634a3c851a4698376504d2eaee")
- (revision "83"))
+ (let ((commit "91d836dc84a16584c6ac52b36c04c0de504d9c34")
+ (revision "166"))
(hidden-package
(package
(name "webrtc-for-telegram-desktop")
@@ -89,7 +89,7 @@
(file-name
(git-file-name name version))
(sha256
- (base32 "0961zm1m1mc2kh54dx5ax95q8sw13impvpjvg9jv12bmfkgm17wr"))
+ (base32 "0plwdp6xgxi27hif5j7kpq425cidxyxbbga3z2f64dsninwy5p1x"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
@@ -137,6 +137,7 @@
`(("alsa" ,alsa-lib)
("ffmpeg" ,ffmpeg)
("libjpeg" ,libjpeg-turbo)
+ ("glib" ,glib)
("libvpx"
,(origin
(method git-fetch)
@@ -159,8 +160,13 @@
(git-file-name "libyuv-for-webrtc-for-telegram-desktop"
version))
(sha256
(base32
"01knnk4h247rq536097n9n3s3brxlbby3nv3ppdgsqfda3k159ll"))))
+ ("libxcomposite" ,libxcomposite)
+ ("libxdamage" ,libxdamage)
+ ("libxrender" ,libxrender)
+ ("libxrandr" ,libxrandr)
("openssl" ,openssl)
("opus" ,opus)
+ ("pipewire" ,pipewire)
("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio)
("x11" ,libx11)
- branch master updated (6b01be8 -> ef4c9ab), guix-commits, 2021/12/24
- 04/06: gnu: Move go-github-com-aswinkarthik-csvdiff to textutils., guix-commits, 2021/12/24
- 05/06: gnu: Add bibutils., guix-commits, 2021/12/24
- 02/06: gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34.,
guix-commits <=
- 03/06: gnu: telegram-desktop: Update to 2.9.3., guix-commits, 2021/12/24
- 06/06: gnu: wine: Update to 6.20., guix-commits, 2021/12/24
- 01/06: gnu: Add xiph-rnnoise., guix-commits, 2021/12/24