diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-15 18:56:45 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-15 18:56:45 +0000 |
commit | 64cd8b0c161f54bfbee67efbcf0e884a6df29081 (patch) | |
tree | eff9744d650fe3bde105b70975b3490b135d6da7 /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-64cd8b0c161f54bfbee67efbcf0e884a6df29081.tar.gz gentoo-2-64cd8b0c161f54bfbee67efbcf0e884a6df29081.tar.bz2 gentoo-2-64cd8b0c161f54bfbee67efbcf0e884a6df29081.zip |
x86 stable to fix pkg-config libavcodec and with that wengophone bug 143907
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 5416b5eed475..c4308fa1c278 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.41 2006/07/30 14:38:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.42 2006/08/15 18:56:45 genstef Exp $ + + 15 Aug 2006; Stefan Schweizer <genstef@gentoo.org> + libtheora-1.0_alpha6-r1.ebuild: + x86 stable to fix pkg-config libavcodec and with that wengophone bug 143907 *libtheora-1.0_alpha6-r1 (30 Jul 2006) diff --git a/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild b/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild index 604bfdcede0b..aa8faad2d267 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.1 2006/07/30 14:38:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha6-r1.ebuild,v 1.2 2006/08/15 18:56:45 genstef 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 |