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

Collapse All | Expand All

(-)/nilfisk/home/dve/gentoo-clean/usr/portage/media-libs/libopenraw/libopenraw-0.0.8.ebuild (+8 lines)
Lines 2-7 Link Here
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/libopenraw/libopenraw-0.0.8.ebuild,v 1.2 2009/06/18 22:26:24 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.8.ebuild,v 1.2 2009/06/18 22:26:24 ssuominen Exp $
4
4
5
inherit eutils
6
5
EAPI=2
7
EAPI=2
6
8
7
DESCRIPTION="Decoding library for RAW image formats"
9
DESCRIPTION="Decoding library for RAW image formats"
Lines 21-26 Link Here
21
	dev-util/pkgconfig
23
	dev-util/pkgconfig
22
	test? ( net-misc/curl )"
24
	test? ( net-misc/curl )"
23
25
26
src_unpack() {
27
	unpack ${A}
28
	epatch "${FILESDIR}/${P}-ljpegdcompressor.patch"
29
	epatch "${FILESDIR}/${P}-testsuite.patch"
30
	}
31
24
src_configure() {
32
src_configure() {
25
	econf \
33
	econf \
26
		--with-boost=${EPREFIX}/usr \
34
		--with-boost=${EPREFIX}/usr \

Return to bug 288051