# Copyright 2012 Funtoo Technologies # 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/Freeseer/freeseer/freeseer-2.5.3.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-devel/make dev-db/sqlite:3 dev-lang/python[sqlite] dev-python/PyQt4 dev-python/gst-python dev-python/feedparser media-plugins/gst-plugins-v4l2 media-plugins/gst-plugins-ximagesrc" RDEPEND="${DEPEND}" RESTRICT_PYTHON_ABIS="3.*" src_compile() { distutils_src_compile } src_install() { distutils_src_install } DOCS="PKG-INFO README.txt"