summaryrefslogtreecommitdiff
blob: f1fc6b6d62aba08db18f682c2f66635fb06ef1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

inherit cmake-utils versionator

DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
HOMEPAGE="http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"

DEPEND="!media-gfx/autopano-sift
	dev-libs/libxml2
	media-libs/libpano13
	media-libs/libpng
	media-libs/tiff
	sys-libs/zlib
	virtual/jpeg"
RDEPEND="${DEPEND}"