diff options
author | 2009-11-26 04:55:11 +0000 | |
---|---|---|
committer | 2009-11-26 04:55:11 +0000 | |
commit | 575895962c50363caa7ea1b71fcce237661c623e (patch) | |
tree | 009b53fb618023518ed54bc9c21714f59467ed0f /media-video/ffmpeg | |
parent | Fix x264 compiling; libtheora patch for 1.0; bug 294469 (diff) | |
download | gentoo-2-575895962c50363caa7ea1b71fcce237661c623e.tar.gz gentoo-2-575895962c50363caa7ea1b71fcce237661c623e.tar.bz2 gentoo-2-575895962c50363caa7ea1b71fcce237661c623e.zip |
Actually fix the dep this time
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild b/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild index c23b571a219c..7b47f02c45ee 100644 --- a/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild,v 1.1 2009/11/26 04:37:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.5_p20601-r1.ebuild,v 1.2 2009/11/26 04:55:11 beandog Exp $ EAPI=2 SCM="" @@ -44,7 +44,7 @@ RDEPEND="sdl? ( >=media-libs/libsdl-1.2.10 ) mp3? ( media-sound/lame ) vorbis? ( media-libs/libvorbis media-libs/libogg ) theora? ( media-libs/libtheora[encode] media-libs/libogg ) - x264? ( >=media-libs/x264-0.0.20091021 ) + x264? ( >=media-libs/x264-0.0.20091124 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) faad? ( >=media-libs/faad2-2.6.1 ) zlib? ( sys-libs/zlib ) |