GNU bug report logs -
#78172
Package tgs2png is defined twice
Previous Next
Full log
View this message in rfc822 format
The exact same package is also defined in gnu/packages/telegram.scm
Change-Id: I53984b6ba0dbfe72e95ad0ec157b1c7b9ab81e15
---
This patch deletes one of the duplicates. As the package is
just for converting telegram animations to PNG images,
I think it belongs more closely to the messenger app and thus
I decided to remove it from gnu/packages/animations.scm.
gnu/packages/animation.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index fe625a5058..2aa333383e 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -387,37 +387,6 @@ (define-public pencil2d
and vector graphics.")
(license license:gpl2)))
-(define-public tgs2png
- (let ((commit "25c15b7c2ca3b1a580a383d9d3cb13bf8531d04a")
- (revision "0"))
- (package
- (name "tgs2png")
- (version (git-version "0.3.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/zevlg/tgs2png")
- (commit commit)))
- (sha256
- (base32 "0camvzapkfvr9v0nkk96n26rdmw0g8wbpv41i5l03j6bzdgm4myl"))
- (file-name (git-file-name "tgs2png" version))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (delete-file-recursively "rlottie")
- #t))))
- (arguments '(#:tests? #f))
- (build-system cmake-build-system)
- (inputs
- (list rlottie libpng))
- (native-inputs
- (list pkg-config))
- (home-page "https://github.com/zevlg/tgs2png")
- (synopsis "Convert Telegram's animated stickers to PNG")
- (description "Convert Telegram's animated stickers in TGS format into series of PNG images.")
- (license license:gpl3+))))
-
(define-public swftools
;; Last release of swftools was 0.9.2 on 2012-04-21 - it is really old and
;; does not compile with what's available in guix, master on the other hand
--
2.49.0
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.