summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2010-10-01 16:13:35 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2010-10-01 16:13:35 +0000
commit50e91eb41a0a3ab6f62557e789c0ba1c531c8ca4 (patch)
tree9192f06cfebefeb48548ec8f42a6482c6bc52972 /media-libs/gupnp-dlna
parentBump to 0.6.1. Stable release - adds some fixes and documentation updates ove... (diff)
downloadgentoo-2-50e91eb41a0a3ab6f62557e789c0ba1c531c8ca4.tar.gz
gentoo-2-50e91eb41a0a3ab6f62557e789c0ba1c531c8ca4.tar.bz2
gentoo-2-50e91eb41a0a3ab6f62557e789c0ba1c531c8ca4.zip
Bump to 0.4.0. Stable release - minor build fixes since 0.3.1.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gupnp-dlna')
-rw-r--r--media-libs/gupnp-dlna/ChangeLog8
-rw-r--r--media-libs/gupnp-dlna/gupnp-dlna-0.4.0.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/gupnp-dlna/ChangeLog b/media-libs/gupnp-dlna/ChangeLog
index 1d3eb918a4b0..b65d766e0fe2 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.2 2010/08/17 11:15:23 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gupnp-dlna/ChangeLog,v 1.3 2010/10/01 16:13:35 ford_prefect Exp $
+
+*gupnp-dlna-0.4.0 (01 Oct 2010)
+
+ 01 Oct 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ +gupnp-dlna-0.4.0.ebuild:
+ Bump to 0.4.0. Stable release - minor build fixes since 0.3.1.
*gupnp-dlna-0.3.0 (17 Aug 2010)
diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.4.0.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.4.0.ebuild
new file mode 100644
index 000000000000..c3fc924e5e73
--- /dev/null
+++ b/media-libs/gupnp-dlna/gupnp-dlna-0.4.0.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.0.ebuild,v 1.1 2010/10/01 16:13:35 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"