# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit distutils DESCRIPTION="Mesk is a Gtk+ media player." HOMEPAGE="http://mesk.nicfit.net/" SRC_URI="http://mesk.nicfit.net/releases/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="alsa esd gnome mad" # Runtime deps RDEPEND=">=dev-lang/python-2.4 >=dev-python/eyeD3-0.6.10 =dev-python/pygtk-2.8* =dev-python/gst-python-0.8* =media-plugins/gst-plugins-oss-0.8* mad? (=media-plugins/gst-plugins-mad-0.8*) alsa? (=media-plugins/gst-plugins-alsa-0.8*) esd? (=media-plugins/gst-plugins-esd-0.8*) gnome? (=dev-python/gnome-python-2.12*)" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { econf || die distutils_src_compile || die } src_install() { make DESTDIR=${D} install || die }