diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-07-29 08:51:10 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-07-29 08:51:10 +0000 |
commit | eff0c0631c323ff0b05566623f5c65b30d918742 (patch) | |
tree | da1ba91e3da2a4f121496cb648ce40a4e0d43dbd /media-plugins | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-eff0c0631c323ff0b05566623f5c65b30d918742.tar.gz gentoo-2-eff0c0631c323ff0b05566623f5c65b30d918742.tar.bz2 gentoo-2-eff0c0631c323ff0b05566623f5c65b30d918742.zip |
Version bump to be in sync with the rest; no code changes
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-mythtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-mythtv/ChangeLog b/media-plugins/gst-plugins-mythtv/ChangeLog index ecd0f2f5bc68..ecb36348a6a7 100644 --- a/media-plugins/gst-plugins-mythtv/ChangeLog +++ b/media-plugins/gst-plugins-mythtv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-mythtv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/ChangeLog,v 1.32 2011/07/25 18:07:12 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/ChangeLog,v 1.33 2011/07/29 08:51:10 leio Exp $ + +*gst-plugins-mythtv-0.10.22 (29 Jul 2011) + + 29 Jul 2011; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-mythtv-0.10.22.ebuild: + Version bump to be in sync with the rest; no code changes 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-mythtv-0.10.21.ebuild: diff --git a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild new file mode 100644 index 000000000000..214f49c50f3f --- /dev/null +++ b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild,v 1.1 2011/07/29 08:51:10 leio Exp $ + +inherit gst-plugins-bad + +DESCRIPION="plugin to allow retrieving from a mythbackend" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/gmyth-0.4 + <=media-libs/gmyth-0.7.99 + >=media-libs/gst-plugins-base-0.10.33" +DEPEND="${RDEPEND}" |