# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="2:2.6:2.7" inherit distutils python DESCRIPTION="Freeseer captures video from a choice of sources along with audio and mixes them together to produce a video." HOMEPAGE="https://github.com/fosslc/freeseer/wiki/" SRC_URI="https://github.com/downloads/fosslc/freeseer/freeseer-2.5.3.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-devel/make dev-lang/python dev-python/PyQt4 dev-python/gst-python dev-python/feedparser" RDEPEND="${DEPEND}" RESTRICT_PYTHON_ABIS="3.*" src_compile() { distutils_src_compile } src_install() { distutils_src_install } DOCS="PKG-INFO README.txt"