media-libs/tgs2png - 9999 (akater)

Search

Install

Install this version:

emerge -a =media-libs/tgs2png-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/tgs2png-9999

Or alternatively:

emerge --autounmask-write -a =media-libs/tgs2png-9999

Package Information

Description:
Convert Telegram's animated stickers in TGS format into series of PNG images
Homepage:
https://github.com/zevlg/tgs2png
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Convert Telegram's animated stickers in TGS format into series of PNG images "
HOMEPAGE="https://github.com/zevlg/tgs2png"

EGIT_REPO_URI="https://github.com/zevlg/tgs2png.git"
EGIT_CLONE_TYPE="shallow"
EGIT_SUBMODULES=()
KEYWORDS="~amd64 ~x86"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	media-libs/libpng
	media-libs/rlottie
"

BDEPEND="${RDEPEND}
	>=dev-build/cmake-3.3
"
DOCS="README.md"

src_install() {
	dobin "${BUILD_DIR}"/tgs2png
}

Inherited Eclasses

Dependencies

RDEPEND

	media-libs/libpng
	media-libs/rlottie

BDEPEND

	media-libs/libpng
	media-libs/rlottie

	>=dev-build/cmake-3.3