From 42d2cc6c64458d70db619cb32624a9f499f401cb Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 5 Apr 2011 15:35:00 +0000 Subject: 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) --- virtual/ffmpeg/ffmpeg-0.6.90.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 virtual/ffmpeg/ffmpeg-0.6.90.ebuild (limited to 'virtual/ffmpeg/ffmpeg-0.6.90.ebuild') 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="" -- cgit v1.2.3-65-gdbad