diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-12-01 02:08:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-12-01 02:08:35 +0000 |
commit | ec0ed3bcde8549e80149d8e7ed3cc45c8b7d5c50 (patch) | |
tree | 873dfbd48dddbf59ab0dc33da8461e6d35212501 /media-libs/libtheora | |
parent | Remove old versions. (diff) | |
download | gentoo-2-ec0ed3bcde8549e80149d8e7ed3cc45c8b7d5c50.tar.gz gentoo-2-ec0ed3bcde8549e80149d8e7ed3cc45c8b7d5c50.tar.bz2 gentoo-2-ec0ed3bcde8549e80149d8e7ed3cc45c8b7d5c50.zip |
Stable for HPPA (or xine-lib will not even configure).
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/files/digest-libtheora-1.0_alpha4-r1 | 2 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 5e04d2f74a8e..6270235e4c24 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.53 2006/10/20 21:49:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.54 2006/12/01 02:08:35 jer Exp $ + + 01 Dec 2006; Jeroen Roovers <jer@gentoo.org> + libtheora-1.0_alpha6-r1.ebuild: + Stable for HPPA (or xine-lib will not even configure). 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> libtheora-1.0_alpha6-r1.ebuild: diff --git a/media-libs/libtheora/files/digest-libtheora-1.0_alpha4-r1 b/media-libs/libtheora/files/digest-libtheora-1.0_alpha4-r1 index c6071d3bcdce..f8f63873b587 100644 --- a/media-libs/libtheora/files/digest-libtheora-1.0_alpha4-r1 +++ b/media-libs/libtheora/files/digest-libtheora-1.0_alpha4-r1 @@ -1 +1,3 @@ MD5 a71ac42ec0f848da327930841a80ff2b libtheora-1.0alpha4.tar.bz2 1755132 +RMD160 0b637934cad94a32ec96d5ae9b26996b3d4480b3 libtheora-1.0alpha4.tar.bz2 1755132 +SHA256 de718c71de7d5209f870592483ecda7394fbf2bc9c102c7a0dd595c53abc2ce5 libtheora-1.0alpha4.tar.bz2 1755132 diff --git a/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild b/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild index f4cd73e2a9ff..c9885574f94b 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild,v 1.9 2006/10/20 21:49:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild,v 1.10 2006/12/01 02:08:35 jer Exp $ inherit flag-o-matic libtool autotools @@ -10,7 +10,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 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 sh sparc x86 ~x86-fbsd" IUSE="encode doc examples" RDEPEND=">=media-libs/libogg-1.1.0 |