diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-06-28 09:42:46 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-06-28 09:42:46 +0000 |
commit | 70fcbbb0ca279217e0f71bed9158ce35748af8b9 (patch) | |
tree | 196a398aac03e14ca2caa90524893bff7cdd7982 /media-plugins/gst-plugins-theora | |
parent | Stable on amd64 wrt bug #325905 (diff) | |
download | gentoo-2-70fcbbb0ca279217e0f71bed9158ce35748af8b9.tar.gz gentoo-2-70fcbbb0ca279217e0f71bed9158ce35748af8b9.tar.bz2 gentoo-2-70fcbbb0ca279217e0f71bed9158ce35748af8b9.zip |
Version bump. Various small bug fixes
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 5599b9b013cb..534aff67f47f 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.135 2010/06/27 13:27:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.136 2010/06/28 09:42:46 leio Exp $ + +*gst-plugins-theora-0.10.29 (28 Jun 2010) + + 28 Jun 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-theora-0.10.29.ebuild: + Version bump. Various small bug fixes 27 Jun 2010; <nixnut@gentoo.org> gst-plugins-theora-0.10.28.ebuild: ppc stable #324691 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild new file mode 100644 index 000000000000..6526a3936c82 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild,v 1.1 2010/06/28 09:42:46 leio Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.0 + media-libs/libogg" +DEPEND="${RDEPEND}" |