GNU bug report logs -
#63970
[PATCH] gnu: Add tgs2png
Previous Next
Reported by: 路辉 <luhux76 <at> gmail.com>
Date: Fri, 9 Jun 2023 13:30:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 4a213b08352288f645f5f28ed9b76f432ebf79fd Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76 <at> gmail.com>
Date: Fri, 9 Jun 2023 20:39:17 +0800
Subject: [PATCH] gnu: Add tgs2png
* gnu/packages/telegram.scm (tgs2png): New variable.
---
gnu/packages/telegram.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index aa01c2f692..3c3a51985a 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
;;; Copyright © 2022 Hilton Chain <hako <at> ultrarare.space>
;;; Copyright © 2023 Saku Laesvuori <saku <at> laesvuori.fi>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -792,3 +793,27 @@ (define-public tgcli
(synopsis "Telegram Terminal Application")
(description "TgCli is a telegram client to automate repetitive tasks.")
(license license:asl2.0)))
+
+(define-public tgs2png
+ (let ((commit "25c15b7c2ca3b1a580a383d9d3cb13bf8531d04a")
+ (revision "0"))
+ (package
+ (name "tgs2png")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zevlg/tgs2png")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0camvzapkfvr9v0nkk96n26rdmw0g8wbpv41i5l03j6bzdgm4myl"))))
+ (build-system cmake-build-system)
+ (native-inputs (list pkg-config))
+ (inputs (list libpng rlottie))
+ (arguments `(#:tests? #f))
+ (home-page "https://github.com/zevlg/tgs2png")
+ (synopsis "Convert tgs to png")
+ (description "C program use for convert telegram's sticker
format to png")
+ (license license:gpl3))))
--
2.40.1
This bug report was last modified 1 year and 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.