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

(-)gtkam-0.1.11.ebuild (-8 / +7 lines)
Lines 17-26 Link Here
17
RDEPEND=">=x11-libs/gtk+-2
17
RDEPEND=">=x11-libs/gtk+-2
18
	>=media-libs/libgphoto2-2.1.4
18
	>=media-libs/libgphoto2-2.1.4
19
	jpeg? ( media-libs/libexif-gtk
19
	jpeg? ( media-libs/libexif-gtk
20
		media-libs/libexif )"
20
		media-libs/libexif )
21
	# commenting per bug #36684
21
	gnome? ( >=gnome-base/libbonobo-2
22
	#gnome? ( >=gnome-base/libbonobo-2
22
		>=gnome-base/libgnomeui-2 )"
23
	#	>=gnome-base/libgnomeui-2 )
24
23
25
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
26
	dev-util/pkgconfig
25
	dev-util/pkgconfig
Lines 31-37 Link Here
31
30
32
	cd ${S}
31
	cd ${S}
33
	epatch ${FILESDIR}/${PN}-0.1.10-norpm.patch
32
	epatch ${FILESDIR}/${PN}-0.1.10-norpm.patch
34
	epatch ${FILESDIR}/${P}-gtk24.patch
33
	epatch ${FILESDIR}/${PN}-0.1.12-helpdoc.patch
35
}
34
}
36
35
37
src_compile() {
36
src_compile() {
Lines 44-52 Link Here
44
		&& myconf="${myconf} --with-exif" \
43
		&& myconf="${myconf} --with-exif" \
45
		|| myconf="${myconf} --without-exif"
44
		|| myconf="${myconf} --without-exif"
46
45
47
	#use gnome \
46
	use gnome \
48
	#	&& myconf="${myconf} --with-gnome --with-bonobo" \
47
		&& myconf="${myconf} --with-gnome --with-bonobo" \
49
	#	|| myconf="${myconf} --without-gnome --without-bonobo"
48
		|| myconf="${myconf} --without-gnome --without-bonobo"
50
49
51
	econf ${myconf} `use_enable nls` || die
50
	econf ${myconf} `use_enable nls` || die
52
	emake || die
51
	emake || die

Return to bug 61248