# Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit eutils #http://hugin.sourceforge.net/snapshots/ DESCRIPTION="GUI for Panorama Tools, a powerful software package for the creation & processing of panoramic images. It supports most pano tools features and contains a powerful control point picker. Similar to the windows programs PTGui and PTAssembler. Install media-gfx/enblend if you want hugin to be able to use enblend for seamless blending." HOMEPAGE="http://hugin.sourceforge.net/" SRC_URI="http://hugin.sourceforge.net/snapshots/hugin_2004_10_15_11_20.tgz" #RESTRICT="fetch" LICENSE="GPL" KEYWORDS="~x86" DEPEND="media-gfx/panotools-cvs media-libs/vigra dev-libs/fftw dev-java/sun-jdk >=dev-libs/boost-1.32.0 >=x11-libs/wxGTK-2.5.3" #S="${WORKDIR}/hugin" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/splash-configure_ac.patch } src_compile() { ./configure --prefix=/usr || die "configure failed" emake || die "compiling failed" } src_install() { # make install INSTALL_PREFIX=${D}/usr || die einstall dodoc AUTHORS BUGS INSTALL LICENCE LICENCE_SIFT README TODO windows_DOT_NET_compile.txt windows_compile.txt }