Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242110 | Differences between
and this patch

Collapse All | Expand All

(-)pngcrush-1.6.7.ebuild (-6 / +5 lines)
Lines 6-27 Link Here
6
6
7
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
7
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
8
HOMEPAGE="http://pmt.sourceforge.net/pngcrush"
8
HOMEPAGE="http://pmt.sourceforge.net/pngcrush"
9
SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
9
SRC_URI="mirror://sourceforge/pmt/${PN}-${PV}-nolib.tar.bz2"
10
10
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha amd64 ppc x86"
13
KEYWORDS="~x86"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND=">=media-libs/libpng-1.2.26-r1"
16
DEPEND=">=media-libs/libpng-1.2.31"
17
17
18
S=${WORKDIR}/${P}-nolib
18
S=${WORKDIR}/${P}-nolib
19
19
20
src_unpack() {
20
src_unpack() {
21
	unpack ${A}
21
	unpack "${A}"
22
	cd "${S}"
22
	cd "${S}"
23
	# Use system libpng, fix various bugs and sanitize Makefile
23
	epatch "${FILESDIR}"/${P}-makefile_and_missing_definitions.patch
24
	epatch "${FILESDIR}"/${P}-modified_debian_patchset_1.patch
25
}
24
}
26
25
27
src_compile() {
26
src_compile() {

Return to bug 242110