diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-12-07 14:42:53 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-12-07 14:42:53 +0000 |
commit | 0e7fefa17803eff084ff4963b977bd116cdfeb6b (patch) | |
tree | 30f7ae125e4f928007dc4fa2ae55f21eed09346f /media-plugins/gst-plugins-theora | |
parent | New split mx4j. Resolves bug #152924. Thanks to Alex Tarkovsky <alextarkovsky... (diff) | |
download | gentoo-2-0e7fefa17803eff084ff4963b977bd116cdfeb6b.tar.gz gentoo-2-0e7fefa17803eff084ff4963b977bd116cdfeb6b.tar.bz2 gentoo-2-0e7fefa17803eff084ff4963b977bd116cdfeb6b.zip |
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
3 files changed, 23 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 32386669c050..819c099851bb 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 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.67 2006/10/21 18:41:29 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.68 2006/12/07 14:42:53 zaheerm Exp $ + +*gst-plugins-theora-0.10.11 (07 Dec 2006) + + 07 Dec 2006; Zaheer Abbas Merali <zaheerm@gentoo.org> + +gst-plugins-theora-0.10.11.ebuild: + version bump 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> gst-plugins-theora-0.10.8.ebuild: diff --git a/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.11 b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.11 new file mode 100644 index 000000000000..c4a741c5fa3e --- /dev/null +++ b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.11 @@ -0,0 +1,3 @@ +MD5 2e78ff25635b31d948def7c2b2d79054 gst-plugins-base-0.10.11.tar.bz2 1409996 +RMD160 94deb9061cd732139fddbf8608b125bbaa3d87f2 gst-plugins-base-0.10.11.tar.bz2 1409996 +SHA256 2193e3f940f0fd2ca10a137efbb79bc1edc8a12543b618b9a97f680f9d15bfb4 gst-plugins-base-0.10.11.tar.bz2 1409996 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild new file mode 100644 index 000000000000..bf2563d8e762 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.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.11.ebuild,v 1.1 2006/12/07 14:42:53 zaheerm Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~x86" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.0_alpha3 + >=media-libs/libogg-1 + >=media-libs/gst-plugins-base-0.10.11" +DEPEND="${RDEPEND}" |