# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit qt4 MY_P="${P}.83-src" DESCRIPTION="OpenGL-based panoramic image viewer" HOMEPAGE="http://sourceforge.net/projects/pvqt/" SRC_URI="mirror://sourceforge/pvqt/${MY_P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/qt-core:4 x11-libs/qt-opengl:4 sys-libs/zlib app-arch/unzip" RDEPEND="${DEPEND}" src_configure() { # TODO: Fix bug in the generation of pvQtVersion.h that forces us to run # qmake twice eqmake4 eqmake4 } src_install() { dobin bin/panini dodoc panini-usage.txt }