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

(-)gegl-0.1.0-r1.ebuild (-10 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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-libs/gegl/gegl-0.1.0-r1.ebuild,v 1.1 2009/09/18 01:45:39 patrick Exp $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 16-23 Link Here
16
16
17
IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
17
IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
18
18
19
DEPEND=">=media-libs/babl-0.1.0
19
DEPEND=">=media-libs/babl-0.1.2
20
	>=dev-libs/glib-2.18.0
20
	>=dev-libs/glib-2.22.0
21
	media-libs/libpng
21
	media-libs/libpng
22
	>=x11-libs/gtk+-2.14.0
22
	>=x11-libs/gtk+-2.14.0
23
	x11-libs/pango
23
	x11-libs/pango
Lines 36-47 Link Here
36
	svg? ( >=gnome-base/librsvg-2.14.0 )"
36
	svg? ( >=gnome-base/librsvg-2.14.0 )"
37
RDEPEND="${DEPEND}"
37
RDEPEND="${DEPEND}"
38
38
39
src_prepare() {
40
	# Fix operations/workshop/external CFLAGS, bug #283444
41
	epatch "${FILESDIR}/${P}-GLIB_CFLAGS.patch"
42
	eautoreconf
43
}
44
45
src_configure() {
39
src_configure() {
46
	econf --with-gtk --with-pango --with-gdk-pixbuf \
40
	econf --with-gtk --with-pango --with-gdk-pixbuf \
47
		$(use_enable debug) \
41
		$(use_enable debug) \

Return to bug 305627