| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.5.14 | 7 | amd64 ppc ppc64 ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Converts images from gif format to png format"
HOMEPAGE="http://catb.org/~esr/gif2png/"
SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
RDEPEND=">=media-libs/libpng-1.2:0=
virtual/zlib:="
DEPEND="${RDEPEND}"
# Tests are known to fail, #688702
# EOL; Upstream has rewritten gif2png in Go
RESTRICT=test
src_prepare() {
default
tc-export CC
}
src_install() {
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
}
>=media-libs/libpng-1.2:0= virtual/zlib:=
>=media-libs/libpng-1.2:0= virtual/zlib:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gif2png-2.5.14.tar.gz | 221609 bytes | http://catb.org/~esr/gif2png/gif2png-2.5.14.tar.gz |