guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#45721] Telegram Desktop (v23)


From: Raghav Gururajan
Subject: [bug#45721] Telegram Desktop (v23)
Date: Wed, 27 Jan 2021 19:41:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1

Hi Leo!

Am Donnerstag, den 21.01.2021, 23:27 -0500 schrieb Raghav Gururajan:
* gnu/packages/cpp.scm (rlottie): New variable.
I know I signed this off before, but this probably belongs in
animation.scm instead.

+(define-public tg-rlottie
+  (let ((commit "cbd43984ebdf783e94c8303c41385bf82aa36d5b")
+        (revision "1"))
+    (package
+      (name "tg-rlottie")
+      (version
+       (git-version "0" revision commit))
Use the latest version previous to that commit as base.  If you can,
try to inherit from the rlottie package.
You should probably also call this "rlottie-for-telegram-desktop" in
just the variable name.

+(define-public tg-voip
+  (package
+    (name "tg-voip")
+    (version "2.4.4")
Use git-version, also call it "libtgvoip-for-telegram-desktop" as
above.
Both should also be hidden.  As an example for how to do this
"correctly", see ffmpeg-for-stepmania in video.scm

I have made the changed in v24. :-)

Regards,
RG.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]