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

Collapse All | Expand All

(-)/usr/portage/media-video/cinepaint/cinepaint-0.19.0.ebuild (-2 / +9 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.19.0.ebuild,v 1.5 2005/09/03 23:23:59 flameeyes Exp $
3
# $Header: $
4
4
5
inherit eutils versionator flag-o-matic
5
inherit eutils versionator flag-o-matic
6
6
Lines 21-26 Link Here
21
	media-libs/tiff
21
	media-libs/tiff
22
	media-libs/jpeg"
22
	media-libs/jpeg"
23
23
24
src_unpack(){
25
	unpack "${A}"
26
	cd ${S}
27
28
	epatch "${FILESDIR}"/cinepaint-0.21.1-br2hdr-gcc4.patch.tar.bz2
29
}
30
	
24
src_compile(){
31
src_compile(){
25
	[[ -f /usr/include/lcms/lcms.h ]] && \
32
	[[ -f /usr/include/lcms/lcms.h ]] && \
26
		append-flags -I/usr/include/lcms
33
		append-flags -I/usr/include/lcms
Lines 30-35 Link Here
30
}
37
}
31
38
32
src_install(){
39
src_install(){
33
	einstall DESTDIR=${D} || die "einstall failed"
40
	emake DESTDIR=${D} install || die "emake install failed"
34
	dodoc AUTHORS ChangeLog README* NEWS
41
	dodoc AUTHORS ChangeLog README* NEWS
35
}
42
}

Return to bug 112138