media-libs/babl: arm stable, bug #591618
[gentoo.git] / net-misc / gupnp-tools / gupnp-tools-0.8.13.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="6"
6 inherit gnome2
7
8 DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
9 HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~ppc ~x86"
14 IUSE=""
15
16 RDEPEND="
17         >=dev-libs/glib-2.24:2
18         >=dev-libs/libxml2-2.4:2
19         >=net-libs/gssdp-0.13.3:0=
20         >=net-libs/gupnp-0.20.14:0=
21         >=net-libs/gupnp-av-0.5.5:0=
22         >=net-libs/libsoup-2.42:2.4
23         >=x11-libs/gtk+-3.10:3
24         >=x11-libs/gtksourceview-3.2:3.0
25 "
26 DEPEND="${RDEPEND}
27         >=sys-devel/gettext-0.19.7
28         virtual/pkgconfig
29 "