Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37684
Collapse All | Expand All

(-)gimp-2.0_pre1.ebuild (-4 / +5 lines)
Lines 15-28 Link Here
15
SLOT="2"
15
SLOT="2"
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
KEYWORDS="~x86 ~ppc ~hppa ~sparc"
17
KEYWORDS="~x86 ~ppc ~hppa ~sparc"
18
IUSE="doc python aalib png jpeg tiff gtkhtml mmx sse X altivec"
18
IUSE="doc python aalib png jpeg tiff gimpprint gtkhtml mmx sse X altivec"
19
19
20
# protect against over optimisation (related to #21787)
20
# protect against over optimisation (related to #21787)
21
#replace-flags -Os -O2
21
#replace-flags -Os -O2
22
#MAKEOPTS="${MAKEOPTS} -j1"
22
#MAKEOPTS="${MAKEOPTS} -j1"
23
23
24
# FIXME : some more things can be (local) USE flagged
24
# FIXME : some more things can be (local) USE flagged
25
# FIXME : printing needs to be re-enabled
26
25
27
RDEPEND=">=dev-libs/glib-2.2
26
RDEPEND=">=dev-libs/glib-2.2
28
	>=x11-libs/gtk+-2.2.2
27
	>=x11-libs/gtk+-2.2.2
Lines 31-36 Link Here
31
	>=media-libs/libart_lgpl-2.3.8-r1
30
	>=media-libs/libart_lgpl-2.3.8-r1
32
	sys-libs/zlib
31
	sys-libs/zlib
33
32
33
	gimpprint? ( media-gfx/gimp-print-4.2* )
34
34
	gtkhtml? ( =gnome-extra/libgtkhtml-2* )
35
	gtkhtml? ( =gnome-extra/libgtkhtml-2* )
35
36
36
	png? ( >=media-libs/libpng-1.2.1 )
37
	png? ( >=media-libs/libpng-1.2.1 )
Lines 92-97 Link Here
92
		`use_enable sse` \
93
		`use_enable sse` \
93
		`use_enable altivec` \
94
		`use_enable altivec` \
94
		`use_enable doc gtk-doc` \
95
		`use_enable doc gtk-doc` \
96
		`use_enable gimpprint print` \
95
		`use_enable python` \
97
		`use_enable python` \
96
		`use_with X x` \
98
		`use_with X x` \
97
		`use_with png libpng` \
99
		`use_with png libpng` \
Lines 99-106 Link Here
99
		`use_with jpeg libexif` \
101
		`use_with jpeg libexif` \
100
		`use_with tiff libtiff` \
102
		`use_with tiff libtiff` \
101
		`use_with aalib aa` \
103
		`use_with aalib aa` \
102
		--enable-debug \
104
		--enable-debug || die
103
		--disable-print || die
104
105
105
	emake || die
106
	emake || die
106
107

Return to bug 37684