add libresprite
This commit is contained in:
parent
bcff499361
commit
6a07c7c158
3 changed files with 48 additions and 0 deletions
2
media-gfx/libresprite/Manifest
Normal file
2
media-gfx/libresprite/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
EBUILD libresprite-1.0.ebuild 714 BLAKE2B fe6d15e3292e34c85139d4737f312a4ac04a54910f97552611d56160a04d1ba43f1f43be119c903793a8e6190f104d84d40585538bc7a35ea696d861188b7380 SHA512 7d2c17d7024059a38e0709b4f162266db5d98161a1b9ab72850453d31c96b9ed7fede9a59d1a8cf0f31ecc989e587c0f8a1cf8f5751e4905525adfd2d284351b
|
||||
MISC metadata.xml 485 BLAKE2B 0b94e7843ed87c66ab830e99fc5c4cb177f6cab5189a547f300f863322f8e483d282b0fb07039dd690409740e2a2a776a651d498e8f76febc8edf83dbf989c08 SHA512 77dcf08fa5adfdab6009f0c4c6b60afec9c33b4607eeeca73f3652eced00a1ccd7405a71988f3618837e827e9f108fc65f7eea219464151770143975a4c7a3a3
|
31
media-gfx/libresprite/libresprite-1.0.ebuild
Normal file
31
media-gfx/libresprite/libresprite-1.0.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
EGIT_REPO_URI="https://github.com/LibreSprite/LibreSprite"
|
||||
EGIT_COMMIT="ed8d6ce6cb32d574905b724ef4959d05ac42102b"
|
||||
|
||||
inherit git-r3 ninja-utils cmake
|
||||
|
||||
DESCRIPTION="Animated sprite editor & pixel art tool"
|
||||
HOMEPAGE="https://libresprite.github.io"
|
||||
SRC_URI=""
|
||||
#SRC_URI="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${PV}.tar.gz -> ${P}.0.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-util/cmake
|
||||
dev-util/ninja
|
||||
media-libs/freetype
|
||||
net-misc/curl
|
||||
media-libs/giflib
|
||||
dev-cpp/gtest
|
||||
dev-lang/lua
|
||||
dev-libs/tinyxml
|
||||
media-libs/sdl2-image[jpeg,png,webp]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
15
media-gfx/libresprite/metadata.xml
Normal file
15
media-gfx/libresprite/metadata.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>rick@gnous.eu</email>
|
||||
<name>rick</name>
|
||||
</maintainer>
|
||||
<longdescription lang="fr">
|
||||
LibreSprite est un fork de AseSprite avant que ce dernier n'arrête
|
||||
l'utilisation de la licence GPL2.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/LibreSprite/LibreSprite/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue