summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/ffmpeg/ffmpeg-0.ebuild')
-rw-r--r--virtual/ffmpeg/ffmpeg-0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/ffmpeg/ffmpeg-0.ebuild b/virtual/ffmpeg/ffmpeg-0.ebuild
new file mode 100644
index 000000000000..10ec1f17c5c5
--- /dev/null
+++ b/virtual/ffmpeg/ffmpeg-0.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.ebuild,v 1.1 2011/03/26 14:29:54 scarabeus 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 vdpau x264"
+
+DEPEND="
+ || (
+ media-video/libav[X=,encode=,mp3=,sdl=,theora=,threads=,vdpau=,x264=]
+ media-video/ffmpeg[X=,encode=,mp3=,sdl=,theora=,threads=,vdpau=,x264=]
+ )
+"
+RDEPEND="${DEPEND}"