diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 20:30:32 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 20:30:32 +0000 |
commit | 07d3df8e8e7222155eb864c1a1704cfd1b0f917b (patch) | |
tree | 00d34bb248781e8b921070467aa4bcc33ed52d9b /media-libs/libtheora | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-07d3df8e8e7222155eb864c1a1704cfd1b0f917b.tar.gz gentoo-2-07d3df8e8e7222155eb864c1a1704cfd1b0f917b.tar.bz2 gentoo-2-07d3df8e8e7222155eb864c1a1704cfd1b0f917b.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 21082ed53ce3..0d1c6e83ed55 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2005/06/12 23:54:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.32 2005/06/17 20:30:13 hansmi Exp $ + + 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> + libtheora-1.0_alpha4.ebuild: + Stable on ppc. 12 Jun 2005; Bryan Østergaard <kloeri@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 77522642a575..e433366e4e3c 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.13 2005/06/12 23:54:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha4.ebuild,v 1.14 2005/06/17 20:30:13 hansmi 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 |