diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2010-10-14 20:19:43 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2010-10-14 20:19:43 +0000 |
commit | b835480c8881d3464de8b90123e16bdc1cd6b4bb (patch) | |
tree | 5d68e38f0ada62d9d2ed93f8dedbf36908302cc1 /media-libs/gupnp-dlna | |
parent | Marking perl-Scalar-List-Utils-1.23 ~ppc for bug 333421 (diff) | |
download | gentoo-2-b835480c8881d3464de8b90123e16bdc1cd6b4bb.tar.gz gentoo-2-b835480c8881d3464de8b90123e16bdc1cd6b4bb.tar.bz2 gentoo-2-b835480c8881d3464de8b90123e16bdc1cd6b4bb.zip |
Bump to 0.4.2. Mostly build fixes.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gupnp-dlna')
-rw-r--r-- | media-libs/gupnp-dlna/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/gupnp-dlna/gupnp-dlna-0.4.2.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/gupnp-dlna/ChangeLog b/media-libs/gupnp-dlna/ChangeLog index b65d766e0fe2..adaac1c05cac 100644 --- a/media-libs/gupnp-dlna/ChangeLog +++ b/media-libs/gupnp-dlna/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/gupnp-dlna # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gupnp-dlna/ChangeLog,v 1.3 2010/10/01 16:13:35 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gupnp-dlna/ChangeLog,v 1.4 2010/10/14 20:19:43 ford_prefect Exp $ + +*gupnp-dlna-0.4.2 (14 Oct 2010) + + 14 Oct 2010; Arun Raghavan <ford_prefect@gentoo.org> + +gupnp-dlna-0.4.2.ebuild: + Bump to 0.4.2. Mostly build fixes. *gupnp-dlna-0.4.0 (01 Oct 2010) diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.4.2.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.4.2.ebuild new file mode 100644 index 000000000000..1d1a61934251 --- /dev/null +++ b/media-libs/gupnp-dlna/gupnp-dlna-0.4.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.4.2.ebuild,v 1.1 2010/10/14 20:19:43 ford_prefect 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.0 + >=media-libs/gstreamer-0.10.30 + >=media-libs/gst-plugins-base-0.10.25" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |