diff options
author | Jason Wever <weeve@gentoo.org> | 2005-05-21 21:16:58 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-05-21 21:16:58 +0000 |
commit | 4c23c528e49e8022d478fa416598fd01433fbfdb (patch) | |
tree | 8e20db6400fc86b5e4b17e6a2d9dd265b2b8cf24 /media-libs/libtheora | |
parent | Initial commit. Thanks to those in bug #50870 (diff) | |
download | gentoo-2-4c23c528e49e8022d478fa416598fd01433fbfdb.tar.gz gentoo-2-4c23c528e49e8022d478fa416598fd01433fbfdb.tar.bz2 gentoo-2-4c23c528e49e8022d478fa416598fd01433fbfdb.zip |
Stable on SPARC.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 425072f7eaa9..d422cc671737 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.28 2005/05/21 08:26:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.29 2005/05/21 21:14:26 weeve Exp $ + + 21 May 2005; Jason Wever <weeve@gentoo.org> libtheora-1.0_alpha4.ebuild: + Stable on SPARC. 21 May 2005; Rene Nussbaumer <killerfox@gentoo.org> libtheora-1.0_alpha4.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_alpha4.ebuild b/media-libs/libtheora/libtheora-1.0_alpha4.ebuild index b8ee8b390dfa..28922213b609 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha4.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha4.ebuild,v 1.9 2005/05/21 08:26:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha4.ebuild,v 1.10 2005/05/21 21:14:26 weeve Exp $ inherit flag-o-matic DESCRIPTION="The Theora Video Compression Codec" @@ -9,7 +9,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="xiph" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 sparc x86" IUSE="encode doc" RDEPEND=">=media-libs/libogg-1.1.0 |