diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-04-26 14:41:58 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-04-26 14:41:58 +0000 |
commit | 3a221e0a9cebbb636d657258a9342ab004db4e20 (patch) | |
tree | 3bb809724fda6acf88bbbfe6f595c8b5cde57176 /media-libs/libtheora | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-3a221e0a9cebbb636d657258a9342ab004db4e20.tar.gz historical-3a221e0a9cebbb636d657258a9342ab004db4e20.tar.bz2 historical-3a221e0a9cebbb636d657258a9342ab004db4e20.zip |
Stable on x86.
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index eb6a78101be5..9a2749684e45 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.11 2004/04/26 08:33:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.12 2004/04/26 14:39:49 tseng Exp $ + + 26 Apr 2004; Brandon Hale <tseng@gentoo.org> libtheora-1.0_alpha3.ebuild: + Stable on x86. 26 Apr 2004; David Holm <dholm@gentoo.org> libtheora-1.0_alpha3.ebuild: Stable on ppc. diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index 8250a32ccc38..bb87cfd42507 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.8 2004/04/26 08:33:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.9 2004/04/26 14:39:49 tseng Exp $ DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.theora.org/files/${P/_}.tar.bz2" LICENSE="xiph" SLOT="0" -KEYWORDS="~x86 amd64 ppc sparc alpha" +KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" DEPEND=">=media-libs/libogg-1.1.0 |