Skip to content

Commit

Permalink
media-gfx/tgs2png: new package, add 9999
Browse files Browse the repository at this point in the history
Signed-off-by: ston <[email protected]>
  • Loading branch information
st0nie authored and liangyongxiang committed May 7, 2023
1 parent acdeecf commit e249192
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions media-gfx/tgs2png/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE
pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>ston</name>
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="github">
zevlg/tgs2png</remote-id>
</upstream>
</pkgmetadata>
23 changes: 23 additions & 0 deletions media-gfx/tgs2png/tgs2png-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

EGIT_REPO_URI="https://github.com/zevlg/tgs2png.git"

inherit cmake git-r3

KEYWORDS=""

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

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

DEPEND="
media-libs/libpng
media-libs/rlottie
"
BDEPEND="${DEPEND}"

0 comments on commit e249192

Please sign in to comment.