# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt4 eutils DESCRIPTION="Qtpfsgui is a graphical user interface (based on trolltech's Qt4) that provides a workflow for HDR imaging" HOMEPAGE="http://qtpfsgui.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=x11-libs/qt-4* >=media-libs/pfscalibration-1.2 >=media-libs/pfstmo-1.0 >=media-libs/pfstools-1.4 media-gfx/exiv2 " src_unpack() { unpack ${A} } src_compile() { qmake || die "qmake failed" emake || die "emake failed" } src_install() { exeinto /usr/bin doexe qtpfsgui || die "doexe bins" dodoc README }