diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-07-15 10:54:11 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-07-15 10:54:11 +0000 |
commit | b1a3c1ba7461f398083e37b08d79a2bd29f84d0b (patch) | |
tree | 63401d20a83a05587557adedab08bf5b87b92fa5 /media-plugins/gst-plugins-theora | |
parent | Remove halcy0n from metadata.xml as he's retired. (diff) | |
download | gentoo-2-b1a3c1ba7461f398083e37b08d79a2bd29f84d0b.tar.gz gentoo-2-b1a3c1ba7461f398083e37b08d79a2bd29f84d0b.tar.bz2 gentoo-2-b1a3c1ba7461f398083e37b08d79a2bd29f84d0b.zip |
version bump
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
3 files changed, 22 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index b84aeef9d08a..954fe4e5e01b 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.61 2006/06/12 10:35:12 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.62 2006/07/15 10:54:11 zaheerm Exp $ + +*gst-plugins-theora-0.10.9 (15 Jul 2006) + + 15 Jul 2006; <zaheerm@gentoo.org> +gst-plugins-theora-0.10.9.ebuild: + version bump *gst-plugins-theora-0.10.8 (12 Jun 2006) diff --git a/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.9 b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.9 new file mode 100644 index 000000000000..89763622694a --- /dev/null +++ b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.9 @@ -0,0 +1,3 @@ +MD5 cf0aa58f066c3a0e0258909b3ad9d4ad gst-plugins-base-0.10.9.tar.bz2 1261167 +RMD160 041f4088034ae8def66fade252ef3d21c4d10b7a gst-plugins-base-0.10.9.tar.bz2 1261167 +SHA256 81906ea7471212bc376d509a843f113913618c2c93e352a0b5d890f69e1d35f7 gst-plugins-base-0.10.9.tar.bz2 1261167 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.9.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.9.ebuild new file mode 100644 index 000000000000..42e62bd43ad1 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.9.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 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.9.ebuild,v 1.1 2006/07/15 10:54:11 zaheerm Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.0_alpha3 + >=media-libs/libogg-1 + >=media-libs/gst-plugins-base-0.10.9" +DEPEND="${RDEPEND}" |