virtual/ffmpeg: does this force libav to be preferred? I sure hope so

This commit is contained in:
Zero_Chaos 2012-09-06 01:51:49 +00:00
parent 9427763a0d
commit 2715ffda4d
2 changed files with 23 additions and 0 deletions

1
virtual/ffmpeg/Manifest Normal file
View file

@ -0,0 +1 @@
EBUILD ffmpeg-0.10.3.ebuild 823 SHA256 f52234fe4c8458825f52479b21c4bf05df8b7bdb89a4dad9409fcf26cd3e937d SHA512 8fe454d72b4c26fe92bd3ec5054a8acf7c63eb3285bc6519f3cb4584946ed12c6c1c6d9f2035c1161413b0382ebf50fedf94b98c11356e63b33a876522225c0b WHIRLPOOL e8226f46c42c72b2bc778b481e0df153b0a81dd2df8c3367b98f7723f129640ffd4df9078da46d07093fbf5fefc67f82808eb01c8455995c0ffca4260e3c6773

View file

@ -0,0 +1,22 @@
# 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.9 2012/07/26 20:12:54 grobian Exp $
EAPI=4
DESCRIPTION="Virtual package for FFmpeg implementation"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE="X +encode gsm jpeg2k mp3 sdl speex theora threads truetype vaapi vdpau x264"
RDEPEND="
|| (
>=media-video/libav-0.8.2-r2[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
>=media-video/ffmpeg-0.10.3[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
)
"
DEPEND=""