summaryrefslogtreecommitdiff
blob: 8954a45eb4352f6479119143ab7dd566fb236809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gupnp-dlna/gupnp-dlna-0.5.1.ebuild,v 1.1 2011/02/21 22:36:27 eva Exp $

EAPI=3

inherit gnome2

DESCRIPTION="Library that provides DLNA-related functionality for MediaServers"
HOMEPAGE="http://gupnp.org/"
SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"

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

RDEPEND=">=dev-libs/libxml2-2.5
	>=media-libs/gstreamer-0.10.32
	>=media-libs/gst-plugins-base-0.10.32"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"