diff options
author | 2004-04-17 21:22:23 +0000 | |
---|---|---|
committer | 2004-04-17 21:22:23 +0000 | |
commit | 812f304ef71d73fecfc3d7b269e7c8c51bce7a2c (patch) | |
tree | f95c3909bc3bdd25abe8ae3cc9023edd7e68df50 /media-libs/libtheora | |
parent | Numerous small fixes, see ChangeLog for details. (Manifest recommit) (diff) | |
download | gentoo-2-812f304ef71d73fecfc3d7b269e7c8c51bce7a2c.tar.gz gentoo-2-812f304ef71d73fecfc3d7b269e7c8c51bce7a2c.tar.bz2 gentoo-2-812f304ef71d73fecfc3d7b269e7c8c51bce7a2c.zip |
Stable on Alpha.
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index cf3e4e00a204..3cff621de46f 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2004/04/17 19:07:16 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.9 2004/04/17 21:19:10 kloeri Exp $ + + 17 Apr 2004; Bryan �stergaard <kloeri@gentoo.org> + libtheora-1.0_alpha3.ebuild: + Stable on Alpha. 17 Apr 2004; Travis Tilley <lv@gentoo.org> libtheora-1.0_alpha3.ebuild: stable on amd64 diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index 349de3768638..96d519c91573 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.5 2004/04/17 19:07:16 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.6 2004/04/17 21:19:10 kloeri 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 |