media-gfx/pngdefry - 1.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-gfx/pngdefry-1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/pngdefry-1.2

Or alternatively:

emerge --autounmask-write -a =media-gfx/pngdefry-1.2

Package Information

Description:
Convert iOS and macOS compressed PNG files to normal.
Homepage:
https://web.archive.org/web/20211120053356/http://www.jongware.com/pngdefry.html
License:
public-domain

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Convert iOS and macOS compressed PNG files to normal."
HOMEPAGE="https://web.archive.org/web/20211120053356/http://www.jongware.com/pngdefry.html"
SRC_URI="https://web.archive.org/web/20211205021959/http://www.jongware.com/binaries/${PN}.zip -> ${P}.zip"
S="${WORKDIR}/source"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

BDEPEND="app-arch/unzip"

src_compile() {
	read -ra cflags <<< "${CFLAGS-}"
	read -ra ldflags <<< "${LDFLAGS-}"
	echo "$(tc-getCC)" -o "$PN" "${cflags[@]}" "${ldflags[@]}" "${PN}.c"
	$(tc-getCC) -o "$PN" "${cflags[@]}" "${ldflags[@]}" "${PN}.c" || die
}

src_install() {
	dobin pngdefry
	doman ../man/pngdefry.1
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.2

Type File Size Source URLs
DIST pngdefry-1.2.zip 108485 bytes https://web.archive.org/web/20211205021959/http://www.jongware.com/binaries/pngdefry.zip