-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-gfx/tgs2png: new package, add 9999
Signed-off-by: ston <[email protected]>
- Loading branch information
1 parent
acdeecf
commit e249192
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |