summaryrefslogtreecommitdiff
blob: 7f9ccde2b6337c3767856769391e8561ee042585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Media centre application for Linux"
HOMEPAGE="http://media-explorer.org/"
SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+introspection lirc test"

RDEPEND="
	>=dev-libs/glib-2.32:2
	>=x11-libs/mx-1.3.2
	media-libs/grilo:0.2
	>=media-libs/clutter-1.10:1.0
	>=media-libs/clutter-gst-1.4:1.0
	>=media-libs/gstreamer-0.10.26:0.10
	>=net-libs/telepathy-glib-0.17.5
	x11-libs/gdk-pixbuf:2
	net-libs/libsoup-gnome:2.4
	>=app-misc/tracker-0.14
	dev-libs/json-glib
	net-dns/avahi
	lirc? ( app-misc/lirc )
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.40
	virtual/pkgconfig
	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"

src_configure() {
	gnome2_src_configure \
		--with-profile=gnome \
		--enable-webremote \
		$(use_enable test tests) \
		$(use_enable lirc) \
		$(use_enable introspection)
}