diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-03-13 09:37:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-03-13 09:37:38 +0000 |
commit | 661af9afa160e86bbbebd5e54433593f55aca691 (patch) | |
tree | fd2cf591ddce67d53ac073aa4bacdd5045ef4c42 /media-libs/libtheora | |
parent | Fixed env vars in fvwm-crystal.apps. (diff) | |
download | gentoo-2-661af9afa160e86bbbebd5e54433593f55aca691.tar.gz gentoo-2-661af9afa160e86bbbebd5e54433593f55aca691.tar.bz2 gentoo-2-661af9afa160e86bbbebd5e54433593f55aca691.zip |
Stable on ppc64; bug #211211
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 0626ed4dee33..dca4b19f543d 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.69 2008/03/10 15:29:16 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.70 2008/03/13 09:37:38 corsair Exp $ + + 13 Mar 2008; Markus Rothe <corsair@gentoo.org> + libtheora-1.0_beta2-r1.ebuild: + Stable on ppc64; bug #211211 10 Mar 2008; Peter Volkov <pva@gentoo.org> libtheora-1.0_beta2-r1.ebuild: Filtering -fforce-addr and -frename-registers for old compilers, bug #200549. diff --git a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild index bd0b216d52b8..867e8a0742a4 100644 --- a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.7 2008/03/10 15:29:16 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.8 2008/03/13 09:37:38 corsair Exp $ inherit autotools eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="doc encode examples" RDEPEND=">=media-libs/libogg-1.1 |