From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 52278@debbugs.gnu.org
Subject: [bug#52278] [PATCH WIP 2/3] gnu: webrtc-for-telegram-desktop: Update to d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138.
Date: Sat, 4 Dec 2021 14:43:17 +0100 [thread overview]
Message-ID: <20276daf4d6bb8a7ad5e4c5e1e9d7ff6ed785741.camel@gmail.com> (raw)
In-Reply-To: <be37c70cd813682716fa5433a48644373d2894c4.camel@gmail.com>
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to
d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138.
[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 a1822b3892..86ee5efb74 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -73,8 +73,8 @@ (define-module (gnu packages telegram)
#:use-module (guix build-system qt))
(define-public webrtc-for-telegram-desktop
- (let ((commit "a19877363082da634a3c851a4698376504d2eaee")
- (revision "83"))
+ (let ((commit "d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138")
+ (revision "174"))
(hidden-package
(package
(name "webrtc-for-telegram-desktop")
@@ -90,7 +90,7 @@ (define-public webrtc-for-telegram-desktop
(file-name
(git-file-name name version))
(sha256
- (base32 "0961zm1m1mc2kh54dx5ax95q8sw13impvpjvg9jv12bmfkgm17wr"))
+ (base32 "08j5yfaalaxr82j4a1syl5lwgpb98hqwllgbizs7vdb9aa14fa2r"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
@@ -139,6 +139,7 @@ (define-public webrtc-for-telegram-desktop
`(("alsa" ,alsa-lib)
("ffmpeg" ,ffmpeg)
("libjpeg" ,libjpeg-turbo)
+ ("glib" ,glib)
("libvpx"
,(origin
(method git-fetch)
@@ -161,8 +162,13 @@ (define-public webrtc-for-telegram-desktop
(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)
--
2.34.0
next prev parent reply other threads:[~2021-12-04 17:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-04 17:12 [bug#52278] [PATCH WIP 0/3] Bump Telegram to 3.2.5 Liliana Marie Prikler
2021-12-04 13:39 ` [bug#52278] [PATCH v2 1/3] gnu: Add xiph-rnnoise Liliana Marie Prikler
2021-12-04 13:39 ` [bug#52278] [PATCH WIP " Liliana Marie Prikler
2021-12-04 13:43 ` [bug#52278] [PATCH v2 2/3] gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34 Liliana Marie Prikler
2021-12-04 13:43 ` Liliana Marie Prikler [this message]
2021-12-04 17:05 ` [bug#52278] [PATCH v2 3/3] gnu: telegram-desktop: Update to 2.9.3 Liliana Marie Prikler
2021-12-24 18:14 ` bug#52278: " Liliana Marie Prikler
2021-12-04 17:05 ` [bug#52278] [PATCH WIP 3/3] gnu: telegram-desktop: Update to 3.2.5 Liliana Marie Prikler
2021-12-12 0:15 ` [bug#52278] [PATCH v2 0/3] Bump telegram-desktop to 2.9.3 Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20276daf4d6bb8a7ad5e4c5e1e9d7ff6ed785741.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=52278@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.