diff options
author | 2011-12-22 08:42:21 +0000 | |
---|---|---|
committer | 2011-12-22 08:42:21 +0000 | |
commit | 47bce504ba53e37b2650c5688383326ae5a3e269 (patch) | |
tree | 3df5dee3fca6be6e044763051556b92392ec0778 /virtual | |
parent | Fixed usage of check-reqs (bug #395601) (diff) | |
download | gentoo-2-47bce504ba53e37b2650c5688383326ae5a3e269.tar.gz gentoo-2-47bce504ba53e37b2650c5688383326ae5a3e269.tar.bz2 gentoo-2-47bce504ba53e37b2650c5688383326ae5a3e269.zip |
Add new 0.9 virtual so we can depend on it in mplayer1.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ffmpeg/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/ffmpeg/ffmpeg-0.9.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog index bfac06558960..7fe5ef5cfc61 100644 --- a/virtual/ffmpeg/ChangeLog +++ b/virtual/ffmpeg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/ffmpeg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.18 2011/07/06 21:09:44 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.19 2011/12/22 08:42:21 scarabeus Exp $ + +*ffmpeg-0.9 (22 Dec 2011) + + 22 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> +ffmpeg-0.9.ebuild: + Add new 0.9 virtual so we can depend on it in mplayer1. 06 Jul 2011; Mark Loeser <halcy0n@gentoo.org> ffmpeg-0.6.90.ebuild: Mark stable for ppc64; bug 365273 diff --git a/virtual/ffmpeg/ffmpeg-0.9.ebuild b/virtual/ffmpeg/ffmpeg-0.9.ebuild new file mode 100644 index 000000000000..1e13fe36bb97 --- /dev/null +++ b/virtual/ffmpeg/ffmpeg-0.9.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.9.ebuild,v 1.1 2011/12/22 08:42:21 scarabeus 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 ~x86-fbsd" +IUSE="X +encode jpeg2k mp3 sdl theora threads vaapi vdpau x264" + +RDEPEND=" + || ( + >=media-video/ffmpeg-0.9[X=,encode=,jpeg2k=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=] + >=media-video/libav-0.8_pre20111116[X=,encode=,jpeg2k=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=] + ) +" +DEPEND="" |