diff options
author | 2010-11-19 05:55:22 +0000 | |
---|---|---|
committer | 2010-11-19 05:55:22 +0000 | |
commit | 91f9dacee7b880b32dba009aadef5c6e164e9637 (patch) | |
tree | a83d5b4bddb6ed7c8a5fb4ed1565fdfbdd995e82 /media-plugins/gst-plugins-theora | |
parent | Bump to 0.10.30. No major changes. (diff) | |
download | gentoo-2-91f9dacee7b880b32dba009aadef5c6e164e9637.tar.gz gentoo-2-91f9dacee7b880b32dba009aadef5c6e164e9637.tar.bz2 gentoo-2-91f9dacee7b880b32dba009aadef5c6e164e9637.zip |
Bump to 0.10.30. No major changes.
(Portage version: 2.2.0_alpha4/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.30.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 32eb7b9c6775..2b2056f16229 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.149 2010/09/11 09:55:52 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.150 2010/11/19 05:55:22 ford_prefect Exp $ + +*gst-plugins-theora-0.10.30 (19 Nov 2010) + + 19 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> + +gst-plugins-theora-0.10.30.ebuild: + Bump to 0.10.30. No major changes. 11 Sep 2010; <nixnut@gentoo.org> gst-plugins-theora-0.10.29.ebuild: ppc stable #329703 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.30.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.30.ebuild new file mode 100644 index 000000000000..b5262e9e7eb9 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.30.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.30.ebuild,v 1.1 2010/11/19 05:55:22 ford_prefect 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}" |