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

Collapse All | Expand All

(-)autopano-sift-C-2.5.1.ebuild.orig (+9 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-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild,v 1.5 2010/11/08 21:56:41 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild,v 1.5 2010/11/08 21:56:41 maekke Exp $
4
4
5
EAPI="2"
6
5
inherit cmake-utils versionator
7
inherit cmake-utils versionator
6
8
7
DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
9
DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
Lines 23-25 Link Here
23
	sys-libs/zlib
25
	sys-libs/zlib
24
	virtual/jpeg"
26
	virtual/jpeg"
25
RDEPEND="${DEPEND}"
27
RDEPEND="${DEPEND}"
28
29
src_prepare() {
30
	cmake-utils_src_prepare
31
32
	sed -e '/set.*all_libs.*libsift/ s/libsift/\0 m/' \
33
		-i CMakeLists.txt
34
}

Return to bug 466482