# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit cmake-utils DESCRIPTION="presenter console with multi-monitor support for PDF files" HOMEPAGE="http://davvil.github.com/pdfpc/" SRC_URI="https://github.com/downloads/davvil/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="x11-libs/gtk+:2 app-text/poppler[cairo] gnome-base/librsvg dev-libs/libgee:0" DEPEND="${RDEPEND}"