Install this version:
emerge -a =media-gfx/gif2png-3.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/gif2png-3.0.5
Or alternatively:
emerge --autounmask-write -a =media-gfx/gif2png-3.0.5
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit go-module python-any-r1
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"
SRC_URI+=" https://github.com/gentoo-golang-dist/gif2png/releases/download/${PV}/${P}-deps.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( ${PYTHON_DEPS} )"
pkg_setup() {
use test && python-any-r1_pkg_setup
}
src_install() {
emake \
DESTDIR="${D}" \
PREFIX="${EPREFIX}"/usr \
install
}
Manage flags for this package:
euse -i <flag> -p media-gfx/gif2png |
euse -E <flag> -p media-gfx/gif2png |
euse -D <flag> -p media-gfx/gif2png
test? ( )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gif2png-3.0.5-deps.tar.xz | 602824 bytes | https://github.com/gentoo-golang-dist/gif2png/releases/download/3.0.5/gif2png-3.0.5-deps.tar.xz |
| DIST | gif2png-3.0.5.tar.gz | 84077 bytes | http://catb.org/~esr/gif2png/gif2png-3.0.5.tar.gz |