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

Collapse All | Expand All

(-)libjpeg-turbo-1.3.0-r2.ebuild.orig (-1 / +4 lines)
Lines 4-15 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
JPEG_ABI=8
8
7
inherit autotools eutils java-pkg-opt-2 libtool toolchain-funcs multilib-minimal
9
inherit autotools eutils java-pkg-opt-2 libtool toolchain-funcs multilib-minimal
8
10
9
DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
11
DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
10
HOMEPAGE="http://libjpeg-turbo.virtualgl.org/ http://sourceforge.net/projects/libjpeg-turbo/"
12
HOMEPAGE="http://libjpeg-turbo.virtualgl.org/ http://sourceforge.net/projects/libjpeg-turbo/"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
13
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
12
	mirror://debian/pool/main/libj/libjpeg8/libjpeg8_8d-1.debian.tar.gz"
14
	mirror://debian/pool/main/libj/libjpeg${JPEG_ABI}/libjpeg${JPEG_ABI}_${JPEG_ABI}d-1.debian.tar.gz"
13
15
14
LICENSE="BSD IJG"
16
LICENSE="BSD IJG"
15
SLOT="0"
17
SLOT="0"
Lines 65-70 Link Here
65
	ECONF_SOURCE=${S} \
67
	ECONF_SOURCE=${S} \
66
	econf \
68
	econf \
67
		$(use_enable static-libs static) \
69
		$(use_enable static-libs static) \
70
		--with-jpeg${JPEG_ABI} \
68
		--with-mem-srcdst \
71
		--with-mem-srcdst \
69
		"${myconf[@]}"
72
		"${myconf[@]}"
70
}
73
}

Return to bug 480754