diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-21 22:36:27 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-21 22:36:27 +0000 |
commit | d053c3753b0b047f911beb9bb268247f03062275 (patch) | |
tree | 6025f8a2b31a7686bf685d4896af5e43e4e5041f /media-libs | |
parent | Add gupnp-dlna-0.5.1 mask due to unsatisfied dependencies. (diff) | |
download | gentoo-2-d053c3753b0b047f911beb9bb268247f03062275.tar.gz gentoo-2-d053c3753b0b047f911beb9bb268247f03062275.tar.bz2 gentoo-2-d053c3753b0b047f911beb9bb268247f03062275.zip |
Version bump. Needed for latest rygel releases, with permission from maintainer.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gupnp-dlna/ChangeLog | 12 | ||||
-rw-r--r-- | media-libs/gupnp-dlna/gupnp-dlna-0.5.0.ebuild | 22 | ||||
-rw-r--r-- | media-libs/gupnp-dlna/gupnp-dlna-0.5.1.ebuild | 22 |
3 files changed, 54 insertions, 2 deletions
diff --git a/media-libs/gupnp-dlna/ChangeLog b/media-libs/gupnp-dlna/ChangeLog index 4efc03f18110..53450cb5aabb 100644 --- a/media-libs/gupnp-dlna/ChangeLog +++ b/media-libs/gupnp-dlna/ChangeLog @@ -1,6 +1,14 @@ # 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.5 2010/10/14 20:22:05 ford_prefect Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gupnp-dlna/ChangeLog,v 1.6 2011/02/21 22:36:27 eva Exp $ + +*gupnp-dlna-0.5.1 (21 Feb 2011) +*gupnp-dlna-0.5.0 (21 Feb 2011) + + 21 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> +gupnp-dlna-0.5.0.ebuild, + +gupnp-dlna-0.5.1.ebuild: + Version bump. Needed for latest rygel releases, with permission from + maintainer. 14 Oct 2010; Arun Raghavan <ford_prefect@gentoo.org> -gupnp-dlna-0.2.1.ebuild, -gupnp-dlna-0.3.0.ebuild: diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.5.0.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.5.0.ebuild new file mode 100644 index 000000000000..38688c8decda --- /dev/null +++ b/media-libs/gupnp-dlna/gupnp-dlna-0.5.0.ebuild @@ -0,0 +1,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.0.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.31 + >=media-libs/gst-plugins-base-0.10.31" +DEPEND="${RDEPEND} + dev-util/pkgconfig" diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.5.1.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.5.1.ebuild new file mode 100644 index 000000000000..8954a45eb435 --- /dev/null +++ b/media-libs/gupnp-dlna/gupnp-dlna-0.5.1.ebuild @@ -0,0 +1,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" |