diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-18 02:37:05 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-18 02:37:05 +0000 |
commit | ba8e03f7e4ec62804845e4e7b994c257b9a6309b (patch) | |
tree | 02ec4891cce45e259238931b3b91797e19e18c5e /media-plugins/gst-plugins-theora | |
parent | amd64 workaround (diff) | |
download | gentoo-2-ba8e03f7e4ec62804845e4e7b994c257b9a6309b.tar.gz gentoo-2-ba8e03f7e4ec62804845e4e7b994c257b9a6309b.tar.bz2 gentoo-2-ba8e03f7e4ec62804845e4e7b994c257b9a6309b.zip |
Version bump from upstream
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
4 files changed, 22 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 72f3fa78b880..162230d02fba 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.35 2006/01/14 00:16:32 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.36 2006/01/18 02:37:04 compnerd Exp $ + +*gst-plugins-theora-0.10.2 (18 Jan 2006) + + 18 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> + +gst-plugins-theora-0.10.2.ebuild: + Version bump from upstream *gst-plugins-theora-0.10.1 (14 Jan 2006) diff --git a/media-plugins/gst-plugins-theora/Manifest b/media-plugins/gst-plugins-theora/Manifest index 6f83919a1844..c045b531c68d 100644 --- a/media-plugins/gst-plugins-theora/Manifest +++ b/media-plugins/gst-plugins-theora/Manifest @@ -1,12 +1,14 @@ -MD5 3296e22b27b56f9f5d48d2c955a85e2b ChangeLog 4456 +MD5 28bd6e3d17e740a6be0b2fce66185662 ChangeLog 4621 MD5 da02faecf74602acd81e807174e8e89d files/digest-gst-plugins-theora-0.10.0 77 MD5 0558db8f3c6a0a66bc61b6a02f9aeb8d files/digest-gst-plugins-theora-0.10.1 77 +MD5 4d9a06718bb82db62ea71d1b2fc00ae3 files/digest-gst-plugins-theora-0.10.2 77 MD5 e5a6b80e2dfc0bf36559f4663fb90e25 files/digest-gst-plugins-theora-0.8.10 72 MD5 875cb5640e2bc4b0162c08a6bc0fba6e files/digest-gst-plugins-theora-0.8.11 72 MD5 33cfc77852e050bbb91b003695c91131 files/digest-gst-plugins-theora-0.8.8 71 MD5 c6551068a03bbc459e7e798d919c744a files/digest-gst-plugins-theora-0.8.9 71 MD5 506efead36c99fc26c8f5acd22c40b70 gst-plugins-theora-0.10.0.ebuild 372 MD5 2499b5f66c8cf1bf84680e93aab720db gst-plugins-theora-0.10.1.ebuild 374 +MD5 2499b5f66c8cf1bf84680e93aab720db gst-plugins-theora-0.10.2.ebuild 374 MD5 ab83653d5b723de6ba167b42d768c0c9 gst-plugins-theora-0.8.10.ebuild 376 MD5 78687b66ab4f5a064746b46edaf85f1e gst-plugins-theora-0.8.11.ebuild 383 MD5 23d74721df6fa9e294294612aafde19c gst-plugins-theora-0.8.8.ebuild 374 diff --git a/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.2 b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.2 new file mode 100644 index 000000000000..247c9ef37ab3 --- /dev/null +++ b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.10.2 @@ -0,0 +1 @@ +MD5 08b1f541e81baa67aeab6df90cfe61d5 gst-plugins-base-0.10.2.tar.bz2 1038764 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.2.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.2.ebuild new file mode 100644 index 000000000000..76a62579740b --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.2.ebuild @@ -0,0 +1,11 @@ +# 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.2.ebuild,v 1.1 2006/01/18 02:37:04 compnerd Exp $ + +inherit gst-plugins-base + +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=media-libs/libtheora-1.0_alpha3 + >=media-libs/libogg-1" |