media-gfx/apng2gif - 1.8 (gentoo)

Search

Package Information

Description:
Create a GIF from an APNG
Homepage:
https://sourceforge.net/projects/apng2gif/
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.8 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Create a GIF from an APNG"
HOMEPAGE="https://sourceforge.net/projects/apng2gif/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${P}-src.zip"
S="${WORKDIR}"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="media-libs/libpng:0="
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"

PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
	"${FILESDIR}"/${P}-zlib.patch
)

src_prepare() {
	default

	# remove bundled libs
	rm -r libpng zlib || die

	tc-export CC
}

src_install() {
	dobin ${PN}
	dodoc readme.txt
}

Dependencies

DEPEND

media-libs/libpng:0=

RDEPEND

media-libs/libpng:0=

BDEPEND

app-arch/unzip

Manifest for 1.8

Type File Size Source URLs
DIST apng2gif-1.8-src.zip 476207 bytes https://downloads.sourceforge.net/apng2gif/1.8/apng2gif-1.8-src.zip