| # Copyright 1999-2012 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.10 2012/12/05 13:34:39 scarabeus Exp $ |
| |
| EAPI=4 |
| |
| DESCRIPTION="Virtual package for FFmpeg implementation" |
| HOMEPAGE="" |
| SRC_URI="" |
| |
| LICENSE="" |
| SLOT="0" |
| KEYWORDS="*" |
| IUSE="X +encode gsm jpeg2k mp3 sdl speex theora threads truetype vaapi vdpau x264" |
| |
| RDEPEND=" |
| || ( |
| >=media-video/ffmpeg-0.10.3[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] |
| >=media-video/libav-0.8.4[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] |
| ) |
| " |
| DEPEND="" |