media-gfx/tif22pnm - 0.14 (gentoo)

Search

Install

Install this version:

emerge -a =media-gfx/tif22pnm-0.14

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

autounmask =media-gfx/tif22pnm-0.14

Or alternatively:

emerge --autounmask-write -a =media-gfx/tif22pnm-0.14

Package Information

Description:
tif22pnm and png22pnm command-line converters
Homepage:
http://pts.szit.bme.hu/ https://code.google.com/p/sam2p/
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools flag-o-matic

DESCRIPTION="tif22pnm and png22pnm command-line converters"
HOMEPAGE="http://pts.szit.bme.hu/ https://code.google.com/p/sam2p/"
SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	media-libs/libpng:=
	media-libs/tiff:="
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-gentoo.patch
	"${FILESDIR}"/${P}-math.patch
)

src_prepare() {
	default
	mv configure.{in,ac} || die
	eautoreconf
}

src_configure() {
	# bug #944994
	append-cflags -std=gnu17

	default
}

src_install() {
	dobin png22pnm tif22pnm
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libpng:=
	media-libs/tiff:=

RDEPEND

	media-libs/libpng:=
	media-libs/tiff:=

Manifest for 0.14

Type File Size Source URLs
DIST tif22pnm-0.14.tar.gz 108047 bytes https://sam2p.googlecode.com/files/tif22pnm-0.14.tar.gz