diff options
author | 2011-03-31 12:19:05 +0000 | |
---|---|---|
committer | 2011-03-31 12:19:05 +0000 | |
commit | 50e03541133fc782f319b9d26334b9d1d38d896c (patch) | |
tree | 4e48bd4b9bd6462b49aefb84a7c6e551ca53285c /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-50e03541133fc782f319b9d26334b9d1d38d896c.tar.gz gentoo-2-50e03541133fc782f319b9d26334b9d1d38d896c.tar.bz2 gentoo-2-50e03541133fc782f319b9d26334b9d1d38d896c.zip |
libva 0.32 is required now, bug #361373
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index c80526193ede..ef743fee7809 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.35 2011/03/30 12:44:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.36 2011/03/31 12:19:05 aballier Exp $ EAPI="2" @@ -65,7 +65,7 @@ RDEPEND=" schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) truetype? ( media-libs/freetype:2 ) - vaapi? ( x11-libs/libva ) + vaapi? ( >=x11-libs/libva-0.32 ) video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) ) vpx? ( media-libs/libvpx ) X? ( x11-libs/libX11 x11-libs/libXext ) |