diff options
author | 2005-01-05 23:20:48 +0000 | |
---|---|---|
committer | 2005-01-05 23:20:48 +0000 | |
commit | 9eb5708e93be1bf2a931279b9d977eccd87d6e6b (patch) | |
tree | ea3d9254c69f1a40fd36bb169156844783139719 /media-plugins/gst-plugins-theora | |
parent | add more config switches (diff) | |
download | historical-9eb5708e93be1bf2a931279b9d977eccd87d6e6b.tar.gz historical-9eb5708e93be1bf2a931279b9d977eccd87d6e6b.tar.bz2 historical-9eb5708e93be1bf2a931279b9d977eccd87d6e6b.zip |
update gst plugs
Diffstat (limited to 'media-plugins/gst-plugins-theora')
4 files changed, 18 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 1c6c335fa9b4..3aa0c92d1c82 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for media-plugins/gst-plugins-theora -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.2 2004/11/27 04:58:09 josejx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.3 2005/01/05 23:20:48 foser Exp $ + +*gst-plugins-theora-0.8.7 (05 Jan 2005) 27 Nov 2004; Joseph Jezak <josejx@gentoo.org> gst-plugins-theora-0.8.5.ebuild: diff --git a/media-plugins/gst-plugins-theora/Manifest b/media-plugins/gst-plugins-theora/Manifest index bccd9fe7de31..f883c524cb65 100644 --- a/media-plugins/gst-plugins-theora/Manifest +++ b/media-plugins/gst-plugins-theora/Manifest @@ -1,4 +1,6 @@ -MD5 07eb8f175f1e64f27fce0dbc43d0bcf2 ChangeLog 588 MD5 b19a363ef07f8fdcb399a98192d58b27 gst-plugins-theora-0.8.5.ebuild 327 +MD5 1d778148b239250017e8369ca4b40e3c ChangeLog 629 MD5 6cf6f97e79b43eaf70fa938c431342a3 metadata.xml 181 +MD5 ca5bd34eae512db654c96a17090b034c gst-plugins-theora-0.8.7.ebuild 328 MD5 acf565d7ba42d81f95f66ad754ab8be9 files/digest-gst-plugins-theora-0.8.5 71 +MD5 1d2b17e15b2072757c3db8f184b7d174 files/digest-gst-plugins-theora-0.8.7 71 diff --git a/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.7 b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.7 new file mode 100644 index 000000000000..2351fe3033f9 --- /dev/null +++ b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.7 @@ -0,0 +1 @@ +MD5 24030f8664b0e6f39bc31616f4953af5 gst-plugins-0.8.7.tar.bz2 2134878 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.7.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.7.ebuild new file mode 100644 index 000000000000..155790d3ded3 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.7.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2005 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.8.7.ebuild,v 1.1 2005/01/05 23:20:48 foser Exp $ + +inherit gst-plugins + +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="media-libs/libtheora" |