diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-27 04:58:09 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-27 04:58:09 +0000 |
commit | 59992be8962b86ff197bf86016f3305592779766 (patch) | |
tree | c243924b475acb190ac4da8cd931a6788ec21ba2 /media-plugins/gst-plugins-theora | |
parent | fix postgres (diff) | |
download | historical-59992be8962b86ff197bf86016f3305592779766.tar.gz historical-59992be8962b86ff197bf86016f3305592779766.tar.bz2 historical-59992be8962b86ff197bf86016f3305592779766.zip |
Marked ~ppc for bug #72559.
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 926b496b4f29..1c6c335fa9b4 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2004/10/22 11:35:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.2 2004/11/27 04:58:09 josejx Exp $ + + 27 Nov 2004; Joseph Jezak <josejx@gentoo.org> + gst-plugins-theora-0.8.5.ebuild: + Marked ~ppc for bug #72559. *gst-plugins-theora-0.8.5.ebuild (22 Oct 2004) diff --git a/media-plugins/gst-plugins-theora/Manifest b/media-plugins/gst-plugins-theora/Manifest index f1d5f8f732e6..bccd9fe7de31 100644 --- a/media-plugins/gst-plugins-theora/Manifest +++ b/media-plugins/gst-plugins-theora/Manifest @@ -1,4 +1,4 @@ -MD5 7dca134a380979dff799e199cc791856 gst-plugins-theora-0.8.5.ebuild 321 -MD5 f50939cc7dc07fd5d10f9d233007171d ChangeLog 473 +MD5 07eb8f175f1e64f27fce0dbc43d0bcf2 ChangeLog 588 +MD5 b19a363ef07f8fdcb399a98192d58b27 gst-plugins-theora-0.8.5.ebuild 327 MD5 6cf6f97e79b43eaf70fa938c431342a3 metadata.xml 181 MD5 acf565d7ba42d81f95f66ad754ab8be9 files/digest-gst-plugins-theora-0.8.5 71 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild index 5fdb46cda536..0bcc8ad40a38 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 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.5.ebuild,v 1.2 2004/11/11 00:06:31 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild,v 1.3 2004/11/27 04:58:09 josejx Exp $ inherit gst-plugins -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="media-libs/libtheora" |