summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-04-05 15:35:00 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-04-05 15:35:00 +0000
commit42d2cc6c64458d70db619cb32624a9f499f401cb (patch)
treeea355ec3ae8f9f04f7e5d739e0f820eb53010c13 /virtual/ffmpeg/ffmpeg-0.6.90.ebuild
parentRequire MMX and SSE use flags. #362043 (diff)
downloadgentoo-2-42d2cc6c64458d70db619cb32624a9f499f401cb.tar.gz
gentoo-2-42d2cc6c64458d70db619cb32624a9f499f401cb.tar.bz2
gentoo-2-42d2cc6c64458d70db619cb32624a9f499f401cb.zip
add a virtual for the upcoming 0.6.90 release so that packages needing more recent features can depend on it
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ffmpeg/ffmpeg-0.6.90.ebuild')
-rw-r--r--virtual/ffmpeg/ffmpeg-0.6.90.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/ffmpeg/ffmpeg-0.6.90.ebuild b/virtual/ffmpeg/ffmpeg-0.6.90.ebuild
new file mode 100644
index 000000000000..d86917c4a6b0
--- /dev/null
+++ b/virtual/ffmpeg/ffmpeg-0.6.90.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild,v 1.1 2011/04/05 15:35:00 aballier Exp $
+
+EAPI=4
+
+DESCRIPTION="Virtual package for FFmpeg implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="X +encode mp3 sdl theora threads vaapi vdpau x264"
+
+RDEPEND="
+ || (
+ >=media-video/ffmpeg-0.6.90_rc[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
+ >=media-video/libav-0.6.90_rc[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
+ )
+"
+DEPEND=""