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
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)
-rw-r--r--virtual/ffmpeg/ChangeLog8
-rw-r--r--virtual/ffmpeg/ffmpeg-0.6.90.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog
index 60cbaad6957e..a459b7184352 100644
--- a/virtual/ffmpeg/ChangeLog
+++ b/virtual/ffmpeg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/ffmpeg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.8 2011/04/03 10:37:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.9 2011/04/05 15:35:00 aballier Exp $
+
+*ffmpeg-0.6.90 (05 Apr 2011)
+
+ 05 Apr 2011; Alexis Ballier <aballier@gentoo.org> +ffmpeg-0.6.90.ebuild:
+ add a virtual for the upcoming 0.6.90 release so that packages needing more
+ recent features can depend on it
*ffmpeg-0.6-r1 (03 Apr 2011)
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=""