summaryrefslogtreecommitdiff
blob: 9788a1f7a61c2a67a442ac6e0cdc1fb45d07f2af (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit versionator gnome2

DESCRIPTION="Rygel is a collection of DLNA (UPnP AV) services."
HOMEPAGE="http://live.gnome.org/Rygel"
MAJOR_MIN=$(get_version_component_range 1-2)
SRC_URI="mirror://gnome/sources/rygel/${MAJOR_MIN}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="
	>=net-libs/gupnp-0.13
	>=net-libs/gupnp-av-0.5.2
	>=dev-libs/dbus-glib-0.74
	>=media-libs/gstreamer-0.10.23
	>=dev-libs/glib-2.16
	>=dev-libs/libgee-0.5.0
	>=net-libs/libsoup-2.26.0
	>=x11-libs/gtk+-2.16
	>=dev-db/sqlite-3.5
"
RDEPEND="${DEPEND}"
G2CONF="--enable-gst-launch-plugin --disable-vala"