# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Open source video player" HOMEPAGE="http://www.getmiro.com/" SRC_URI="http://ftp.osuosl.org/pub/pculture.org/miro/src/Miro-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" #TODO: Now it's simple rewritten from setup.cfg. Adding version requirements is strongly recommended DEPEND="dev-lang/python dev-libs/nss dev-util/devhelp dev-python/gnome-python-extras dev-python/dbus-python dev-libs/boost media-libs/xine-lib media-libs/libfame dev-python/pyrex dev-util/pkgconfig dev-util/subversion" src_compile() { ./Miro-${PV}/platform/gtk-x11/setup.py build } src_install() { ./Miro-${PV}/platform/gtk-x11/setup.py install --root "${D}" }