# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python eutils distutils DESCRIPTION="An open source cross platform media center solution that uses GStreamer multimedia framework." HOMEPAGE="http://www.fluendo.com/elisa/index.php" SRC_URI=" http://elisa.fluendo.com/static/download/elisa/${P}.tar.gz" LICENSE="GPL-2.1 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="lirc upnp daap ipod meteo ffmpeg" DEPEND=" dev-lang/python dev-python/twisted dev-python/gnome-python-extras media-libs/gstreamer media-libs/pigment dev-python/setuptools dev-python/gst-python dev-python/imaging dev-db/sqlite dev-python/pysqlite dev-python/tagpy meteo? ( dev-python/metar ) upnp? ( dev-python/twisted-web dev-python/elementtree dev-python/celementtree dev-python/soappy ) ipod? ( media-libs/libgpod dev-python/dbus-python ) daap? ( dev-python/dbus-python ) lirc? ( app-misc/lirc dev-python/pylirc ) ffmpeg?( media-libs/libdvdcss media-libs/gst-plugins-bad media-libs/gst-plugins-ugly media-plugins/gst-plugins-ffmpeg ) " # daap function does not work!!! to be tested !!! # missing PythonDAAP: http://jerakeen.org/code/PythonDaap/ RDEPEND="${DEPEND}"