diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-11 21:26:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-11 21:26:15 +0000 |
commit | 953a4e1c8ac9a79bd32e4f17c1b9e70bb98a3933 (patch) | |
tree | e8b5dec06256590188729093b0859f0b50e1c444 /virtual/ffmpeg/ffmpeg-9.ebuild | |
parent | drop the no ctf patch now that its not needed anymore. (diff) | |
download | gentoo-2-953a4e1c8ac9a79bd32e4f17c1b9e70bb98a3933.tar.gz gentoo-2-953a4e1c8ac9a79bd32e4f17c1b9e70bb98a3933.tar.bz2 gentoo-2-953a4e1c8ac9a79bd32e4f17c1b9e70bb98a3933.zip |
depend on slot 0 for ffmpeg
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'virtual/ffmpeg/ffmpeg-9.ebuild')
-rw-r--r-- | virtual/ffmpeg/ffmpeg-9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/ffmpeg/ffmpeg-9.ebuild b/virtual/ffmpeg/ffmpeg-9.ebuild index bac4d6cf02ee..5577a7817cbb 100644 --- a/virtual/ffmpeg/ffmpeg-9.ebuild +++ b/virtual/ffmpeg/ffmpeg-9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9.ebuild,v 1.3 2013/06/24 01:58:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9.ebuild,v 1.4 2013/08/11 21:26:15 aballier Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpa RDEPEND=" || ( >=media-video/libav-9[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] - >=media-video/ffmpeg-1.0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] + >=media-video/ffmpeg-1.0:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) " DEPEND="" |