diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-18 06:44:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-18 06:44:39 +0000 |
commit | 8818d5d57a3ae983dbcfd72404b9732cbc4d2b03 (patch) | |
tree | 8fe1f7767ec424ef44dae54d3adce86c581a68ee /media-plugins | |
parent | Add some initial support for ps2 targets (ee/iop/dvp). (diff) | |
download | historical-8818d5d57a3ae983dbcfd72404b9732cbc4d2b03.tar.gz historical-8818d5d57a3ae983dbcfd72404b9732cbc4d2b03.tar.bz2 historical-8818d5d57a3ae983dbcfd72404b9732cbc4d2b03.zip |
Added to ~sparc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/Manifest | 16 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild | 4 |
3 files changed, 20 insertions, 6 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 494ef0c245b8..d9b44e640998 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.7 2005/03/13 02:40:08 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.8 2005/04/18 06:44:39 eradicator Exp $ + + 18 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + gst-plugins-theora-0.8.8.ebuild: + Added to ~sparc. 13 Mar 2005; Mike Gardiner <obz@gentoo.org> gst-plugins-theora-0.8.7.ebuild: diff --git a/media-plugins/gst-plugins-theora/Manifest b/media-plugins/gst-plugins-theora/Manifest index cae793a8f48f..2515a5f86988 100644 --- a/media-plugins/gst-plugins-theora/Manifest +++ b/media-plugins/gst-plugins-theora/Manifest @@ -1,8 +1,18 @@ -MD5 9ed62449e63e64ae5d4917594a4472ec ChangeLog 998 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 dbd9fdf690c1beaf67f20bbb0c5f532c ChangeLog 1117 MD5 bedf4ecd17f6466b0cd53700db77b1c8 gst-plugins-theora-0.8.5.ebuild 328 -MD5 6cf6f97e79b43eaf70fa938c431342a3 metadata.xml 181 MD5 7a92d3a10c0d9f7479870a45bccf6ffa gst-plugins-theora-0.8.7.ebuild 329 -MD5 9ac1498d3d43a0f405daa1806d34a5f6 gst-plugins-theora-0.8.8.ebuild 334 +MD5 6cf6f97e79b43eaf70fa938c431342a3 metadata.xml 181 +MD5 1d2ebbad88b5a2d23ecb71394ebf5793 gst-plugins-theora-0.8.8.ebuild 346 MD5 acf565d7ba42d81f95f66ad754ab8be9 files/digest-gst-plugins-theora-0.8.5 71 MD5 1d2b17e15b2072757c3db8f184b7d174 files/digest-gst-plugins-theora-0.8.7 71 MD5 33cfc77852e050bbb91b003695c91131 files/digest-gst-plugins-theora-0.8.8 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCY1ePArHZZzCEUG0RAszpAJ9zgRaJdGBFEqjrj3zW8nfFYOhtigCeIEtP +ZGknzuRZWOYVy5kKBCF6Fns= +=YYIZ +-----END PGP SIGNATURE----- diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild index 2ff18e0b9e54..700ee4073244 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild @@ -1,10 +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.8.ebuild,v 1.1 2005/03/08 20:00:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild,v 1.2 2005/04/18 06:44:39 eradicator Exp $ inherit gst-plugins -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="media-libs/libtheora" |