diff options
author | 2012-05-17 20:45:11 +0000 | |
---|---|---|
committer | 2012-05-17 20:45:11 +0000 | |
commit | 1bb1de66fd5723f152bd26a696587caaba58f6c6 (patch) | |
tree | 24be081b41509a3e76c2558b731e1de0e76b7f5b /virtual/ffmpeg/ffmpeg-0.10.3.ebuild | |
parent | whitespace (diff) | |
download | historical-1bb1de66fd5723f152bd26a696587caaba58f6c6.tar.gz historical-1bb1de66fd5723f152bd26a696587caaba58f6c6.tar.bz2 historical-1bb1de66fd5723f152bd26a696587caaba58f6c6.zip |
ffmpeg provides libpostproc
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'virtual/ffmpeg/ffmpeg-0.10.3.ebuild')
-rw-r--r-- | virtual/ffmpeg/ffmpeg-0.10.3.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/virtual/ffmpeg/ffmpeg-0.10.3.ebuild b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild index 9a72ed32ebd5..8d80c23fa581 100644 --- a/virtual/ffmpeg/ffmpeg-0.10.3.ebuild +++ b/virtual/ffmpeg/ffmpeg-0.10.3.ebuild @@ -1,6 +1,6 @@ # 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.1 2012/05/17 13:57:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.2 2012/05/17 20:45:11 aballier Exp $ EAPI=4 @@ -15,9 +15,12 @@ IUSE="X +encode jpeg2k mp3 sdl theora threads truetype vaapi vdpau x264" RDEPEND=" || ( - >=media-video/ffmpeg-0.10.3-r1[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] + >=media-video/ffmpeg-0.10.3[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] >=media-video/libav-0.8.2-r2[X?,encode?,jpeg2k?,mp3?,sdl?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) - media-libs/libpostproc + || ( + >=media-video/ffmpeg-0.10.3 + media-libs/libpostproc + ) " DEPEND="" |