root/trunk/etc/mesk-0.1.0.ebuild

Revision 141, 0.8 kB (checked in by nicfit, 3 years ago)

Added eyeD3 dep, duh

Line 
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header:$
4
5 inherit distutils
6
7 DESCRIPTION="Mesk is a Gtk+ media player."
8 HOMEPAGE="http://mesk.nicfit.net/"
9 SRC_URI="http://mesk.nicfit.net/releases/${P}.tgz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~x86 ~ppc"
14 IUSE="alsa esd gnome mad"
15
16 # Runtime deps
17 RDEPEND=">=dev-lang/python-2.4
18         >=dev-python/eyeD3-0.6.10
19         =dev-python/pygtk-2.8*
20         =dev-python/gst-python-0.8*
21         =media-plugins/gst-plugins-oss-0.8*
22         mad? (=media-plugins/gst-plugins-mad-0.8*)
23         alsa? (=media-plugins/gst-plugins-alsa-0.8*)
24         esd? (=media-plugins/gst-plugins-esd-0.8*)
25         gnome? (=dev-python/gnome-python-2.12*)"
26 DEPEND="${RDEPEND}
27         dev-util/pkgconfig"
28
29 src_compile() {
30         econf || die
31         distutils_src_compile || die
32 }
33
34 src_install() {
35         make DESTDIR=${D} install || die
36 }
Note: See TracBrowser for help on using the browser.