root/branches/0.3/etc/mesk-0.1.2.ebuild

Revision 282, 1.0 kB (checked in by nicfit, 2 years ago)

Merged revisions 236,239-240,242,244-245,247-251,254-255,257-261,272-276,278-281 via svnmerge from
svn://puddy.nicfit.lan/mesk/branches/0.1

........

r280 | nicfit | 2006-06-04 14:52:24 -0600 (Sun, 04 Jun 2006) | 2 lines


Show album in status message along with artist/title

........

r281 | nicfit | 2006-06-04 15:02:29 -0600 (Sun, 04 Jun 2006) | 2 lines


New ebuild and stuff

........

Line 
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header:$
4
5 inherit eutils distutils fdo-mime
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         gnome-base/librsvg
23         mad? (=media-plugins/gst-plugins-mad-0.8*)
24         alsa? (=media-plugins/gst-plugins-alsa-0.8*)
25         esd? (=media-plugins/gst-plugins-esd-0.8*)
26         gnome? (=dev-python/gnome-python-2.12*)"
27 DEPEND="${RDEPEND}
28         dev-util/pkgconfig
29         dev-util/desktop-file-utils"
30
31 src_compile() {
32         econf || die
33         distutils_src_compile || die
34 }
35
36 src_install() {
37         make DESTDIR=${D} install || die
38 }
39
40 pkg_postinst() {
41         fdo-mime_mime_database_update
42         fdo-mime_desktop_database_update
43 }
Note: See TracBrowser for help on using the browser.