dev-python/conda-libmamba-solver: bump version to 24.11.1
[gentoo-zh.git] / media-gfx / tgs2png / tgs2png-9999.ebuild
blob0815e0536cd79c98708fb244c7b0ada7c05310cc
1 #Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 EGIT_REPO_URI="https://github.com/zevlg/tgs2png.git"
8 inherit cmake git-r3
10 DESCRIPTION="Convert Telegram's animated stickers in TGS format into series of PNG images."
11 HOMEPAGE="https://github.com/zevlg/tgs2png"
13 LICENSE="GPL-3"
14 SLOT="0"
16 DEPEND="
17 media-libs/libpng
18 media-libs/rlottie
20 BDEPEND="${DEPEND}"