aballier 11/04/05 15:35:00
Modified: ChangeLog
Added: ffmpeg-0.6.90.ebuild
Log:
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)
Revision Changes Path
1.9 virtual/ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 3 Apr 2011 10:37:23 -0000 1.8
+++ ChangeLog 5 Apr 2011 15:35:00 -0000 1.9
@@ -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@g.o> +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)
1.1 virtual/ffmpeg/ffmpeg-0.6.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.1&content-type=text/plain
Index: ffmpeg-0.6.90.ebuild
===================================================================
# 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=""
|